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": "98f98e1f-988f-49f5-922d-d622fd372d4c",
"tenantId": "f76efcba-8085-4184-b295-ebcdaf677186",
"messageTypeId": "fe0f6f9e-fa1a-461a-8cfb-136b5e07b035",
"messageTypeLookupKey": "sample string 4",
"userId": "bfd5b0a1-9d1d-4ea8-aea7-26dc8d91b354",
"userGroupId": "f32a77ed-434e-4d33-b1e3-d36e824b42af",
"deviceId": "7cca5841-7aa1-415b-804d-0572e134d19d",
"deviceGroupId": "c5cb03bc-d3a8-4091-ba43-efe06c897e39",
"applicationId": "e82ad30a-bbcd-420e-b8b2-9b3ec2964b4b",
"applicationVersionId": "d72a868d-ffef-4e2f-b3e0-d3a3187e680e",
"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": "878aec5c-89c7-4446-b4e9-a88c2aa295e8",
"messageAuditMessageAuditTypeId": "4d6157d7-e7a7-478a-90d0-fa21d6f6d0d2",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-11-15T12:16:49.1427905+00:00",
"messageAuditUpdatedDateUtc": "2025-11-15T12:16:49.1427905+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-11-15T12:16:49.1427905+00:00",
"updatedDateUtc": "2025-11-15T12:16:49.1427905+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>2025-11-15T12:16:49.1427905+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-15T12:16:49.1427905+00:00</UpdatedDateUtc> <ApplicationId>e82ad30a-bbcd-420e-b8b2-9b3ec2964b4b</ApplicationId> <ApplicationVersionId>d72a868d-ffef-4e2f-b3e0-d3a3187e680e</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>c5cb03bc-d3a8-4091-ba43-efe06c897e39</DeviceGroupId> <DeviceId>7cca5841-7aa1-415b-804d-0572e134d19d</DeviceId> <MessageAuditCreatedDateUtc>2025-11-15T12:16:49.1427905+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>878aec5c-89c7-4446-b4e9-a88c2aa295e8</MessageAuditId> <MessageAuditMessageAuditTypeId>4d6157d7-e7a7-478a-90d0-fa21d6f6d0d2</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-11-15T12:16:49.1427905+00:00</MessageAuditUpdatedDateUtc> <MessageId>98f98e1f-988f-49f5-922d-d622fd372d4c</MessageId> <MessageTypeId>fe0f6f9e-fa1a-461a-8cfb-136b5e07b035</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>f76efcba-8085-4184-b295-ebcdaf677186</TenantId> <UserGroupId>f32a77ed-434e-4d33-b1e3-d36e824b42af</UserGroupId> <UserId>bfd5b0a1-9d1d-4ea8-aea7-26dc8d91b354</UserId> </MessageRepresentation>