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": "632c7fc4-e56b-4382-9ed7-94de890f8e24",
"tenantId": "b6b235bf-c85c-42b0-a152-b2b5d6bc64e8",
"messageTypeId": "eff40bac-d394-42ce-b358-25e99b2df4e8",
"messageTypeLookupKey": "sample string 4",
"userId": "eb8c2a5e-c80a-4997-a1fa-128243483cd7",
"userGroupId": "0af56c44-c5ac-48fa-a61b-788e8f6c030a",
"deviceId": "c04e246f-bba0-4a1c-aada-d06955349b08",
"deviceGroupId": "bc05afbc-da60-485b-81fd-0358f62de9d2",
"applicationId": "4414456f-8b1a-42bd-b962-c102da94e542",
"applicationVersionId": "6bf1dbaf-7941-4abd-aa65-dc0bbd8526b2",
"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": "156e5367-ebf1-47f5-8882-d365bdc1469a",
"messageAuditMessageAuditTypeId": "c2bc3d31-b8c8-46d2-97d6-1015acb77752",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-07-05T12:12:21.7522965+00:00",
"messageAuditUpdatedDateUtc": "2026-07-05T12:12:21.7522965+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-07-05T12:12:21.7522965+00:00",
"updatedDateUtc": "2026-07-05T12:12:21.7522965+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-07-05T12:12:21.7522965+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-05T12:12:21.7522965+00:00</UpdatedDateUtc> <ApplicationId>4414456f-8b1a-42bd-b962-c102da94e542</ApplicationId> <ApplicationVersionId>6bf1dbaf-7941-4abd-aa65-dc0bbd8526b2</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>bc05afbc-da60-485b-81fd-0358f62de9d2</DeviceGroupId> <DeviceId>c04e246f-bba0-4a1c-aada-d06955349b08</DeviceId> <MessageAuditCreatedDateUtc>2026-07-05T12:12:21.7522965+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>156e5367-ebf1-47f5-8882-d365bdc1469a</MessageAuditId> <MessageAuditMessageAuditTypeId>c2bc3d31-b8c8-46d2-97d6-1015acb77752</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-07-05T12:12:21.7522965+00:00</MessageAuditUpdatedDateUtc> <MessageId>632c7fc4-e56b-4382-9ed7-94de890f8e24</MessageId> <MessageTypeId>eff40bac-d394-42ce-b358-25e99b2df4e8</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>b6b235bf-c85c-42b0-a152-b2b5d6bc64e8</TenantId> <UserGroupId>0af56c44-c5ac-48fa-a61b-788e8f6c030a</UserGroupId> <UserId>eb8c2a5e-c80a-4997-a1fa-128243483cd7</UserId> </MessageRepresentation>
Sample not available.