Porta Plus 2 Web Services

<back to all web services

ActiveCalls

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

HTTP + SOAP11

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

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

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

<ActiveCalls 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>
  <ExcludeAccountIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </ExcludeAccountIDS>
  <ExcludeDestinationIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </ExcludeDestinationIDS>
  <ExcludeSpecialDestination xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </ExcludeSpecialDestination>
  <FromStemPro>false</FromStemPro>
  <IAccount>0</IAccount>
  <ICustomer>0</ICustomer>
  <ShowVendors>false</ShowVendors>
</ActiveCalls>

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

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

<ActiveCallsResponse 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>
  <lstAccountActiveCalls xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Data.Models.Porta">
    <d2p1:AccountActiveCalls>
      <d2p1:AccountID>String</d2p1:AccountID>
      <d2p1:CLD>String</d2p1:CLD>
      <d2p1:CLI>String</d2p1:CLI>
      <d2p1:CallId>String</d2p1:CallId>
      <d2p1:CallType>String</d2p1:CallType>
      <d2p1:ConnectTime>String</d2p1:ConnectTime>
      <d2p1:Connect_time>0001-01-01T00:00:00</d2p1:Connect_time>
      <d2p1:ConnectionName>String</d2p1:ConnectionName>
      <d2p1:DisconnectTime>String</d2p1:DisconnectTime>
      <d2p1:Disconnect_time>0001-01-01T00:00:00</d2p1:Disconnect_time>
      <d2p1:DurationMins>String</d2p1:DurationMins>
      <d2p1:ExtensionNumber>String</d2p1:ExtensionNumber>
      <d2p1:GatewayId>String</d2p1:GatewayId>
      <d2p1:IAccount>0</d2p1:IAccount>
      <d2p1:IConnection>0</d2p1:IConnection>
      <d2p1:ICustomer>0</d2p1:ICustomer>
      <d2p1:IDialRuleCld>0</d2p1:IDialRuleCld>
      <d2p1:IEnv>0</d2p1:IEnv>
      <d2p1:Note>String</d2p1:Note>
      <d2p1:SubscriberFName>String</d2p1:SubscriberFName>
      <d2p1:SubscriberLName>String</d2p1:SubscriberLName>
      <d2p1:TrRuletoLocal>String</d2p1:TrRuletoLocal>
      <d2p1:VendorId>0</d2p1:VendorId>
      <d2p1:VendorName>String</d2p1:VendorName>
      <d2p1:call_id>String</d2p1:call_id>
      <d2p1:noofcalls>0</d2p1:noofcalls>
      <d2p1:product>String</d2p1:product>
    </d2p1:AccountActiveCalls>
  </lstAccountActiveCalls>
  <lstActiveCalls xmlns:d2p1="http://schemas.datacontract.org/2004/07/PortaPlus2.API.Data.Models.Porta">
    <d2p1:PortaActiveCalls>
      <d2p1:AccountID>String</d2p1:AccountID>
      <d2p1:CLD>String</d2p1:CLD>
      <d2p1:CLI>String</d2p1:CLI>
      <d2p1:CallId>String</d2p1:CallId>
      <d2p1:CallType>String</d2p1:CallType>
      <d2p1:Connect_time>0001-01-01T00:00:00</d2p1:Connect_time>
      <d2p1:ConnectionName>String</d2p1:ConnectionName>
      <d2p1:Disconnect_time>0001-01-01T00:00:00</d2p1:Disconnect_time>
      <d2p1:DurationMins>String</d2p1:DurationMins>
      <d2p1:ExtensionNumber>String</d2p1:ExtensionNumber>
      <d2p1:GatewayId>String</d2p1:GatewayId>
      <d2p1:IAccount>0</d2p1:IAccount>
      <d2p1:IConnection>0</d2p1:IConnection>
      <d2p1:ICustomer>0</d2p1:ICustomer>
      <d2p1:IDialRuleCld>0</d2p1:IDialRuleCld>
      <d2p1:IEnv>0</d2p1:IEnv>
      <d2p1:Note>String</d2p1:Note>
      <d2p1:SubscriberFName>String</d2p1:SubscriberFName>
      <d2p1:SubscriberLName>String</d2p1:SubscriberLName>
      <d2p1:TrRuletoLocal>String</d2p1:TrRuletoLocal>
      <d2p1:VendorId>0</d2p1:VendorId>
      <d2p1:VendorName>String</d2p1:VendorName>
      <d2p1:noofcalls>0</d2p1:noofcalls>
      <d2p1:product>String</d2p1:product>
    </d2p1:PortaActiveCalls>
  </lstActiveCalls>
</ActiveCallsResponse>

    </soap:Body>
</soap:Envelope>