Download OpenAPI specification:Download
It is possible to send messages to the system users. The messages can be time constrained as the >>> information you wish to convey may only be relevant for a certain period of time.
Create message
| Correlation-Id | string An id used for tracing and verification |
| businessUnitGroupId required | string Identifier for the business unit group that this message applies to. |
| deleted | boolean Indicates if message is deleted |
| effectiveDate | string <date> The date when the message is valid and can be presented. |
| expirationDate | string <date> The date when the message expires and can no longer be presented. |
| header required | string The message header |
| messageId required | string [ 1 .. 20 ] characters The unique Id of the message |
| printable | boolean Indicates if message is printable |
| text required | string The message body |
| type required | string Enum: "cashier" "broadcast" The message type. Broadcast - presented immediately. Cashier - presented as a 'new message' icon. |
{- "messageId": "msg-1",
- "businessUnitGroupId": "store-1",
- "header": "Attention",
- "text": "thieves spotted in the store",
- "type": "cashier"
}