Porta Plus 2 Web Services

<back to all web services

AccountAlias

The following routes are available for this service:
GET/getaliases/{License}/{IAccount}/{GetLongestAliases}/{AniPrefix}
GET/getaliases/{License}/{IAccount}/{GetforSIP}
GET/addalias/{License}/{IAccount}/{Number}/{CountryCode}/{Authenticate}/{DID}
GET/addalias/{License}/{IAccount}/{Number}/{Authenticate}/{DID}
POST/addalias
GET/deletealias/{License}/{Number}/{DID}
GET/GetAliasBalance/{License}/{IAccount}/{Number}/{DID}/{CountryCode}

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

HTTP + XML

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

POST /xml/reply/AccountAlias HTTP/1.1 
Host: 7el.co 
Content-Type: application/xml
Content-Length: length

<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>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<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>