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": "ea79a667-109b-4612-8692-a1721e47c8ec",
"tenantId": "70db1dd9-ebc6-4282-9433-6a7f3e05dc01",
"messageTypeId": "b732fdc9-87cc-4a6e-acd3-49e84c599a4e",
"messageTypeLookupKey": "sample string 4",
"userId": "e1b15d06-8bdc-4b8b-8cc6-98be71f06df7",
"userGroupId": "56273d0a-70f5-4720-93e6-6e413631a685",
"deviceId": "f1d79b24-6b2b-49f6-9066-66adc57b6af1",
"deviceGroupId": "4b10df13-86a0-4547-b63c-31e015e1f6df",
"applicationId": "5fbb009b-aa15-4092-9796-c721725aef12",
"applicationVersionId": "ecd6950f-3da3-481c-bc9a-28d7b29c2388",
"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": "abe58d83-8869-45c6-847e-3732ca6f922a",
"messageAuditMessageAuditTypeId": "902af1ab-0fb5-41ff-b2ea-f3f099279891",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-12-14T23:10:49.0255286+00:00",
"messageAuditUpdatedDateUtc": "2025-12-14T23:10:49.0255286+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-12-14T23:10:49.0255286+00:00",
"updatedDateUtc": "2025-12-14T23:10:49.0255286+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-12-14T23:10:49.0255286+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-12-14T23:10:49.0255286+00:00</UpdatedDateUtc> <ApplicationId>5fbb009b-aa15-4092-9796-c721725aef12</ApplicationId> <ApplicationVersionId>ecd6950f-3da3-481c-bc9a-28d7b29c2388</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>4b10df13-86a0-4547-b63c-31e015e1f6df</DeviceGroupId> <DeviceId>f1d79b24-6b2b-49f6-9066-66adc57b6af1</DeviceId> <MessageAuditCreatedDateUtc>2025-12-14T23:10:49.0255286+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>abe58d83-8869-45c6-847e-3732ca6f922a</MessageAuditId> <MessageAuditMessageAuditTypeId>902af1ab-0fb5-41ff-b2ea-f3f099279891</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-12-14T23:10:49.0255286+00:00</MessageAuditUpdatedDateUtc> <MessageId>ea79a667-109b-4612-8692-a1721e47c8ec</MessageId> <MessageTypeId>b732fdc9-87cc-4a6e-acd3-49e84c599a4e</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>70db1dd9-ebc6-4282-9433-6a7f3e05dc01</TenantId> <UserGroupId>56273d0a-70f5-4720-93e6-6e413631a685</UserGroupId> <UserId>e1b15d06-8bdc-4b8b-8cc6-98be71f06df7</UserId> </MessageRepresentation>
Sample not available.