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": "680d0a54-1fcf-41b2-887b-154e509f9c60",
"tenantId": "49001802-7eaf-4895-b212-778caa7e5052",
"messageTypeId": "55a202f2-801d-408c-8ab6-58c1bd707868",
"messageTypeLookupKey": "sample string 4",
"userId": "ec9f0086-eeaf-4cd9-a3b6-33a1f1fb2d30",
"userGroupId": "5052b3e7-ac28-4407-9a28-8fec2bc5aabe",
"deviceId": "b7ff2ec4-9913-44a5-8388-f136dcd07383",
"deviceGroupId": "01f326b2-761b-4560-8598-fd1ff235487a",
"applicationId": "c06be621-3aa8-4b31-bd87-0654f728c4c5",
"applicationVersionId": "db4fc04e-d7eb-4563-9db2-d38cbb2a2082",
"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": "860fad82-2af2-4bd4-9198-2fa04d7706e2",
"messageAuditMessageAuditTypeId": "4a256853-c493-4dc1-8873-6be5046db3eb",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-09-11T10:46:49.0666958+00:00",
"messageAuditUpdatedDateUtc": "2026-09-11T10:46:49.0666958+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-09-11T10:46:49.0666958+00:00",
"updatedDateUtc": "2026-09-11T10:46:49.0666958+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-09-11T10:46:49.0666958+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-11T10:46:49.0666958+00:00</UpdatedDateUtc> <ApplicationId>c06be621-3aa8-4b31-bd87-0654f728c4c5</ApplicationId> <ApplicationVersionId>db4fc04e-d7eb-4563-9db2-d38cbb2a2082</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>01f326b2-761b-4560-8598-fd1ff235487a</DeviceGroupId> <DeviceId>b7ff2ec4-9913-44a5-8388-f136dcd07383</DeviceId> <MessageAuditCreatedDateUtc>2026-09-11T10:46:49.0666958+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>860fad82-2af2-4bd4-9198-2fa04d7706e2</MessageAuditId> <MessageAuditMessageAuditTypeId>4a256853-c493-4dc1-8873-6be5046db3eb</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-09-11T10:46:49.0666958+00:00</MessageAuditUpdatedDateUtc> <MessageId>680d0a54-1fcf-41b2-887b-154e509f9c60</MessageId> <MessageTypeId>55a202f2-801d-408c-8ab6-58c1bd707868</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>49001802-7eaf-4895-b212-778caa7e5052</TenantId> <UserGroupId>5052b3e7-ac28-4407-9a28-8fec2bc5aabe</UserGroupId> <UserId>ec9f0086-eeaf-4cd9-a3b6-33a1f1fb2d30</UserId> </MessageRepresentation>