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": "67abc22a-8556-4c56-ae66-cd671b8e3976",
"tenantId": "aa0f9d5f-9a11-43fc-aafe-e2ed4ef3a7bd",
"messageTypeId": "5363f65a-3743-4cb5-8718-733695f6d020",
"messageTypeLookupKey": "sample string 4",
"userId": "400444b0-865c-4132-892c-2d670e35bd75",
"userGroupId": "61bbe3b5-c042-424b-99e9-36ba1bbd4620",
"deviceId": "2953dc3c-4e6d-412a-a77f-49528e6bea7d",
"deviceGroupId": "83a6fd15-3313-4567-ba26-7512f80c9651",
"applicationId": "0e51f333-f04f-486e-b7db-f06aa8417186",
"applicationVersionId": "109b61cd-5a4d-4582-918d-c6ffc0265976",
"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": "805fcfe5-2d22-436f-8091-2643cf35d01a",
"messageAuditMessageAuditTypeId": "a15a8c35-221f-4e96-af07-31ef0903d724",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-01-22T00:38:42.0824647+00:00",
"messageAuditUpdatedDateUtc": "2026-01-22T00:38:42.0824647+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-01-22T00:38:42.0824647+00:00",
"updatedDateUtc": "2026-01-22T00:38:42.0824647+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-01-22T00:38:42.0824647+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-01-22T00:38:42.0824647+00:00</UpdatedDateUtc> <ApplicationId>0e51f333-f04f-486e-b7db-f06aa8417186</ApplicationId> <ApplicationVersionId>109b61cd-5a4d-4582-918d-c6ffc0265976</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>83a6fd15-3313-4567-ba26-7512f80c9651</DeviceGroupId> <DeviceId>2953dc3c-4e6d-412a-a77f-49528e6bea7d</DeviceId> <MessageAuditCreatedDateUtc>2026-01-22T00:38:42.0824647+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>805fcfe5-2d22-436f-8091-2643cf35d01a</MessageAuditId> <MessageAuditMessageAuditTypeId>a15a8c35-221f-4e96-af07-31ef0903d724</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-01-22T00:38:42.0824647+00:00</MessageAuditUpdatedDateUtc> <MessageId>67abc22a-8556-4c56-ae66-cd671b8e3976</MessageId> <MessageTypeId>5363f65a-3743-4cb5-8718-733695f6d020</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>aa0f9d5f-9a11-43fc-aafe-e2ed4ef3a7bd</TenantId> <UserGroupId>61bbe3b5-c042-424b-99e9-36ba1bbd4620</UserGroupId> <UserId>400444b0-865c-4132-892c-2d670e35bd75</UserId> </MessageRepresentation>
Sample not available.