Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "2c500734-6b49-4508-975d-d13689cb1041",
"messageId": "ddc848b6-1945-4c44-bdc2-2598841ade5d",
"messageAuditTypeId": "62065833-315c-48d5-811f-6c36634beea3",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-08T04:31:39.6988836+00:00",
"updatedDateUtc": "2026-06-08T04:31:39.6988836+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-08T04:31:39.6988836+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T04:31:39.6988836+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>2c500734-6b49-4508-975d-d13689cb1041</MessageAuditId> <MessageAuditTypeId>62065833-315c-48d5-811f-6c36634beea3</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>ddc848b6-1945-4c44-bdc2-2598841ade5d</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>