WS_MailUpSend.GetSMSDeliveryStatus

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>