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": "256b4c93-ae71-4b52-a764-ec99d244e524", "tenantId": "ada3e8e7-7152-4d3b-9db2-ad23d606a0bd", "messageTypeId": "6a9dea8f-4669-42bd-aae5-db15d54bf3b9", "messageTypeLookupKey": "sample string 4", "userId": "5dbcd9ad-e4c7-47ce-8319-09f22bbb5154", "userGroupId": "223e6e8c-11b2-4d27-9405-0579eed78e84", "deviceId": "1a50a2fe-a426-48a2-9557-53dbab7788da", "deviceGroupId": "4135ab2f-d812-4479-86f9-4ff5e7426e70", "applicationId": "c311f08b-b3a9-4179-bee9-5abcefac907f", "applicationVersionId": "b4e2abb1-8a6d-4658-b4be-bf44c15e8b25", "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": "d1629987-9084-40b2-8297-8b8ed8c5397a", "messageAuditMessageAuditTypeId": "d64c7b2c-9ac4-467f-8506-db84d833d7e8", "messageAuditMessageAuditTypeName": "sample string 14", "messageAuditMessageAuditTypeLookupKey": "sample string 15", "messageAuditText": "sample string 16", "messageAuditCreatedDateUtc": "2025-09-08T22:53:16.1872633+00:00", "messageAuditUpdatedDateUtc": "2025-09-08T22:53:16.1872633+00:00", "cyanId": 18, "messageAuditCyanId": 1, "resubmitCount": 19, "createdDateUtc": "2025-09-08T22:53:16.1872633+00:00", "updatedDateUtc": "2025-09-08T22:53:16.1872633+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-08T22:53:16.1872633+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-08T22:53:16.1872633+00:00</UpdatedDateUtc> <ApplicationId>c311f08b-b3a9-4179-bee9-5abcefac907f</ApplicationId> <ApplicationVersionId>b4e2abb1-8a6d-4658-b4be-bf44c15e8b25</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>4135ab2f-d812-4479-86f9-4ff5e7426e70</DeviceGroupId> <DeviceId>1a50a2fe-a426-48a2-9557-53dbab7788da</DeviceId> <MessageAuditCreatedDateUtc>2025-09-08T22:53:16.1872633+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>d1629987-9084-40b2-8297-8b8ed8c5397a</MessageAuditId> <MessageAuditMessageAuditTypeId>d64c7b2c-9ac4-467f-8506-db84d833d7e8</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-09-08T22:53:16.1872633+00:00</MessageAuditUpdatedDateUtc> <MessageId>256b4c93-ae71-4b52-a764-ec99d244e524</MessageId> <MessageTypeId>6a9dea8f-4669-42bd-aae5-db15d54bf3b9</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>ada3e8e7-7152-4d3b-9db2-ad23d606a0bd</TenantId> <UserGroupId>223e6e8c-11b2-4d27-9405-0579eed78e84</UserGroupId> <UserId>5dbcd9ad-e4c7-47ce-8319-09f22bbb5154</UserId> </MessageRepresentation>
Sample not available.