/
UpdateMessages
UpdateMessages
Inputs (Array[] to update)
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | The BrickId (unique id) of the message. | Yes | New method in 2.24 |
Receiver | Guid | The receiver of the message. | ||
Subject | string | The subject of the message. | ||
Body | string | The body of the message. | ||
EventDate | DateTime | A date associated with the message. | ||
IsHTML | bool | If the body of the message contains html this should be set to true. | ||
IsRead | bool | If the message is read by the customer. | ||
IsPublic | bool | If the message is public. | ||
IsPromoted | bool | If the message is promoted i.e. shown on the account overview when the user logs in. | ||
Priority | string | Which priority the message should have. Allowed values are: "High", "Medium", "Low". | ||
Status | string | Which status the message should have. Allowed values are: "Created", "InProgress", "Done", "Closed". |
Outputs
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | All message in the request is returned along with each message BrickId and array of Errors per message |
Code examples
XML Example - Update Message Status
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi=&