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": "fa4f6c51-bec8-47ac-8129-819e8ee7b13c",
"tenantId": "01cfc112-8646-44e1-b4cf-72ebc4edc6a7",
"messageTypeId": "e2c671ea-46ec-4fda-97aa-7af611640862",
"messageTypeLookupKey": "sample string 4",
"userId": "507f15f1-36a1-4e8f-9f9a-106a15ba7191",
"userGroupId": "915d3c7a-7055-4b13-ac26-06597dd3249a",
"deviceId": "3921e907-2ae2-4f2c-a034-b29f83f1bcb8",
"deviceGroupId": "95fabb39-9f75-4a64-9c09-d806daedc0e9",
"applicationId": "9f6cf293-1713-4b80-877e-90ccbd4aeccf",
"applicationVersionId": "27477473-6340-4e8f-bd72-ffcdc328b823",
"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": "5db8b224-09a4-46e3-909a-41554b5dec63",
"messageAuditMessageAuditTypeId": "df2ebcca-a037-41a0-bd7d-21d250d19c25",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2026-08-11T00:23:46.7997174+00:00",
"messageAuditUpdatedDateUtc": "2026-08-11T00:23:46.7997174+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2026-08-11T00:23:46.7997174+00:00",
"updatedDateUtc": "2026-08-11T00:23:46.7997174+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-08-11T00:23:46.7997174+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-11T00:23:46.7997174+00:00</UpdatedDateUtc> <ApplicationId>9f6cf293-1713-4b80-877e-90ccbd4aeccf</ApplicationId> <ApplicationVersionId>27477473-6340-4e8f-bd72-ffcdc328b823</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>95fabb39-9f75-4a64-9c09-d806daedc0e9</DeviceGroupId> <DeviceId>3921e907-2ae2-4f2c-a034-b29f83f1bcb8</DeviceId> <MessageAuditCreatedDateUtc>2026-08-11T00:23:46.7997174+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>5db8b224-09a4-46e3-909a-41554b5dec63</MessageAuditId> <MessageAuditMessageAuditTypeId>df2ebcca-a037-41a0-bd7d-21d250d19c25</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2026-08-11T00:23:46.7997174+00:00</MessageAuditUpdatedDateUtc> <MessageId>fa4f6c51-bec8-47ac-8129-819e8ee7b13c</MessageId> <MessageTypeId>e2c671ea-46ec-4fda-97aa-7af611640862</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>01cfc112-8646-44e1-b4cf-72ebc4edc6a7</TenantId> <UserGroupId>915d3c7a-7055-4b13-ac26-06597dd3249a</UserGroupId> <UserId>507f15f1-36a1-4e8f-9f9a-106a15ba7191</UserId> </MessageRepresentation>
Sample not available.