Api

<back to all web services

SmsCancel

HTTP + XML

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

POST /xml/syncreply/SmsCancel HTTP/1.1 
Host: poly-api.com 
Content-Type: application/xml
Content-Length: length

<SmsCancel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Credential>
    <Password>String</Password>
    <Username>String</Username>
  </Credential>
  <MessageID>String</MessageID>
</SmsCancel>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SmsCancelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CancelStatus>0</CancelStatus>
  <Status>
    <Code>0</Code>
    <Description>String</Description>
    <Message>String</Message>
  </Status>
</SmsCancelResponse>