Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

Returns information about sending status

...

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

Sample GetSMSDeliveryStatus response

Code Block
languagehtml/xml
linenumberstrue
<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>

...