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": "02f9f95b-5237-456b-9b1c-231f090f8380",
"tenantId": "ddf57378-d9d8-4d6e-ac2c-5b9eae002c50",
"messageTypeId": "76a0aa6f-d554-4d43-a331-803dfee2304b",
"messageTypeLookupKey": "sample string 4",
"userId": "5c910d75-55bc-48b4-a9ca-7cd33163a764",
"userGroupId": "53e7cd23-97ae-4bfe-9219-e79277307c10",
"deviceId": "70ac64b0-265a-4340-8c69-5521919c87a4",
"deviceGroupId": "2ef9c835-fe75-44af-b01a-327dfecaa3ff",
"applicationId": "abcc8e0b-e915-40d1-a70d-2b9c98da54a6",
"applicationVersionId": "8cba9907-2b33-4f82-89bc-4976c53925fc",
"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": "bfab2b56-2abc-458e-8d4f-1f6f7dd7c0df",
"messageAuditMessageAuditTypeId": "0e38fe25-8621-40fe-a880-37ebe663553a",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-11-06T09:16:29.8029678+00:00",
"messageAuditUpdatedDateUtc": "2025-11-06T09:16:29.8029678+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-11-06T09:16:29.8029678+00:00",
"updatedDateUtc": "2025-11-06T09:16:29.8029678+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-06T09:16:29.8029678+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-06T09:16:29.8029678+00:00</UpdatedDateUtc> <ApplicationId>abcc8e0b-e915-40d1-a70d-2b9c98da54a6</ApplicationId> <ApplicationVersionId>8cba9907-2b33-4f82-89bc-4976c53925fc</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>2ef9c835-fe75-44af-b01a-327dfecaa3ff</DeviceGroupId> <DeviceId>70ac64b0-265a-4340-8c69-5521919c87a4</DeviceId> <MessageAuditCreatedDateUtc>2025-11-06T09:16:29.8029678+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>bfab2b56-2abc-458e-8d4f-1f6f7dd7c0df</MessageAuditId> <MessageAuditMessageAuditTypeId>0e38fe25-8621-40fe-a880-37ebe663553a</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-11-06T09:16:29.8029678+00:00</MessageAuditUpdatedDateUtc> <MessageId>02f9f95b-5237-456b-9b1c-231f090f8380</MessageId> <MessageTypeId>76a0aa6f-d554-4d43-a331-803dfee2304b</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>ddf57378-d9d8-4d6e-ac2c-5b9eae002c50</TenantId> <UserGroupId>53e7cd23-97ae-4bfe-9219-e79277307c10</UserGroupId> <UserId>5c910d75-55bc-48b4-a9ca-7cd33163a764</UserId> </MessageRepresentation>
Sample not available.