SOAP RESTfull – Message – Read
You can read all the messages in your message store, using:
ReadMessage (AccountPhoneNumber, AccountPassword, Message)
Input parameter:
AccountName | Your account name | String |
AccountPassword | Your password | String |
Message | Fill in any information you have regarding the message. The ReadMessage will match all messages, which have these informations and return them.
e.g Filling in the phone number of a recipient, will return all messages sent to that recipient. Fill in the Message ID, and you will get the message returned to you. |
Message |
Return value:
Result | A list of messages | Message |
The resulting list can be empty.