Creates a MessageAudit
Name | Description | Additional information |
---|---|---|
messageAuditRepresentation |
Define this parameter in the request body. |
{ "messageAuditId": "6a86e4c3-56ce-4f72-9c1e-4b23d5f57abe", "messageId": "52a34c10-cb3c-4929-9f13-bc6b5b683cb7", "messageAuditTypeId": "f9ae314e-3460-4f65-bb13-3339caa32cad", "messageAuditTypeLookupKey": "sample string 4", "text": "sample string 5", "messageCyanId": 6, "cyanId": 7, "createdDateUtc": "2025-09-05T12:06:13.0676785+00:00", "updatedDateUtc": "2025-09-05T12:06:13.0676785+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>2025-09-05T12:06:13.0676785+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-05T12:06:13.0676785+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <MessageAuditId>6a86e4c3-56ce-4f72-9c1e-4b23d5f57abe</MessageAuditId> <MessageAuditTypeId>f9ae314e-3460-4f65-bb13-3339caa32cad</MessageAuditTypeId> <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey> <MessageCyanId>6</MessageCyanId> <MessageId>52a34c10-cb3c-4929-9f13-bc6b5b683cb7</MessageId> <Text>sample string 5</Text> </MessageAuditRepresentation>
Sample not available.