wskiosk


Click here for a complete list of operations.

ReceiveStatusCallBackII

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Called:
ToState:
CallerCountry:
Timestamp:
Direction:
CallbackSource:
SipResponseCode:
CallerState:
ToZip:
SequenceNumber:
To:
CallSid:
ToCountry:
CallerZip:
ApiVersion:
CalledZip:
CallStatus:
CalledCity:
Duration:
From:
CallDuration:
AccountSid:
CalledCountry:
CallerCity:
Caller:
FromCountry:
ToCity:
FromCity:
CalledState:
FromZip:
FromState:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /wskiosk.asmx HTTP/1.1
Host: projects.vertilinc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ReceiveStatusCallBackII"

<?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>
    <ReceiveStatusCallBackII xmlns="http://tempuri.org/">
      <Called>string</Called>
      <ToState>string</ToState>
      <CallerCountry>string</CallerCountry>
      <Timestamp>string</Timestamp>
      <Direction>string</Direction>
      <CallbackSource>string</CallbackSource>
      <SipResponseCode>string</SipResponseCode>
      <CallerState>string</CallerState>
      <ToZip>string</ToZip>
      <SequenceNumber>string</SequenceNumber>
      <To>string</To>
      <CallSid>string</CallSid>
      <ToCountry>string</ToCountry>
      <CallerZip>string</CallerZip>
      <ApiVersion>string</ApiVersion>
      <CalledZip>string</CalledZip>
      <CallStatus>string</CallStatus>
      <CalledCity>string</CalledCity>
      <Duration>string</Duration>
      <From>string</From>
      <CallDuration>string</CallDuration>
      <AccountSid>string</AccountSid>
      <CalledCountry>string</CalledCountry>
      <CallerCity>string</CallerCity>
      <Caller>string</Caller>
      <FromCountry>string</FromCountry>
      <ToCity>string</ToCity>
      <FromCity>string</FromCity>
      <CalledState>string</CalledState>
      <FromZip>string</FromZip>
      <FromState>string</FromState>
    </ReceiveStatusCallBackII>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
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>
    <ReceiveStatusCallBackIIResponse xmlns="http://tempuri.org/">
      <ReceiveStatusCallBackIIResult>string</ReceiveStatusCallBackIIResult>
    </ReceiveStatusCallBackIIResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /wskiosk.asmx HTTP/1.1
Host: projects.vertilinc.com
Content-Type: application/soap+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>
    <ReceiveStatusCallBackII xmlns="http://tempuri.org/">
      <Called>string</Called>
      <ToState>string</ToState>
      <CallerCountry>string</CallerCountry>
      <Timestamp>string</Timestamp>
      <Direction>string</Direction>
      <CallbackSource>string</CallbackSource>
      <SipResponseCode>string</SipResponseCode>
      <CallerState>string</CallerState>
      <ToZip>string</ToZip>
      <SequenceNumber>string</SequenceNumber>
      <To>string</To>
      <CallSid>string</CallSid>
      <ToCountry>string</ToCountry>
      <CallerZip>string</CallerZip>
      <ApiVersion>string</ApiVersion>
      <CalledZip>string</CalledZip>
      <CallStatus>string</CallStatus>
      <CalledCity>string</CalledCity>
      <Duration>string</Duration>
      <From>string</From>
      <CallDuration>string</CallDuration>
      <AccountSid>string</AccountSid>
      <CalledCountry>string</CalledCountry>
      <CallerCity>string</CallerCity>
      <Caller>string</Caller>
      <FromCountry>string</FromCountry>
      <ToCity>string</ToCity>
      <FromCity>string</FromCity>
      <CalledState>string</CalledState>
      <FromZip>string</FromZip>
      <FromState>string</FromState>
    </ReceiveStatusCallBackII>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+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>
    <ReceiveStatusCallBackIIResponse xmlns="http://tempuri.org/">
      <ReceiveStatusCallBackIIResult>string</ReceiveStatusCallBackIIResult>
    </ReceiveStatusCallBackIIResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /wskiosk.asmx/ReceiveStatusCallBackII?Called=string&ToState=string&CallerCountry=string&Timestamp=string&Direction=string&CallbackSource=string&SipResponseCode=string&CallerState=string&ToZip=string&SequenceNumber=string&To=string&CallSid=string&ToCountry=string&CallerZip=string&ApiVersion=string&CalledZip=string&CallStatus=string&CalledCity=string&Duration=string&From=string&CallDuration=string&AccountSid=string&CalledCountry=string&CallerCity=string&Caller=string&FromCountry=string&ToCity=string&FromCity=string&CalledState=string&FromZip=string&FromState=string HTTP/1.1
Host: projects.vertilinc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /wskiosk.asmx/ReceiveStatusCallBackII HTTP/1.1
Host: projects.vertilinc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Called=string&ToState=string&CallerCountry=string&Timestamp=string&Direction=string&CallbackSource=string&SipResponseCode=string&CallerState=string&ToZip=string&SequenceNumber=string&To=string&CallSid=string&ToCountry=string&CallerZip=string&ApiVersion=string&CalledZip=string&CallStatus=string&CalledCity=string&Duration=string&From=string&CallDuration=string&AccountSid=string&CalledCountry=string&CallerCity=string&Caller=string&FromCountry=string&ToCity=string&FromCity=string&CalledState=string&FromZip=string&FromState=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>