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": "ed03d2b6-94c6-4a9b-b7fb-7904658b4332",
"tenantId": "75dfaee8-e992-4b6f-9f2f-1f9ac20e7ab5",
"messageTypeId": "fa27cde5-9b14-4c84-88d3-2083854a62f7",
"messageTypeLookupKey": "sample string 4",
"userId": "7adc1377-959e-4867-8693-eb39476fce2b",
"userGroupId": "39bfb95e-0abd-469d-9520-f805d85bfa08",
"deviceId": "bb60a2b8-418e-4972-8938-44a5d28d6ee5",
"deviceGroupId": "3710b76a-3d74-4c18-b984-e33c58fa21a6",
"applicationId": "6d0ff4c6-be09-4dfd-a8ab-a29d0c3644c8",
"applicationVersionId": "b416d8a3-83cd-4a7e-a70d-394b04073497",
"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": "eafab245-e53b-4807-aa0d-a82c706b1117",
"messageAuditMessageAuditTypeId": "573eed25-06b6-46df-aa4d-0d7d1c0d0e7f",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-11-16T17:11:15.1286574+00:00",
"messageAuditUpdatedDateUtc": "2025-11-16T17:11:15.1286574+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-11-16T17:11:15.1286574+00:00",
"updatedDateUtc": "2025-11-16T17:11:15.1286574+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-16T17:11:15.1286574+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-16T17:11:15.1286574+00:00</UpdatedDateUtc> <ApplicationId>6d0ff4c6-be09-4dfd-a8ab-a29d0c3644c8</ApplicationId> <ApplicationVersionId>b416d8a3-83cd-4a7e-a70d-394b04073497</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>3710b76a-3d74-4c18-b984-e33c58fa21a6</DeviceGroupId> <DeviceId>bb60a2b8-418e-4972-8938-44a5d28d6ee5</DeviceId> <MessageAuditCreatedDateUtc>2025-11-16T17:11:15.1286574+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>eafab245-e53b-4807-aa0d-a82c706b1117</MessageAuditId> <MessageAuditMessageAuditTypeId>573eed25-06b6-46df-aa4d-0d7d1c0d0e7f</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-11-16T17:11:15.1286574+00:00</MessageAuditUpdatedDateUtc> <MessageId>ed03d2b6-94c6-4a9b-b7fb-7904658b4332</MessageId> <MessageTypeId>fa27cde5-9b14-4c84-88d3-2083854a62f7</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>75dfaee8-e992-4b6f-9f2f-1f9ac20e7ab5</TenantId> <UserGroupId>39bfb95e-0abd-469d-9520-f805d85bfa08</UserGroupId> <UserId>7adc1377-959e-4867-8693-eb39476fce2b</UserId> </MessageRepresentation>
Sample not available.