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": "683e361c-5567-43df-9a6a-ca16f4df62eb", "tenantId": "2f0e8f2f-07cf-4bf5-bef2-f66c1381e223", "messageTypeId": "6ea5794c-5aaf-4530-a0ce-08b505f04b9c", "messageTypeLookupKey": "sample string 4", "userId": "181e0cad-4bc6-4a9a-bf41-80d16f932ecd", "userGroupId": "9741fb5d-2ca6-4e6c-9baa-7b8f1c3a31d6", "deviceId": "e78c53c8-c6f8-40ad-9dbc-702ec6cd003d", "deviceGroupId": "5fc43e92-1345-477f-8ed9-cbeab794a964", "applicationId": "4ea35cb4-ea68-42ac-9604-9c626a01b8dd", "applicationVersionId": "9f18edec-8c63-4541-8fe6-28678e93a11d", "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": "0db6121d-0d66-4a07-b5f7-e86bf55d5394", "messageAuditMessageAuditTypeId": "0d57214e-e90c-4406-8639-f9eff7c58d19", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-09-13T07:32:34.2702451+00:00", "messageAuditUpdatedDateUtc": "2025-09-13T07:32:34.2702451+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-09-13T07:32:34.2702451+00:00", "updatedDateUtc": "2025-09-13T07:32:34.2702451+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-09-13T07:32:34.2702451+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-13T07:32:34.2702451+00:00</UpdatedDateUtc> <ApplicationId>4ea35cb4-ea68-42ac-9604-9c626a01b8dd</ApplicationId> <ApplicationVersionId>9f18edec-8c63-4541-8fe6-28678e93a11d</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>5fc43e92-1345-477f-8ed9-cbeab794a964</DeviceGroupId> <DeviceId>e78c53c8-c6f8-40ad-9dbc-702ec6cd003d</DeviceId> <MessageAuditCreatedDateUtc>2025-09-13T07:32:34.2702451+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>0db6121d-0d66-4a07-b5f7-e86bf55d5394</MessageAuditId> <MessageAuditMessageAuditTypeId>0d57214e-e90c-4406-8639-f9eff7c58d19</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-09-13T07:32:34.2702451+00:00</MessageAuditUpdatedDateUtc> <MessageId>683e361c-5567-43df-9a6a-ca16f4df62eb</MessageId> <MessageTypeId>6ea5794c-5aaf-4530-a0ce-08b505f04b9c</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>2f0e8f2f-07cf-4bf5-bef2-f66c1381e223</TenantId> <UserGroupId>9741fb5d-2ca6-4e6c-9baa-7b8f1c3a31d6</UserGroupId> <UserId>181e0cad-4bc6-4a9a-bf41-80d16f932ecd</UserId> </MessageRepresentation>
Sample not available.