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": "ca9a7284-a123-4a74-ad6e-692d7f520c36",
"tenantId": "72fda25f-f936-4cd2-bc44-87839b739c8c",
"messageTypeId": "eb9294e2-fa62-4376-b014-490433db9f44",
"messageTypeLookupKey": "sample string 4",
"userId": "366a12d2-29da-406b-a07f-bd29de089d73",
"userGroupId": "966ef838-089a-4054-b89e-f10398f64321",
"deviceId": "7fd6ce32-8396-438d-9d7c-8a09c6b9dad5",
"deviceGroupId": "2a21a4cf-2d15-4c53-b51d-7f3056ca9d14",
"applicationId": "6febc182-cc0f-4953-b39f-c38185acaa9b",
"applicationVersionId": "5ee64e91-e628-49ee-87b3-b07f484bbee0",
"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": "05733ab1-9c21-48c9-a012-ca474f90a75b",
"messageAuditMessageAuditTypeId": "a96bb0f9-d977-4c13-8025-b0c095eabdc8",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-04-24T23:47:19.697064+00:00",
"messageAuditUpdatedDateUtc": "2026-04-24T23:47:19.697064+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-04-24T23:47:19.697064+00:00",
"updatedDateUtc": "2026-04-24T23:47:19.697064+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-04-24T23:47:19.697064+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T23:47:19.697064+00:00</UpdatedDateUtc> <ApplicationId>6febc182-cc0f-4953-b39f-c38185acaa9b</ApplicationId> <ApplicationVersionId>5ee64e91-e628-49ee-87b3-b07f484bbee0</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>2a21a4cf-2d15-4c53-b51d-7f3056ca9d14</DeviceGroupId> <DeviceId>7fd6ce32-8396-438d-9d7c-8a09c6b9dad5</DeviceId> <MessageAuditCreatedDateUtc>2026-04-24T23:47:19.697064+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>05733ab1-9c21-48c9-a012-ca474f90a75b</MessageAuditId> <MessageAuditMessageAuditTypeId>a96bb0f9-d977-4c13-8025-b0c095eabdc8</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-04-24T23:47:19.697064+00:00</MessageAuditUpdatedDateUtc> <MessageId>ca9a7284-a123-4a74-ad6e-692d7f520c36</MessageId> <MessageTypeId>eb9294e2-fa62-4376-b014-490433db9f44</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>72fda25f-f936-4cd2-bc44-87839b739c8c</TenantId> <UserGroupId>966ef838-089a-4054-b89e-f10398f64321</UserGroupId> <UserId>366a12d2-29da-406b-a07f-bd29de089d73</UserId> </MessageRepresentation>