groupSendMessageRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| groupId (int) | 1/1 | The group id of the group in this message should be send. |
| 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. |
| deviceId (int) | 1/1 | The registered device id for the device if their is one. |
JSON
| property | type | description |
|---|---|---|
| groupId | groupId (int) | The group id of the group in this message should be send. |
| 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. |
| deviceId | deviceId (int) | The registered device id for the device if their is one. |