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": "813cf150-cc51-44d1-871d-ce6a1c2c6149",
"tenantId": "707e8134-fcaf-4aea-bd1d-1007a04b816a",
"messageTypeId": "b9abb3f9-1828-495d-9890-ef700319a46e",
"messageTypeLookupKey": "sample string 4",
"userId": "3a507d67-ced4-41de-a8ca-8a17910d40c7",
"userGroupId": "b6d58e00-10b1-4f6a-bddf-9e01d257dc99",
"deviceId": "eff99ec6-3dc0-4087-87a8-5c30c0b3315e",
"deviceGroupId": "c278fb94-8169-46bd-85b7-4e663f22e7e5",
"applicationId": "0e7e5f6e-72fb-42b5-9969-6b11c25c0e7c",
"applicationVersionId": "d3f00b58-2553-4130-8772-0d7474bf7fcb",
"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": "37469c54-e210-4ac5-ae42-7b15975b1072",
"messageAuditMessageAuditTypeId": "c5542815-d748-4988-b157-473bd926329a",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-12-11T16:22:22.7696682+00:00",
"messageAuditUpdatedDateUtc": "2025-12-11T16:22:22.7696682+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-12-11T16:22:22.7696682+00:00",
"updatedDateUtc": "2025-12-11T16:22:22.7696682+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-12-11T16:22:22.7696682+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-12-11T16:22:22.7696682+00:00</UpdatedDateUtc> <ApplicationId>0e7e5f6e-72fb-42b5-9969-6b11c25c0e7c</ApplicationId> <ApplicationVersionId>d3f00b58-2553-4130-8772-0d7474bf7fcb</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>c278fb94-8169-46bd-85b7-4e663f22e7e5</DeviceGroupId> <DeviceId>eff99ec6-3dc0-4087-87a8-5c30c0b3315e</DeviceId> <MessageAuditCreatedDateUtc>2025-12-11T16:22:22.7696682+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>37469c54-e210-4ac5-ae42-7b15975b1072</MessageAuditId> <MessageAuditMessageAuditTypeId>c5542815-d748-4988-b157-473bd926329a</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-12-11T16:22:22.7696682+00:00</MessageAuditUpdatedDateUtc> <MessageId>813cf150-cc51-44d1-871d-ce6a1c2c6149</MessageId> <MessageTypeId>b9abb3f9-1828-495d-9890-ef700319a46e</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>707e8134-fcaf-4aea-bd1d-1007a04b816a</TenantId> <UserGroupId>b6d58e00-10b1-4f6a-bddf-9e01d257dc99</UserGroupId> <UserId>3a507d67-ced4-41de-a8ca-8a17910d40c7</UserId> </MessageRepresentation>