Delivery Reports Polling
Retrieving Delivery Reports Polling to a Specified URL
The sendmode gateway allows you to poll for delivery status reports at a later date and time .
The parameters required are username and password for validation, and the the customerID if sent with the original SMS sendparam request.

Parameters
| Field | Description |
|---|---|
| CustomerID | CustomerID sent with the SMS sendparam request |
| Username(String) | Your Name |
| Password(String) | Your Password |
Example Message URL
https://api.sendmode.com/smsGetDeliveryReport.aspx?username=xxxx&password=xxx&customerid=xxx
The return object looks like:
True
Your delivery status will be displayed between the "deliverystatus" tag.

Response
The return object looks like:
<sms_deliveryreport>
<data>
<messageid></messageid>
<deliverystatus></deliverystatus>
</data>
<call_result>
<result>True</result>
<error />
</call_result>
</sms_deliveryreport>
Your delivery status will be displayed between the "deliverystatus" tag.