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": "4e4b44b7-749e-4185-bf4b-6592ed631765", "tenantId": "83e8baea-0c4c-4e93-84ee-70fd4a584faa", "messageTypeId": "ab7d4d51-1eb7-48fd-9b4f-b4c757a8e6d4", "messageTypeLookupKey": "sample string 4", "userId": "3f1a03a2-8b5e-450e-ab26-39c1232bc62c", "userGroupId": "063f763d-9351-4bb8-ae46-28a64c73344a", "deviceId": "bf9f2395-3c3f-436f-b6de-93cb3b656cb4", "deviceGroupId": "d9573526-efc8-4464-87a0-b50739549fc7", "applicationId": "2c9063ea-f27f-4212-ac99-e65841f5cdd6", "applicationVersionId": "bc79dac1-cafb-4c59-9efa-40e31ef11e7e", "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": "15f6fd95-0320-4a32-9df8-7ab016bdb08e", "messageAuditMessageAuditTypeId": "458e44fb-3275-4ee6-b578-fdcf87096d3d", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-10-21T07:40:54.4432134+00:00", "messageAuditUpdatedDateUtc": "2025-10-21T07:40:54.4432134+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-10-21T07:40:54.4432134+00:00", "updatedDateUtc": "2025-10-21T07:40:54.4432134+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-10-21T07:40:54.4432134+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-21T07:40:54.4432134+00:00</UpdatedDateUtc> <ApplicationId>2c9063ea-f27f-4212-ac99-e65841f5cdd6</ApplicationId> <ApplicationVersionId>bc79dac1-cafb-4c59-9efa-40e31ef11e7e</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>d9573526-efc8-4464-87a0-b50739549fc7</DeviceGroupId> <DeviceId>bf9f2395-3c3f-436f-b6de-93cb3b656cb4</DeviceId> <MessageAuditCreatedDateUtc>2025-10-21T07:40:54.4432134+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>15f6fd95-0320-4a32-9df8-7ab016bdb08e</MessageAuditId> <MessageAuditMessageAuditTypeId>458e44fb-3275-4ee6-b578-fdcf87096d3d</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-10-21T07:40:54.4432134+00:00</MessageAuditUpdatedDateUtc> <MessageId>4e4b44b7-749e-4185-bf4b-6592ed631765</MessageId> <MessageTypeId>ab7d4d51-1eb7-48fd-9b4f-b4c757a8e6d4</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>83e8baea-0c4c-4e93-84ee-70fd4a584faa</TenantId> <UserGroupId>063f763d-9351-4bb8-ae46-28a64c73344a</UserGroupId> <UserId>3f1a03a2-8b5e-450e-ab26-39c1232bc62c</UserId> </MessageRepresentation>
Sample not available.