Updates the body of a message, but does not (re)submit the message.
| Name | Description | Additional information |
|---|---|---|
| messageId | No documentation available. |
Define this parameter in the request URI. |
| messageRepresentation | MessageRepresentation containing the new body to set |
Define this parameter in the request body. |
{
"messageId": "b8925b9b-a274-4bd7-897d-7e0d91fd8055",
"tenantId": "dcaad9cc-b9b8-4037-8397-92f8627af8e1",
"messageTypeId": "138c727a-8aa3-4a8c-9261-ba2482dfd4b3",
"messageTypeLookupKey": "sample string 4",
"userId": "5f87d307-dad4-4465-925c-740bb39abf7d",
"userGroupId": "ec36816e-f5f1-4b09-80f8-de38fe4f059b",
"deviceId": "2731e0a9-0fff-485b-b461-8dac5dad1e6d",
"deviceGroupId": "4c9b9487-9323-4e6e-8e49-ccaef8ab4543",
"applicationId": "47367b0f-e291-4184-b9bf-2a188853529b",
"applicationVersionId": "183afe4f-b926-4330-ae27-bf495d99c9e4",
"senderSessionId": "sample string 5",
"senderSessionSequence": 1,
"senderCorrelationId": "sample string 6",
"senderGroup": "sample string 7",
"senderNote": "sample string 8",
"body": "sample string 9",
"storeEncryptedPassword": true,
"storeHashedPassword": true,
"messageAuditId": "4ffd86b3-a022-4fb3-8749-f7aa35bd3f23",
"messageAuditMessageAuditTypeId": "3beb62a8-4582-42e3-929d-1eb27751d3e3",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-06-08T04:24:38.0127591+00:00",
"messageAuditUpdatedDateUtc": "2026-06-08T04:24:38.0127591+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-06-08T04:24:38.0127591+00:00",
"updatedDateUtc": "2026-06-08T04:24:38.0127591+00:00"
}
<MessageRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2026-06-08T04:24:38.0127591+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T04:24:38.0127591+00:00</UpdatedDateUtc> <ApplicationId>47367b0f-e291-4184-b9bf-2a188853529b</ApplicationId> <ApplicationVersionId>183afe4f-b926-4330-ae27-bf495d99c9e4</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>4c9b9487-9323-4e6e-8e49-ccaef8ab4543</DeviceGroupId> <DeviceId>2731e0a9-0fff-485b-b461-8dac5dad1e6d</DeviceId> <MessageAuditCreatedDateUtc>2026-06-08T04:24:38.0127591+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>4ffd86b3-a022-4fb3-8749-f7aa35bd3f23</MessageAuditId> <MessageAuditMessageAuditTypeId>3beb62a8-4582-42e3-929d-1eb27751d3e3</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-06-08T04:24:38.0127591+00:00</MessageAuditUpdatedDateUtc> <MessageId>b8925b9b-a274-4bd7-897d-7e0d91fd8055</MessageId> <MessageTypeId>138c727a-8aa3-4a8c-9261-ba2482dfd4b3</MessageTypeId> <MessageTypeLookupKey>sample string 4</MessageTypeLookupKey> <ResubmitCount>19</ResubmitCount> <SenderCorrelationId>sample string 6</SenderCorrelationId> <SenderGroup>sample string 7</SenderGroup> <SenderNote>sample string 8</SenderNote> <SenderSessionId>sample string 5</SenderSessionId> <SenderSessionSequence>1</SenderSessionSequence> <StoreEncryptedPassword>true</StoreEncryptedPassword> <StoreHashedPassword>true</StoreHashedPassword> <TenantId>dcaad9cc-b9b8-4037-8397-92f8627af8e1</TenantId> <UserGroupId>ec36816e-f5f1-4b09-80f8-de38fe4f059b</UserGroupId> <UserId>5f87d307-dad4-4465-925c-740bb39abf7d</UserId> </MessageRepresentation>