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": "60a4234e-7921-438f-9225-db104cc84570",
  "messageId": "44d724d0-7cd8-4a20-a4af-da69f487c355",
  "messageAuditTypeId": "8dfdd8b5-7816-4562-ad1c-df12947c55d4",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-04-21T02:28:01.6861844+00:00",
  "updatedDateUtc": "2025-04-21T02:28:01.6861844+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-04-21T02:28:01.6861844+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T02:28:01.6861844+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>60a4234e-7921-438f-9225-db104cc84570</MessageAuditId>
  <MessageAuditTypeId>8dfdd8b5-7816-4562-ad1c-df12947c55d4</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>44d724d0-7cd8-4a20-a4af-da69f487c355</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.