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": "acec5d16-4e7b-4b64-baab-ebd0c3d6c2c5", "tenantId": "8626c813-887c-47d9-9b88-c7e53639b01e", "messageTypeId": "2f2e7448-98cf-481b-b19d-c6a47765acdf", "messageTypeLookupKey": "sample string 4", "userId": "0578bc4d-62ea-483a-ac42-374db1c16359", "userGroupId": "e08404f4-aae8-4eaf-8bfe-ac8142c03694", "deviceId": "470a207e-302d-4a7f-ba66-48d0b33956a8", "deviceGroupId": "220b395a-dd4f-4e78-a48c-080f9eea293c", "applicationId": "6e20bb7e-4ad4-458f-8e49-f4cb61e6fb63", "applicationVersionId": "a24b07e7-4671-4ca6-ab87-c5760e0dcfa3", "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": "879cfaab-aee7-403e-8a2e-d6c96421330b", "messageAuditMessageAuditTypeId": "4b3c8855-d338-42f8-b120-7a9bc3f949a1", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-06-13T09:52:27.7829847+00:00", "messageAuditUpdatedDateUtc": "2025-06-13T09:52:27.7829847+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-06-13T09:52:27.7829847+00:00", "updatedDateUtc": "2025-06-13T09:52:27.7829847+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-06-13T09:52:27.7829847+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-06-13T09:52:27.7829847+00:00</UpdatedDateUtc> <ApplicationId>6e20bb7e-4ad4-458f-8e49-f4cb61e6fb63</ApplicationId> <ApplicationVersionId>a24b07e7-4671-4ca6-ab87-c5760e0dcfa3</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>220b395a-dd4f-4e78-a48c-080f9eea293c</DeviceGroupId> <DeviceId>470a207e-302d-4a7f-ba66-48d0b33956a8</DeviceId> <MessageAuditCreatedDateUtc>2025-06-13T09:52:27.7829847+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>879cfaab-aee7-403e-8a2e-d6c96421330b</MessageAuditId> <MessageAuditMessageAuditTypeId>4b3c8855-d338-42f8-b120-7a9bc3f949a1</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-06-13T09:52:27.7829847+00:00</MessageAuditUpdatedDateUtc> <MessageId>acec5d16-4e7b-4b64-baab-ebd0c3d6c2c5</MessageId> <MessageTypeId>2f2e7448-98cf-481b-b19d-c6a47765acdf</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>8626c813-887c-47d9-9b88-c7e53639b01e</TenantId> <UserGroupId>e08404f4-aae8-4eaf-8bfe-ac8142c03694</UserGroupId> <UserId>0578bc4d-62ea-483a-ac42-374db1c16359</UserId> </MessageRepresentation>
Sample not available.