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": "5c0a532f-966d-439d-bfcb-1fb2b72dad7f", "tenantId": "78267d71-57fb-47a1-96df-24d26dd6a99b", "messageTypeId": "46c00a95-4171-4b4a-8d02-d740e67048dc", "messageTypeLookupKey": "sample string 4", "userId": "a17a397b-d9dd-411a-9925-14b1e0c637d5", "userGroupId": "97d69e77-5f18-48e2-9bfd-cccd18763fc2", "deviceId": "379bc9cf-4719-4453-8175-9826f65b0219", "deviceGroupId": "ab9316ed-0f0a-46df-aa0a-62315ea0c715", "applicationId": "9b46828a-cb2b-46ae-af61-6d7dec85366b", "applicationVersionId": "85942600-1521-443e-b03b-2e06ae03e6e3", "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": "17ee5d1b-8bee-4182-86d0-caa967c519b3", "messageAuditMessageAuditTypeId": "ab996a54-e08b-46df-9840-7e0dd26776b7", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-07-17T10:18:16.3239713+00:00", "messageAuditUpdatedDateUtc": "2025-07-17T10:18:16.3239713+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-07-17T10:18:16.3239713+00:00", "updatedDateUtc": "2025-07-17T10:18:16.3239713+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-07-17T10:18:16.3239713+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-17T10:18:16.3239713+00:00</UpdatedDateUtc> <ApplicationId>9b46828a-cb2b-46ae-af61-6d7dec85366b</ApplicationId> <ApplicationVersionId>85942600-1521-443e-b03b-2e06ae03e6e3</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>ab9316ed-0f0a-46df-aa0a-62315ea0c715</DeviceGroupId> <DeviceId>379bc9cf-4719-4453-8175-9826f65b0219</DeviceId> <MessageAuditCreatedDateUtc>2025-07-17T10:18:16.3239713+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>17ee5d1b-8bee-4182-86d0-caa967c519b3</MessageAuditId> <MessageAuditMessageAuditTypeId>ab996a54-e08b-46df-9840-7e0dd26776b7</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-07-17T10:18:16.3239713+00:00</MessageAuditUpdatedDateUtc> <MessageId>5c0a532f-966d-439d-bfcb-1fb2b72dad7f</MessageId> <MessageTypeId>46c00a95-4171-4b4a-8d02-d740e67048dc</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>78267d71-57fb-47a1-96df-24d26dd6a99b</TenantId> <UserGroupId>97d69e77-5f18-48e2-9bfd-cccd18763fc2</UserGroupId> <UserId>a17a397b-d9dd-411a-9925-14b1e0c637d5</UserId> </MessageRepresentation>
Sample not available.