Api

<back to all web services

SmsReportCustom

HTTP + XML

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

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

<SmsReportCustom xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Credential>
    <Password>String</Password>
    <Username>String</Username>
  </Credential>
  <MessageIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </MessageIDs>
</SmsReportCustom>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SmsReportCustomResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ReportDetails>
    <CustomReportDetail>
      <Gsm>String</Gsm>
      <MessageID>String</MessageID>
      <RequestDate>0001-01-01T00:00:00</RequestDate>
      <SendDate i:nil="true" />
      <SmsCount>0</SmsCount>
      <Status>String</Status>
    </CustomReportDetail>
  </ReportDetails>
  <Status>
    <Code>0</Code>
    <Description>String</Description>
    <Message>String</Message>
  </Status>
</SmsReportCustomResponse>