Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Method parameters

Returns information about sending status

  • string GetSMSDeliveryStatus(string accessKey, intdeliveryID)

If error code=0, the message will contain the sending status

Sample GetSMSDeliveryStatus response

<GetSMSDeliveryStatusResult>
<erroCode>0</erroCode>
<deliveryStatus>
<deliveryID>125</deliveryID>
<listID>1</listID>
<smsID>47</smsID>
<status>SENDING</status>
<details> </details>
<toSend>100</toSend>
<toBeSent>80</toBeSent>
<progress>20</progress>
<residualCost>135</residualCost>
</deliveryStatus>
</GetSMSDeliveryStatusResult>



  • No labels