Api

<back to all web services

SmsSendMultiCommon

HTTP + XML

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

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

<SmsSendMultiCommon xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Credential>
    <Password>String</Password>
    <Username>String</Username>
  </Credential>
  <DataCoding>0</DataCoding>
  <ExpireDate>String</ExpireDate>
  <Message>String</Message>
  <Numbers>
    <NumberPackage>
      <To>String</To>
    </NumberPackage>
  </Numbers>
  <ScheduledSendDate>String</ScheduledSendDate>
  <Sender>String</Sender>
</SmsSendMultiCommon>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

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