Creates a MessageAudit
| Name | Description | Additional information |
|---|---|---|
| messageAuditRepresentation |
Define this parameter in the request body. |
{
"messageAuditId": "3bdbfbc5-dbda-4299-9fa2-95cb46157fc0",
"messageId": "98885888-a47b-4111-9018-9c6977a88c30",
"messageAuditTypeId": "f993ddec-a1d1-443b-9064-37c2ba327ebd",
"messageAuditTypeLookupKey": "sample string 4",
"text": "sample string 5",
"messageCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-07-27T18:15:44.816059+00:00",
"updatedDateUtc": "2026-07-27T18:15:44.816059+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-07-27T18:15:44.816059+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-27T18:15:44.816059+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>3bdbfbc5-dbda-4299-9fa2-95cb46157fc0</MessageAuditId> <MessageAuditTypeId>f993ddec-a1d1-443b-9064-37c2ba327ebd</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>98885888-a47b-4111-9018-9c6977a88c30</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>
Sample not available.