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

Version 1 Next »

Restituisce lo stato di un invio.
string GetSMSDeliveryStatus(string accessKey, int deliveryID)
accessKey: chiave di accesso ottenuta chiamando il metodo Login deliveryID: identificativo invio ritornato dal metodo SendSMS
Se il codice di errore è 0, il messaggio conterrà lo stato dell'invio.
Esempio di messaggio GetSMSDeliveryStatusResult:
<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