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": "fa3488d8-efb2-46cb-b156-e2b2cfa26e64",
"tenantId": "1b9164ce-78ff-49b1-b8cc-b3db71f0b28b",
"messageTypeId": "c3829ac2-3134-4be6-976d-13211846e629",
"messageTypeLookupKey": "sample string 4",
"userId": "348b7754-cc7e-43d1-9ed9-3fb3d2d5b5bb",
"userGroupId": "e7202540-268e-4881-ba5c-95e254d34f06",
"deviceId": "d9134cf2-9c6d-4b07-9d46-16823840714b",
"deviceGroupId": "146f0567-5b74-4027-ab95-f9621da89f4b",
"applicationId": "b7f4bf20-789f-4f6c-8407-4fd85a3448dd",
"applicationVersionId": "86353f2f-403f-40f2-8abf-96022ed6ef3c",
"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": "0994d1f8-435f-4db0-9e41-8bc784686ba9",
"messageAuditMessageAuditTypeId": "63b957be-0ad9-4549-b9e6-2636eef25e82",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-05-11T10:11:57.1400655+00:00",
"messageAuditUpdatedDateUtc": "2026-05-11T10:11:57.1400655+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-05-11T10:11:57.1400655+00:00",
"updatedDateUtc": "2026-05-11T10:11:57.1400655+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-05-11T10:11:57.1400655+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-11T10:11:57.1400655+00:00</UpdatedDateUtc> <ApplicationId>b7f4bf20-789f-4f6c-8407-4fd85a3448dd</ApplicationId> <ApplicationVersionId>86353f2f-403f-40f2-8abf-96022ed6ef3c</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>146f0567-5b74-4027-ab95-f9621da89f4b</DeviceGroupId> <DeviceId>d9134cf2-9c6d-4b07-9d46-16823840714b</DeviceId> <MessageAuditCreatedDateUtc>2026-05-11T10:11:57.1400655+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>0994d1f8-435f-4db0-9e41-8bc784686ba9</MessageAuditId> <MessageAuditMessageAuditTypeId>63b957be-0ad9-4549-b9e6-2636eef25e82</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-05-11T10:11:57.1400655+00:00</MessageAuditUpdatedDateUtc> <MessageId>fa3488d8-efb2-46cb-b156-e2b2cfa26e64</MessageId> <MessageTypeId>c3829ac2-3134-4be6-976d-13211846e629</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>1b9164ce-78ff-49b1-b8cc-b3db71f0b28b</TenantId> <UserGroupId>e7202540-268e-4881-ba5c-95e254d34f06</UserGroupId> <UserId>348b7754-cc7e-43d1-9ed9-3fb3d2d5b5bb</UserId> </MessageRepresentation>
Sample not available.