Page History
...
Element | Attribute Name | Description | Data Type | Required | Default |
---|---|---|---|---|---|
deliver moMessage | Main wrapper element indicating that this is a deliver request. | Yes | |||
messageId | A unique identifier for each message. | String | Yes | ||
receiptDate | receipt Date in standard XML format. | String | Yes | ||
source | Element identifying the source/originator of the message. | Yes | | ||
address | The originating address (ex: MDN) of the message. | String | Yes | ||
carrier | The carrier network the Mobile Phone is on. This carrier code will need to be specified for any MT messages for the address. | String | Yes | ||
type | The source address type of the originator. Currently, only MDN for telephone is supported. | String | Yes | ||
destination | Element that identifies the recipience/destination for the message. | | Yes | | |
address | The destination address (ex: Short Code) for the message. | String | Yes | | |
type | The destination address type of the originator. Currently, only SC for "Short Code" is supported. | String | Yes | ||
message | Element identifying the body/content of the message. | Yes |
...