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": "fb4fc55b-62b5-48f4-a707-bfc845381b14",
"tenantId": "8fe41121-ca89-47f0-b478-8b2c102ee072",
"messageTypeId": "c29a63e2-3ede-4c54-b9e3-1a30fd7cca10",
"messageTypeLookupKey": "sample string 4",
"userId": "e9df9476-80fe-4c67-93ef-06ce02c04f1d",
"userGroupId": "a582726a-383f-4318-a3f0-c60ef58a897c",
"deviceId": "057e8289-96c9-477e-a77e-daee0edb715e",
"deviceGroupId": "a63d7be5-f989-4551-b5a4-9b17a9c9fe16",
"applicationId": "133204ea-76a1-4dc6-b481-227af9b3c2cf",
"applicationVersionId": "44d6d82f-0da6-49d4-92d5-5fb058740eae",
"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": "ec18239d-07b2-4ccc-ae6c-d66395d066db",
"messageAuditMessageAuditTypeId": "5f99acc6-d632-4541-bc62-5995bddc7f9e",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-11-13T08:48:05.5878386+00:00",
"messageAuditUpdatedDateUtc": "2025-11-13T08:48:05.5878386+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-11-13T08:48:05.5878386+00:00",
"updatedDateUtc": "2025-11-13T08:48:05.5878386+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>2025-11-13T08:48:05.5878386+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-13T08:48:05.5878386+00:00</UpdatedDateUtc> <ApplicationId>133204ea-76a1-4dc6-b481-227af9b3c2cf</ApplicationId> <ApplicationVersionId>44d6d82f-0da6-49d4-92d5-5fb058740eae</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>a63d7be5-f989-4551-b5a4-9b17a9c9fe16</DeviceGroupId> <DeviceId>057e8289-96c9-477e-a77e-daee0edb715e</DeviceId> <MessageAuditCreatedDateUtc>2025-11-13T08:48:05.5878386+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>ec18239d-07b2-4ccc-ae6c-d66395d066db</MessageAuditId> <MessageAuditMessageAuditTypeId>5f99acc6-d632-4541-bc62-5995bddc7f9e</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-11-13T08:48:05.5878386+00:00</MessageAuditUpdatedDateUtc> <MessageId>fb4fc55b-62b5-48f4-a707-bfc845381b14</MessageId> <MessageTypeId>c29a63e2-3ede-4c54-b9e3-1a30fd7cca10</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>8fe41121-ca89-47f0-b478-8b2c102ee072</TenantId> <UserGroupId>a582726a-383f-4318-a3f0-c60ef58a897c</UserGroupId> <UserId>e9df9476-80fe-4c67-93ef-06ce02c04f1d</UserId> </MessageRepresentation>
Sample not available.