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": "8de69826-1615-4d2f-b244-0eb515078dc7",
"tenantId": "433b49ae-7447-426c-9a97-0cda0c03d1e4",
"messageTypeId": "5d48056e-b649-41c0-a883-a197adc92103",
"messageTypeLookupKey": "sample string 4",
"userId": "88dc415f-2cc3-4bf6-9ee5-e1b22a3ee789",
"userGroupId": "0491b819-d2fc-4ac0-8d7e-6d5c7a769f58",
"deviceId": "9ca9d599-2aa0-4765-a1f7-4c1f31698112",
"deviceGroupId": "ccf24126-0d6f-4ae5-b9fb-0a4721a95203",
"applicationId": "89b5f6a3-cca6-4d34-84bb-ed6245f90c27",
"applicationVersionId": "77da4f20-e5b5-47f9-9f18-283491f70b93",
"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": "83ddcf72-9b85-4bb6-bf01-b21509a3d26d",
"messageAuditMessageAuditTypeId": "a5ade114-4715-4fc4-ba35-66e2127e8100",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-08-02T05:22:31.5144864+00:00",
"messageAuditUpdatedDateUtc": "2026-08-02T05:22:31.5144864+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-08-02T05:22:31.5144864+00:00",
"updatedDateUtc": "2026-08-02T05:22:31.5144864+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-02T05:22:31.5144864+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T05:22:31.5144864+00:00</UpdatedDateUtc> <ApplicationId>89b5f6a3-cca6-4d34-84bb-ed6245f90c27</ApplicationId> <ApplicationVersionId>77da4f20-e5b5-47f9-9f18-283491f70b93</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>ccf24126-0d6f-4ae5-b9fb-0a4721a95203</DeviceGroupId> <DeviceId>9ca9d599-2aa0-4765-a1f7-4c1f31698112</DeviceId> <MessageAuditCreatedDateUtc>2026-08-02T05:22:31.5144864+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>83ddcf72-9b85-4bb6-bf01-b21509a3d26d</MessageAuditId> <MessageAuditMessageAuditTypeId>a5ade114-4715-4fc4-ba35-66e2127e8100</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-08-02T05:22:31.5144864+00:00</MessageAuditUpdatedDateUtc> <MessageId>8de69826-1615-4d2f-b244-0eb515078dc7</MessageId> <MessageTypeId>5d48056e-b649-41c0-a883-a197adc92103</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>433b49ae-7447-426c-9a97-0cda0c03d1e4</TenantId> <UserGroupId>0491b819-d2fc-4ac0-8d7e-6d5c7a769f58</UserGroupId> <UserId>88dc415f-2cc3-4bf6-9ee5-e1b22a3ee789</UserId> </MessageRepresentation>