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": "773950e0-90c0-46b9-adbb-bb03c014f62e",
"tenantId": "9ccfd016-03fb-42bd-a967-ae7765362ead",
"messageTypeId": "fbda1532-843f-4b9d-a8d8-a7d5337c2999",
"messageTypeLookupKey": "sample string 4",
"userId": "31f27dd8-7c03-4994-9ea7-201a47adf198",
"userGroupId": "faf7c66e-50b7-471e-94e9-6a324b68198f",
"deviceId": "3f176ceb-581b-4aa4-84c5-91eac60e2b04",
"deviceGroupId": "21c81fc7-6a23-4066-af98-c7bcae56be7f",
"applicationId": "55069fa0-bfce-45bf-b474-1dfd9446bee0",
"applicationVersionId": "bd04bcf9-a031-4e1a-953e-bfc8adcc5313",
"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": "80828256-4169-4aa7-a8bf-20ea0400fc76",
"messageAuditMessageAuditTypeId": "8b599360-bff3-43af-96fc-420cf3b04f5c",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-08-27T04:34:13.2905526+00:00",
"messageAuditUpdatedDateUtc": "2026-08-27T04:34:13.2905526+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-08-27T04:34:13.2905526+00:00",
"updatedDateUtc": "2026-08-27T04:34:13.2905526+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-08-27T04:34:13.2905526+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-27T04:34:13.2905526+00:00</UpdatedDateUtc> <ApplicationId>55069fa0-bfce-45bf-b474-1dfd9446bee0</ApplicationId> <ApplicationVersionId>bd04bcf9-a031-4e1a-953e-bfc8adcc5313</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>21c81fc7-6a23-4066-af98-c7bcae56be7f</DeviceGroupId> <DeviceId>3f176ceb-581b-4aa4-84c5-91eac60e2b04</DeviceId> <MessageAuditCreatedDateUtc>2026-08-27T04:34:13.2905526+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>80828256-4169-4aa7-a8bf-20ea0400fc76</MessageAuditId> <MessageAuditMessageAuditTypeId>8b599360-bff3-43af-96fc-420cf3b04f5c</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-08-27T04:34:13.2905526+00:00</MessageAuditUpdatedDateUtc> <MessageId>773950e0-90c0-46b9-adbb-bb03c014f62e</MessageId> <MessageTypeId>fbda1532-843f-4b9d-a8d8-a7d5337c2999</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>9ccfd016-03fb-42bd-a967-ae7765362ead</TenantId> <UserGroupId>faf7c66e-50b7-471e-94e9-6a324b68198f</UserGroupId> <UserId>31f27dd8-7c03-4994-9ea7-201a47adf198</UserId> </MessageRepresentation>