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": "c3670901-5a11-4b27-b912-ea00dd2d1cb0",
  "messageId": "83127e3b-2db2-4c00-8c16-d72827cd8535",
  "messageAuditTypeId": "75efee3d-fc4b-4b83-8585-9f4f62e06f4c",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-04-24T23:47:45.0154985+00:00",
  "updatedDateUtc": "2026-04-24T23:47:45.0154985+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>2026-04-24T23:47:45.0154985+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-24T23:47:45.0154985+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>c3670901-5a11-4b27-b912-ea00dd2d1cb0</MessageAuditId>
  <MessageAuditTypeId>75efee3d-fc4b-4b83-8585-9f4f62e06f4c</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>83127e3b-2db2-4c00-8c16-d72827cd8535</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MessageAuditRepresentation'.