Porta Plus 2 Web Services

<back to all web services

AccountAlias

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: 7el.co 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<AccountAlias xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <AniPrefix>false</AniPrefix>
  <Authenticate>false</Authenticate>
  <CountryCode>0</CountryCode>
  <DID>false</DID>
  <GetLongestAliases>false</GetLongestAliases>
  <GetforSIP>false</GetforSIP>
  <IAccount>0</IAccount>
  <Number>String</Number>
</AccountAlias>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<AccountAliasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Web.Dto">
  <ContentId>0</ContentId>
  <FeatureName>String</FeatureName>
  <License>String</License>
  <AccountAliases xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.Common.Models">
    <d2p1:PortaAliasInfo>
      <d2p1:blocked>String</d2p1:blocked>
      <d2p1:i_account>0</d2p1:i_account>
      <d2p1:i_master_account>0</d2p1:i_master_account>
      <d2p1:id>String</d2p1:id>
    </d2p1:PortaAliasInfo>
  </AccountAliases>
  <Balance>0</Balance>
  <success>false</success>
</AccountAliasResponse>

    </soap12:Body>
</soap12:Envelope>