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": "23d69e45-936d-4a5a-9038-24a5a9a521b9",
"tenantId": "0ed54cd4-7f2f-49fd-8018-032673f7dfa1",
"messageTypeId": "789d644f-e9b0-4200-9457-a6c7ad75e8b3",
"messageTypeLookupKey": "sample string 4",
"userId": "0f3294e7-a625-482d-b2fe-cfc6592367d2",
"userGroupId": "343cd389-d567-4e46-84fb-2195dd9d4af4",
"deviceId": "fe8a9c92-1b04-44da-a6ed-de1f2e09a2c1",
"deviceGroupId": "fdf8d65e-8368-4c9d-90aa-bf3fb006ae1e",
"applicationId": "196f44e8-8574-4c8d-9b48-385454f1cea0",
"applicationVersionId": "26f64cf2-e60c-4cc7-8cde-2e2aaf49f398",
"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": "c6924a10-6c2b-4672-b76e-7c638e415cba",
"messageAuditMessageAuditTypeId": "2d68fdd7-f934-4938-9a97-eaf42274ac4f",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-08-15T17:28:22.606809+00:00",
"messageAuditUpdatedDateUtc": "2026-08-15T17:28:22.606809+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-08-15T17:28:22.606809+00:00",
"updatedDateUtc": "2026-08-15T17:28:22.606809+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-15T17:28:22.606809+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-15T17:28:22.606809+00:00</UpdatedDateUtc> <ApplicationId>196f44e8-8574-4c8d-9b48-385454f1cea0</ApplicationId> <ApplicationVersionId>26f64cf2-e60c-4cc7-8cde-2e2aaf49f398</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>fdf8d65e-8368-4c9d-90aa-bf3fb006ae1e</DeviceGroupId> <DeviceId>fe8a9c92-1b04-44da-a6ed-de1f2e09a2c1</DeviceId> <MessageAuditCreatedDateUtc>2026-08-15T17:28:22.606809+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>c6924a10-6c2b-4672-b76e-7c638e415cba</MessageAuditId> <MessageAuditMessageAuditTypeId>2d68fdd7-f934-4938-9a97-eaf42274ac4f</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-08-15T17:28:22.606809+00:00</MessageAuditUpdatedDateUtc> <MessageId>23d69e45-936d-4a5a-9038-24a5a9a521b9</MessageId> <MessageTypeId>789d644f-e9b0-4200-9457-a6c7ad75e8b3</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>0ed54cd4-7f2f-49fd-8018-032673f7dfa1</TenantId> <UserGroupId>343cd389-d567-4e46-84fb-2195dd9d4af4</UserGroupId> <UserId>0f3294e7-a625-482d-b2fe-cfc6592367d2</UserId> </MessageRepresentation>
Sample not available.