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": "7cce2b35-f64a-4352-a399-700813997ee0",
"tenantId": "cc2fd46f-2939-4a3b-8be2-4958d8238cbe",
"messageTypeId": "e825012f-8eec-4cc1-8ea7-90fbd07cb035",
"messageTypeLookupKey": "sample string 4",
"userId": "06bbb40b-f42b-4a40-8b80-199027689e00",
"userGroupId": "bb1eff24-ec75-4a15-82c9-7ed0c4f1704a",
"deviceId": "e17e9974-9f93-4745-995f-82327f3818df",
"deviceGroupId": "e1f6149e-3d3b-4d0b-80e0-b10db205c7ce",
"applicationId": "f3264144-9263-4b08-8d3e-b6b972be9136",
"applicationVersionId": "3eebd8d3-fa2a-411d-8448-10aafd6d5d52",
"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": "ccd015a9-4cf5-42df-98cd-fc197096daad",
"messageAuditMessageAuditTypeId": "d9085a75-cf72-48cb-a10a-730dc10e5eff",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-01-07T03:27:31.0447711+00:00",
"messageAuditUpdatedDateUtc": "2026-01-07T03:27:31.0447711+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-01-07T03:27:31.0447711+00:00",
"updatedDateUtc": "2026-01-07T03:27:31.0447711+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-07T03:27:31.0447711+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-01-07T03:27:31.0447711+00:00</UpdatedDateUtc> <ApplicationId>f3264144-9263-4b08-8d3e-b6b972be9136</ApplicationId> <ApplicationVersionId>3eebd8d3-fa2a-411d-8448-10aafd6d5d52</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>e1f6149e-3d3b-4d0b-80e0-b10db205c7ce</DeviceGroupId> <DeviceId>e17e9974-9f93-4745-995f-82327f3818df</DeviceId> <MessageAuditCreatedDateUtc>2026-01-07T03:27:31.0447711+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>ccd015a9-4cf5-42df-98cd-fc197096daad</MessageAuditId> <MessageAuditMessageAuditTypeId>d9085a75-cf72-48cb-a10a-730dc10e5eff</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-01-07T03:27:31.0447711+00:00</MessageAuditUpdatedDateUtc> <MessageId>7cce2b35-f64a-4352-a399-700813997ee0</MessageId> <MessageTypeId>e825012f-8eec-4cc1-8ea7-90fbd07cb035</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>cc2fd46f-2939-4a3b-8be2-4958d8238cbe</TenantId> <UserGroupId>bb1eff24-ec75-4a15-82c9-7ed0c4f1704a</UserGroupId> <UserId>06bbb40b-f42b-4a40-8b80-199027689e00</UserId> </MessageRepresentation>
Sample not available.