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": "37496ae5-3194-4fa2-b1e5-10e4ee289931",
  "messageId": "2c408c13-b9ea-4f4f-9f11-c5629f10fabd",
  "messageAuditTypeId": "54fec0ce-30e2-4dc5-bdc1-e44e16940879",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-12-15T19:50:32.1599846+00:00",
  "updatedDateUtc": "2025-12-15T19:50:32.1599846+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-12-15T19:50:32.1599846+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:50:32.1599846+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>37496ae5-3194-4fa2-b1e5-10e4ee289931</MessageAuditId>
  <MessageAuditTypeId>54fec0ce-30e2-4dc5-bdc1-e44e16940879</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>2c408c13-b9ea-4f4f-9f11-c5629f10fabd</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.