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 11 Current »

Returns information about sending status

Method parameters

  • string GetSMSDeliveryStatus(string accessKey, intdeliveryID)

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

SOAP Example

<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