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": "53190126-3f29-42d5-9ef1-0c30c70c34fb",
"tenantId": "50c81b77-52c0-46f4-92a0-e7c3ab301266",
"messageTypeId": "5d78be07-b692-4c82-8791-293634ce2361",
"messageTypeLookupKey": "sample string 4",
"userId": "82a1a360-8ba6-48e9-bdb3-6f173dff5254",
"userGroupId": "517f4fd1-c08c-46d4-9e79-a75bbc6e51c1",
"deviceId": "eefa06f7-3823-4ca7-8c8d-f6f5ce952118",
"deviceGroupId": "c9543937-091b-4848-9acd-32230f122f64",
"applicationId": "2809277d-96fe-4156-99e3-53db60047380",
"applicationVersionId": "3cbebbf2-d166-4982-bcad-ee4d3d0fec05",
"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": "de7d89b7-f058-4f4c-b80c-53ba9eff4dbd",
"messageAuditMessageAuditTypeId": "2c88fb14-c7d9-4e63-8c89-808fd118964b",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-09-04T07:28:30.5654682+00:00",
"messageAuditUpdatedDateUtc": "2026-09-04T07:28:30.5654682+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-09-04T07:28:30.5654682+00:00",
"updatedDateUtc": "2026-09-04T07:28:30.5654682+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-09-04T07:28:30.5654682+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-04T07:28:30.5654682+00:00</UpdatedDateUtc> <ApplicationId>2809277d-96fe-4156-99e3-53db60047380</ApplicationId> <ApplicationVersionId>3cbebbf2-d166-4982-bcad-ee4d3d0fec05</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>c9543937-091b-4848-9acd-32230f122f64</DeviceGroupId> <DeviceId>eefa06f7-3823-4ca7-8c8d-f6f5ce952118</DeviceId> <MessageAuditCreatedDateUtc>2026-09-04T07:28:30.5654682+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>de7d89b7-f058-4f4c-b80c-53ba9eff4dbd</MessageAuditId> <MessageAuditMessageAuditTypeId>2c88fb14-c7d9-4e63-8c89-808fd118964b</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-09-04T07:28:30.5654682+00:00</MessageAuditUpdatedDateUtc> <MessageId>53190126-3f29-42d5-9ef1-0c30c70c34fb</MessageId> <MessageTypeId>5d78be07-b692-4c82-8791-293634ce2361</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>50c81b77-52c0-46f4-92a0-e7c3ab301266</TenantId> <UserGroupId>517f4fd1-c08c-46d4-9e79-a75bbc6e51c1</UserGroupId> <UserId>82a1a360-8ba6-48e9-bdb3-6f173dff5254</UserId> </MessageRepresentation>
Sample not available.