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": "a1190fa9-f55d-4cad-9dd0-a94c804aa8a1",
"tenantId": "1a90ee48-cf74-4ab8-b6e5-c5d191c1fdb8",
"messageTypeId": "21d28bae-1a6d-4a49-8632-10082d1605ff",
"messageTypeLookupKey": "sample string 4",
"userId": "a28bcd6c-9fd4-44f7-a95c-878f8951d1c6",
"userGroupId": "14e7aab1-95e0-4226-90ca-03302a6ae044",
"deviceId": "9e2c1fab-cb49-403b-8d79-478a86e67f84",
"deviceGroupId": "c711835f-8d75-4591-8a5b-6f815c7aa2ac",
"applicationId": "c2e015ba-fecb-4d82-abeb-7d663d998fd0",
"applicationVersionId": "d1dd3d0e-169e-45e8-aefb-5691b060ccb4",
"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": "86280032-e313-4dfe-a3bd-8150d0cdd920",
"messageAuditMessageAuditTypeId": "3a4e01ad-6061-43af-8cdf-aa1e3d605af2",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-01-10T20:34:03.448532+00:00",
"messageAuditUpdatedDateUtc": "2026-01-10T20:34:03.448532+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-01-10T20:34:03.448532+00:00",
"updatedDateUtc": "2026-01-10T20:34:03.448532+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>2026-01-10T20:34:03.448532+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-01-10T20:34:03.448532+00:00</UpdatedDateUtc> <ApplicationId>c2e015ba-fecb-4d82-abeb-7d663d998fd0</ApplicationId> <ApplicationVersionId>d1dd3d0e-169e-45e8-aefb-5691b060ccb4</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>c711835f-8d75-4591-8a5b-6f815c7aa2ac</DeviceGroupId> <DeviceId>9e2c1fab-cb49-403b-8d79-478a86e67f84</DeviceId> <MessageAuditCreatedDateUtc>2026-01-10T20:34:03.448532+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>86280032-e313-4dfe-a3bd-8150d0cdd920</MessageAuditId> <MessageAuditMessageAuditTypeId>3a4e01ad-6061-43af-8cdf-aa1e3d605af2</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-01-10T20:34:03.448532+00:00</MessageAuditUpdatedDateUtc> <MessageId>a1190fa9-f55d-4cad-9dd0-a94c804aa8a1</MessageId> <MessageTypeId>21d28bae-1a6d-4a49-8632-10082d1605ff</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>1a90ee48-cf74-4ab8-b6e5-c5d191c1fdb8</TenantId> <UserGroupId>14e7aab1-95e0-4226-90ca-03302a6ae044</UserGroupId> <UserId>a28bcd6c-9fd4-44f7-a95c-878f8951d1c6</UserId> </MessageRepresentation>
Sample not available.