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": "b698eb2e-10a7-49d4-a2ef-bf6ee35c75c7",
"tenantId": "0fc25e8e-a3c7-4191-9288-0820348ae98b",
"messageTypeId": "df0087b3-5287-4008-9867-6e962b2857ad",
"messageTypeLookupKey": "sample string 4",
"userId": "3cd02973-c017-47e8-ab88-22dc4b50dc9c",
"userGroupId": "53a972c0-5745-40f4-9d9d-1f55465ade67",
"deviceId": "9ac696da-ab7a-43bd-b1ed-d067f5b53788",
"deviceGroupId": "a87fcfff-0ef6-4f99-bff3-f8bb1857daf7",
"applicationId": "70749e75-58d8-416c-a8cf-8e02d12637b7",
"applicationVersionId": "071edcf2-412e-46c2-a08c-b3a00096eba7",
"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": "f2ac797c-6b59-4ad9-912f-df5bc14eb6d7",
"messageAuditMessageAuditTypeId": "63cb76f2-68b9-42d9-991c-d4d94ba8024a",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-03-19T04:57:44.7113462+00:00",
"messageAuditUpdatedDateUtc": "2026-03-19T04:57:44.7113462+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-03-19T04:57:44.7113462+00:00",
"updatedDateUtc": "2026-03-19T04:57:44.7113462+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-03-19T04:57:44.7113462+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-19T04:57:44.7113462+00:00</UpdatedDateUtc> <ApplicationId>70749e75-58d8-416c-a8cf-8e02d12637b7</ApplicationId> <ApplicationVersionId>071edcf2-412e-46c2-a08c-b3a00096eba7</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>a87fcfff-0ef6-4f99-bff3-f8bb1857daf7</DeviceGroupId> <DeviceId>9ac696da-ab7a-43bd-b1ed-d067f5b53788</DeviceId> <MessageAuditCreatedDateUtc>2026-03-19T04:57:44.7113462+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>f2ac797c-6b59-4ad9-912f-df5bc14eb6d7</MessageAuditId> <MessageAuditMessageAuditTypeId>63cb76f2-68b9-42d9-991c-d4d94ba8024a</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-03-19T04:57:44.7113462+00:00</MessageAuditUpdatedDateUtc> <MessageId>b698eb2e-10a7-49d4-a2ef-bf6ee35c75c7</MessageId> <MessageTypeId>df0087b3-5287-4008-9867-6e962b2857ad</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>0fc25e8e-a3c7-4191-9288-0820348ae98b</TenantId> <UserGroupId>53a972c0-5745-40f4-9d9d-1f55465ade67</UserGroupId> <UserId>3cd02973-c017-47e8-ab88-22dc4b50dc9c</UserId> </MessageRepresentation>
Sample not available.