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": "083c87c1-79f9-4e12-ab79-0228635bf2e3",
"tenantId": "f653f35b-3995-4e99-b7bd-325f8376ad99",
"messageTypeId": "7facc52e-4aa9-4cbd-a9c3-31834ad29b8e",
"messageTypeLookupKey": "sample string 4",
"userId": "f1cd9d4d-1ccc-47e8-9276-edf0beb2dc9a",
"userGroupId": "8a6bf30e-ede2-4566-be6a-b950625d4b88",
"deviceId": "884a05f4-3109-47eb-9e15-be04ebc3f63f",
"deviceGroupId": "e0ac109c-cacc-49a6-803c-4c30dd7e1db9",
"applicationId": "53b1b40c-5488-4c4c-b2eb-b034e218046d",
"applicationVersionId": "1cabe765-5f69-43e4-8cd4-0948ac67ffbc",
"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": "cb4bf9c3-53d2-45b2-a4e1-cecad3e482e3",
"messageAuditMessageAuditTypeId": "48548ec9-527a-434f-927e-a54ecc6d05bd",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-03-22T22:01:53.8444692+00:00",
"messageAuditUpdatedDateUtc": "2026-03-22T22:01:53.8444692+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-03-22T22:01:53.8444692+00:00",
"updatedDateUtc": "2026-03-22T22:01:53.8444692+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-22T22:01:53.8444692+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-22T22:01:53.8444692+00:00</UpdatedDateUtc> <ApplicationId>53b1b40c-5488-4c4c-b2eb-b034e218046d</ApplicationId> <ApplicationVersionId>1cabe765-5f69-43e4-8cd4-0948ac67ffbc</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>e0ac109c-cacc-49a6-803c-4c30dd7e1db9</DeviceGroupId> <DeviceId>884a05f4-3109-47eb-9e15-be04ebc3f63f</DeviceId> <MessageAuditCreatedDateUtc>2026-03-22T22:01:53.8444692+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>cb4bf9c3-53d2-45b2-a4e1-cecad3e482e3</MessageAuditId> <MessageAuditMessageAuditTypeId>48548ec9-527a-434f-927e-a54ecc6d05bd</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-03-22T22:01:53.8444692+00:00</MessageAuditUpdatedDateUtc> <MessageId>083c87c1-79f9-4e12-ab79-0228635bf2e3</MessageId> <MessageTypeId>7facc52e-4aa9-4cbd-a9c3-31834ad29b8e</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>f653f35b-3995-4e99-b7bd-325f8376ad99</TenantId> <UserGroupId>8a6bf30e-ede2-4566-be6a-b950625d4b88</UserGroupId> <UserId>f1cd9d4d-1ccc-47e8-9276-edf0beb2dc9a</UserId> </MessageRepresentation>
Sample not available.