Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "dc553034-9ae0-49af-b0f3-0b4f325e667f",
"messageId": "89139519-b912-4431-9f15-b926eb03dd57",
"messageAuditTypeId": "b409cb0e-4f1f-456d-893b-94c1ed3fb97d",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-08-15T17:25:57.3668197+00:00",
"updatedDateUtc": "2026-08-15T17:25:57.3668197+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-08-15T17:25:57.3668197+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-15T17:25:57.3668197+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>dc553034-9ae0-49af-b0f3-0b4f325e667f</MessageAuditId> <MessageAuditTypeId>b409cb0e-4f1f-456d-893b-94c1ed3fb97d</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>89139519-b912-4431-9f15-b926eb03dd57</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>
Sample not available.