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": "0e82fee2-1efb-4ff3-86c3-4fb3e28dca33", "tenantId": "2643f3fb-671e-485e-b224-92e41d076f07", "messageTypeId": "d2ab0a56-a240-4f07-b76e-4073c6199c18", "messageTypeLookupKey": "sample string 4", "userId": "2d8979b6-ba2e-432c-9c19-a71541fd07a8", "userGroupId": "ef3dd645-9675-460e-8cc9-cb493f72e94d", "deviceId": "728c1948-d3f2-4a3f-a14f-4c8ce8886d9f", "deviceGroupId": "2611577b-baef-413f-8ec6-230b65f5164c", "applicationId": "3df516ae-54be-46ea-ae64-584d9388d53e", "applicationVersionId": "772dbc2b-723c-4c91-9366-ad841487a5ec", "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": "1ebf65a8-761d-40be-9f0b-0420730e4e11", "messageAuditMessageAuditTypeId": "caa5ed04-0138-4405-a297-45208faab7e3", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-07-12T08:53:59.9887342+00:00", "messageAuditUpdatedDateUtc": "2025-07-12T08:53:59.9887342+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-07-12T08:53:59.9887342+00:00", "updatedDateUtc": "2025-07-12T08:53:59.9887342+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-12T08:53:59.9887342+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-12T08:53:59.9887342+00:00</UpdatedDateUtc> <ApplicationId>3df516ae-54be-46ea-ae64-584d9388d53e</ApplicationId> <ApplicationVersionId>772dbc2b-723c-4c91-9366-ad841487a5ec</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>2611577b-baef-413f-8ec6-230b65f5164c</DeviceGroupId> <DeviceId>728c1948-d3f2-4a3f-a14f-4c8ce8886d9f</DeviceId> <MessageAuditCreatedDateUtc>2025-07-12T08:53:59.9887342+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>1ebf65a8-761d-40be-9f0b-0420730e4e11</MessageAuditId> <MessageAuditMessageAuditTypeId>caa5ed04-0138-4405-a297-45208faab7e3</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-07-12T08:53:59.9887342+00:00</MessageAuditUpdatedDateUtc> <MessageId>0e82fee2-1efb-4ff3-86c3-4fb3e28dca33</MessageId> <MessageTypeId>d2ab0a56-a240-4f07-b76e-4073c6199c18</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>2643f3fb-671e-485e-b224-92e41d076f07</TenantId> <UserGroupId>ef3dd645-9675-460e-8cc9-cb493f72e94d</UserGroupId> <UserId>2d8979b6-ba2e-432c-9c19-a71541fd07a8</UserId> </MessageRepresentation>
Sample not available.