Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "031d9ff1-2cc0-4b76-a87a-e8dfc9d300d4",
"messageId": "13399f94-8641-45b9-ab2e-22b07c3f6e5a",
"messageAuditTypeId": "28628a34-e309-4446-b643-0d23de4bfe8a",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-09-10T19:05:46.6647117+00:00",
"updatedDateUtc": "2026-09-10T19:05:46.6647117+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-09-10T19:05:46.6647117+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T19:05:46.6647117+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>031d9ff1-2cc0-4b76-a87a-e8dfc9d300d4</MessageAuditId> <MessageAuditTypeId>28628a34-e309-4446-b643-0d23de4bfe8a</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>13399f94-8641-45b9-ab2e-22b07c3f6e5a</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>
Sample not available.