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": "9205c605-fe2f-4a93-8fca-e59ebf974498",
"tenantId": "c0b633bd-41f4-440a-95e1-33d331f69add",
"messageTypeId": "82200280-14e6-4c8a-a46f-040bc20354e1",
"messageTypeLookupKey": "sample string 4",
"userId": "7c5e3586-40c3-49b6-a9a4-0a21f6acce6e",
"userGroupId": "7a2db550-d77b-4501-bbbd-26158f655326",
"deviceId": "d23d2086-4b24-46cc-b931-7acf81ebd7a8",
"deviceGroupId": "a1110b92-aed1-4837-b878-04ed64617fa3",
"applicationId": "47302f32-fc9b-4006-9a2f-fdb11a59bd6f",
"applicationVersionId": "9fbb6ced-d6b8-4794-96e1-0522a72099f8",
"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": "898e24b6-f551-4f85-8189-c29775ef2522",
"messageAuditMessageAuditTypeId": "036ead5d-dccf-4485-903c-3dc2cdecaf60",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-06-12T12:59:13.1787449+00:00",
"messageAuditUpdatedDateUtc": "2026-06-12T12:59:13.1787449+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-06-12T12:59:13.1787449+00:00",
"updatedDateUtc": "2026-06-12T12:59:13.1787449+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-12T12:59:13.1787449+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-12T12:59:13.1787449+00:00</UpdatedDateUtc> <ApplicationId>47302f32-fc9b-4006-9a2f-fdb11a59bd6f</ApplicationId> <ApplicationVersionId>9fbb6ced-d6b8-4794-96e1-0522a72099f8</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>a1110b92-aed1-4837-b878-04ed64617fa3</DeviceGroupId> <DeviceId>d23d2086-4b24-46cc-b931-7acf81ebd7a8</DeviceId> <MessageAuditCreatedDateUtc>2026-06-12T12:59:13.1787449+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>898e24b6-f551-4f85-8189-c29775ef2522</MessageAuditId> <MessageAuditMessageAuditTypeId>036ead5d-dccf-4485-903c-3dc2cdecaf60</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-06-12T12:59:13.1787449+00:00</MessageAuditUpdatedDateUtc> <MessageId>9205c605-fe2f-4a93-8fca-e59ebf974498</MessageId> <MessageTypeId>82200280-14e6-4c8a-a46f-040bc20354e1</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>c0b633bd-41f4-440a-95e1-33d331f69add</TenantId> <UserGroupId>7a2db550-d77b-4501-bbbd-26158f655326</UserGroupId> <UserId>7c5e3586-40c3-49b6-a9a4-0a21f6acce6e</UserId> </MessageRepresentation>
Sample not available.