Cyan Web API - Version 1


POST api/messageAudits

            Creates a MessageAudit
            

Request Information

Parameters

NameDescriptionAdditional information
messageAuditRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "messageAuditId": "3829e2cb-614c-4862-9cd5-c5b8f526c5a9",
  "messageId": "3ab90c0c-700f-467d-849a-ecf407c934f2",
  "messageAuditTypeId": "402d8b56-5465-40c0-96a9-5d4fc36edfec",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-10-19T17:37:03.4984129+00:00",
  "updatedDateUtc": "2025-10-19T17:37:03.4984129+00:00"
}

application/xml, text/xml

Sample:
<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-10-19T17:37:03.4984129+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-19T17:37:03.4984129+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>3829e2cb-614c-4862-9cd5-c5b8f526c5a9</MessageAuditId>
  <MessageAuditTypeId>402d8b56-5465-40c0-96a9-5d4fc36edfec</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>3ab90c0c-700f-467d-849a-ecf407c934f2</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.