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": "a3152cab-14ea-4b4b-9620-54594b48d1dc",
"tenantId": "4bb7877f-4c39-448f-92e3-ed2384fc5b36",
"messageTypeId": "f96787f7-b9e7-4547-bcea-7668be00681b",
"messageTypeLookupKey": "sample string 4",
"userId": "52f35fa4-fe87-43ca-994b-79a8e130c771",
"userGroupId": "a7adcdaa-cb6b-4a7a-8525-d6b9c6878b00",
"deviceId": "45219924-14c3-47e9-9a93-d6de837dd68d",
"deviceGroupId": "3f4cfa23-e513-4b71-9524-80817d56577f",
"applicationId": "f1a231f1-73e9-4647-9b67-a16f854b988f",
"applicationVersionId": "0a15ddc7-81d0-4382-b09a-1ca6a1c384c5",
"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": "79ab879f-6acc-4cf3-8c9c-58c6133e071b",
"messageAuditMessageAuditTypeId": "5b9b4573-b359-4dd7-832b-a6b58d24bc9a",
"messageAuditMessageAuditTypeName": "sample string 14",
"messageAuditMessageAuditTypeLookupKey": "sample string 15",
"messageAuditText": "sample string 16",
"messageAuditCreatedDateUtc": "2025-11-12T13:20:24.6359061+00:00",
"messageAuditUpdatedDateUtc": "2025-11-12T13:20:24.6359061+00:00",
"cyanId": 18,
"messageAuditCyanId": 1,
"resubmitCount": 19,
"createdDateUtc": "2025-11-12T13:20:24.6359061+00:00",
"updatedDateUtc": "2025-11-12T13:20:24.6359061+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-11-12T13:20:24.6359061+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-12T13:20:24.6359061+00:00</UpdatedDateUtc> <ApplicationId>f1a231f1-73e9-4647-9b67-a16f854b988f</ApplicationId> <ApplicationVersionId>0a15ddc7-81d0-4382-b09a-1ca6a1c384c5</ApplicationVersionId> <Body>sample string 9</Body> <CyanId>18</CyanId> <DeviceGroupId>3f4cfa23-e513-4b71-9524-80817d56577f</DeviceGroupId> <DeviceId>45219924-14c3-47e9-9a93-d6de837dd68d</DeviceId> <MessageAuditCreatedDateUtc>2025-11-12T13:20:24.6359061+00:00</MessageAuditCreatedDateUtc> <MessageAuditCyanId>1</MessageAuditCyanId> <MessageAuditId>79ab879f-6acc-4cf3-8c9c-58c6133e071b</MessageAuditId> <MessageAuditMessageAuditTypeId>5b9b4573-b359-4dd7-832b-a6b58d24bc9a</MessageAuditMessageAuditTypeId> <MessageAuditMessageAuditTypeLookupKey>sample string 15</MessageAuditMessageAuditTypeLookupKey> <MessageAuditMessageAuditTypeName>sample string 14</MessageAuditMessageAuditTypeName> <MessageAuditText>sample string 16</MessageAuditText> <MessageAuditUpdatedDateUtc>2025-11-12T13:20:24.6359061+00:00</MessageAuditUpdatedDateUtc> <MessageId>a3152cab-14ea-4b4b-9620-54594b48d1dc</MessageId> <MessageTypeId>f96787f7-b9e7-4547-bcea-7668be00681b</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>4bb7877f-4c39-448f-92e3-ed2384fc5b36</TenantId> <UserGroupId>a7adcdaa-cb6b-4a7a-8525-d6b9c6878b00</UserGroupId> <UserId>52f35fa4-fe87-43ca-994b-79a8e130c771</UserId> </MessageRepresentation>
Sample not available.