Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Query SMS Status

This provides the capability to query the status of previously submitted SMS. A query is made using the documentId returned from above. An list of phone numbers and current status is returned

...

Code Block
Class SubmitStatus{
    String recipient;
    int    statusCode;
}

StatusCodes

if recipient = "" (empty string)

...