Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "65f99119-98cd-45e7-a6ab-438408e323bd",
"messageId": "2f0c4824-5f1c-433d-a7ee-57e96a763bd7",
"messageAuditTypeId": "bf92dfb6-6309-46d5-802d-9abb58ad65ae",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-05T18:18:04.717089+00:00",
"updatedDateUtc": "2026-06-05T18:18:04.717089+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-06-05T18:18:04.717089+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:18:04.717089+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>65f99119-98cd-45e7-a6ab-438408e323bd</MessageAuditId> <MessageAuditTypeId>bf92dfb6-6309-46d5-802d-9abb58ad65ae</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>2f0c4824-5f1c-433d-a7ee-57e96a763bd7</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>