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