Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "a4f66b12-bbfe-45d8-bf0b-ce38a7be12da",
"messageId": "4f882081-b91d-4cc1-bba8-8690e75970b4",
"messageAuditTypeId": "991afdf9-940e-46a0-9ed2-c79a4d875fb2",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-03-14T07:27:39.5824418+00:00",
"updatedDateUtc": "2026-03-14T07:27:39.5824418+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-03-14T07:27:39.5824418+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-14T07:27:39.5824418+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>a4f66b12-bbfe-45d8-bf0b-ce38a7be12da</MessageAuditId> <MessageAuditTypeId>991afdf9-940e-46a0-9ed2-c79a4d875fb2</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>4f882081-b91d-4cc1-bba8-8690e75970b4</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>
Sample not available.