Method parameters
Returns information about sending status
- string GetSMSDeliveryStatus(string accessKey, intdeliveryID)
- accessKey: access key obtained using the Login method
- deliveryID: delivery ID returned by the WS_MailUpSend.SendSMS method
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>