userMessageSendRequest
Extends: | authRequest |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
recipient (long) | 1/1 | The msisdn of the recipient. |
message (string) | 1/1 | The message to send |
dateSendOn (dateTime) | 0/1 | The optional date when the message should be delivered. If not given it will be delivered immediately. |
instantOnly (boolean) | 1/1 | This isn't used anymore. |
deviceId (int) | 1/1 | The registered device id for the device if their is one. |
JSON
property | type | description |
---|---|---|
recipient | recipient (long) | The msisdn of the recipient. |
message | message (string) | The message to send |
dateSendOn | dateSendOn (dateTime) | The optional date when the message should be delivered. If not given it will be delivered immediately. |
instantOnly | instantOnly (boolean) | This isn't used anymore. |
deviceId | deviceId (int) | The registered device id for the device if their is one. |