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": "eeac341e-7fd2-42a7-820a-a4f45b8eeef2",
"tenantId": "6a34e426-9cb8-418a-ac63-24e8f9c7b96d",
"messageTypeId": "02785203-4653-4cde-a983-27c6e7872eed",
"messageTypeLookupKey": "sample string 4",
"userId": "727bc30d-91ae-49ac-9abf-fae4c43d6fed",
"userGroupId": "36145542-52e2-42cd-a6c1-0e37319633cb",
"deviceId": "3b6e8c02-1a46-4a6a-8587-ddf6d530e19e",
"deviceGroupId": "a499f9fb-7ebc-45be-86ce-b435f58811d2",
"applicationId": "063b16f5-2348-49db-be79-688a7101bb9d",
"applicationVersionId": "649dc8c2-7b7d-4255-aa13-d615a87ae5f4",
"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": "915fe651-cf08-402e-a64f-c38a0acda202",
"messageAuditMessageAuditTypeId": "5d317422-d64e-4821-8bfd-e2c30404e33e",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-06-05T18:21:41.7273385+00:00",
"messageAuditUpdatedDateUtc": "2026-06-05T18:21:41.7273385+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-06-05T18:21:41.7273385+00:00",
"updatedDateUtc": "2026-06-05T18:21:41.7273385+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-05T18:21:41.7273385+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:21:41.7273385+00:00</UpdatedDateUtc> <ApplicationId>063b16f5-2348-49db-be79-688a7101bb9d</ApplicationId> <ApplicationVersionId>649dc8c2-7b7d-4255-aa13-d615a87ae5f4</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>a499f9fb-7ebc-45be-86ce-b435f58811d2</DeviceGroupId> <DeviceId>3b6e8c02-1a46-4a6a-8587-ddf6d530e19e</DeviceId> <MessageAuditCreatedDateUtc>2026-06-05T18:21:41.7273385+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>915fe651-cf08-402e-a64f-c38a0acda202</MessageAuditId> <MessageAuditMessageAuditTypeId>5d317422-d64e-4821-8bfd-e2c30404e33e</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-06-05T18:21:41.7273385+00:00</MessageAuditUpdatedDateUtc> <MessageId>eeac341e-7fd2-42a7-820a-a4f45b8eeef2</MessageId> <MessageTypeId>02785203-4653-4cde-a983-27c6e7872eed</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>6a34e426-9cb8-418a-ac63-24e8f9c7b96d</TenantId> <UserGroupId>36145542-52e2-42cd-a6c1-0e37319633cb</UserGroupId> <UserId>727bc30d-91ae-49ac-9abf-fae4c43d6fed</UserId> </MessageRepresentation>