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 [ 1 .. 256 ] characters An id used for tracing and verification |
businessUnitGroupId required | string [ 1 .. 50 ] characters 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 [ 1 .. 40 ] characters 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 [ 1 .. 1024 ] characters 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"
}