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": "f32e67a8-eac6-4dba-9f2f-1f6298a68eca",
"tenantId": "9eff32b0-a343-4d4d-8d05-01878dbf3b10",
"messageTypeId": "089603af-8c09-4c06-8ed6-e180c9bcf789",
"messageTypeLookupKey": "sample string 4",
"userId": "a48eb231-6d6c-45d1-834c-8cfcfce0968d",
"userGroupId": "092cc3bd-bd08-4cf4-aff0-62ce02e5fd71",
"deviceId": "99a9b8c5-ba89-4aad-862a-6e5f0fc3bff5",
"deviceGroupId": "5ac6a840-b7e6-4712-8598-8c876c135273",
"applicationId": "553ab729-b492-4c49-ae4e-9bca017d6574",
"applicationVersionId": "43b3cc90-d232-4eb7-b28a-4c5ff36b812f",
"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": "dc55238e-90e4-4440-be4f-1bd424b339ef",
"messageAuditMessageAuditTypeId": "3f3f5a1c-dfdf-4867-a268-ec8c3239c91f",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-06-25T19:51:58.76783+00:00",
"messageAuditUpdatedDateUtc": "2026-06-25T19:51:58.76783+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-06-25T19:51:58.76783+00:00",
"updatedDateUtc": "2026-06-25T19:51:58.76783+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-06-25T19:51:58.76783+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-25T19:51:58.76783+00:00</UpdatedDateUtc> <ApplicationId>553ab729-b492-4c49-ae4e-9bca017d6574</ApplicationId> <ApplicationVersionId>43b3cc90-d232-4eb7-b28a-4c5ff36b812f</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>5ac6a840-b7e6-4712-8598-8c876c135273</DeviceGroupId> <DeviceId>99a9b8c5-ba89-4aad-862a-6e5f0fc3bff5</DeviceId> <MessageAuditCreatedDateUtc>2026-06-25T19:51:58.76783+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>dc55238e-90e4-4440-be4f-1bd424b339ef</MessageAuditId> <MessageAuditMessageAuditTypeId>3f3f5a1c-dfdf-4867-a268-ec8c3239c91f</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-06-25T19:51:58.76783+00:00</MessageAuditUpdatedDateUtc> <MessageId>f32e67a8-eac6-4dba-9f2f-1f6298a68eca</MessageId> <MessageTypeId>089603af-8c09-4c06-8ed6-e180c9bcf789</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>9eff32b0-a343-4d4d-8d05-01878dbf3b10</TenantId> <UserGroupId>092cc3bd-bd08-4cf4-aff0-62ce02e5fd71</UserGroupId> <UserId>a48eb231-6d6c-45d1-834c-8cfcfce0968d</UserId> </MessageRepresentation>
Sample not available.