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": "6c8f6563-b6cf-4402-948d-27862e74c6a8",
"tenantId": "d1aaacdf-7c1c-4d79-8790-5804a9aa629b",
"messageTypeId": "173454e4-4ec2-4a24-99c6-061db7cf294e",
"messageTypeLookupKey": "sample string 4",
"userId": "ee38087a-467d-4cf8-a176-6f6dc2851e79",
"userGroupId": "7b3042e3-e986-4b92-b960-36310ac20c67",
"deviceId": "b5e53670-7c0e-4cee-9bdf-5882245048de",
"deviceGroupId": "009c7546-6035-4b28-ab82-f4a5041687dc",
"applicationId": "d0127c23-cfc4-4663-ad22-e3c2168accc6",
"applicationVersionId": "9c504284-f16d-4026-9d10-37177e059987",
"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": "3f7c11b6-9f04-4829-a5c9-d347d300ea07",
"messageAuditMessageAuditTypeId": "4d5b349d-c4a1-4a52-8c2a-957e64b5c196",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-06-15T01:15:10.0180556+00:00",
"messageAuditUpdatedDateUtc": "2026-06-15T01:15:10.0180556+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-06-15T01:15:10.0180556+00:00",
"updatedDateUtc": "2026-06-15T01:15:10.0180556+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-06-15T01:15:10.0180556+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-15T01:15:10.0180556+00:00</UpdatedDateUtc> <ApplicationId>d0127c23-cfc4-4663-ad22-e3c2168accc6</ApplicationId> <ApplicationVersionId>9c504284-f16d-4026-9d10-37177e059987</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>009c7546-6035-4b28-ab82-f4a5041687dc</DeviceGroupId> <DeviceId>b5e53670-7c0e-4cee-9bdf-5882245048de</DeviceId> <MessageAuditCreatedDateUtc>2026-06-15T01:15:10.0180556+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>3f7c11b6-9f04-4829-a5c9-d347d300ea07</MessageAuditId> <MessageAuditMessageAuditTypeId>4d5b349d-c4a1-4a52-8c2a-957e64b5c196</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-06-15T01:15:10.0180556+00:00</MessageAuditUpdatedDateUtc> <MessageId>6c8f6563-b6cf-4402-948d-27862e74c6a8</MessageId> <MessageTypeId>173454e4-4ec2-4a24-99c6-061db7cf294e</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>d1aaacdf-7c1c-4d79-8790-5804a9aa629b</TenantId> <UserGroupId>7b3042e3-e986-4b92-b960-36310ac20c67</UserGroupId> <UserId>ee38087a-467d-4cf8-a176-6f6dc2851e79</UserId> </MessageRepresentation>
Sample not available.