Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "674280b8-7433-4670-82cb-3f6db5737909",
"messageId": "a2bb5e61-b08e-469a-89c8-7eff4fb5d511",
"messageAuditTypeId": "d1beb886-5c81-4aff-a3eb-93cf1735bb29",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-07-13T01:35:09.4412571+00:00",
"updatedDateUtc": "2026-07-13T01:35:09.4412571+00:00"
}
<MessageAuditRepresentation 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-07-13T01:35:09.4412571+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-13T01:35:09.4412571+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>674280b8-7433-4670-82cb-3f6db5737909</MessageAuditId> <MessageAuditTypeId>d1beb886-5c81-4aff-a3eb-93cf1735bb29</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>a2bb5e61-b08e-469a-89c8-7eff4fb5d511</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>