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": "3629ddb3-0bd3-48bc-9282-ccb7dbfc9f4e",
  "messageId": "5ade224c-edf0-4a26-94d7-4be2f98afe02",
  "messageAuditTypeId": "84db3cb5-b11f-4395-afe9-3c8041182c99",
  "messageAuditTypeLookupKey": "sample string 4",
  "text": "sample string 5",
  "messageCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2024-08-30T04:21:07.1780961+00:00",
  "updatedDateUtc": "2024-08-30T04:21:07.1780961+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>2024-08-30T04:21:07.1780961+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-30T04:21:07.1780961+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <MessageAuditId>3629ddb3-0bd3-48bc-9282-ccb7dbfc9f4e</MessageAuditId>
  <MessageAuditTypeId>84db3cb5-b11f-4395-afe9-3c8041182c99</MessageAuditTypeId>
  <MessageAuditTypeLookupKey>sample string 4</MessageAuditTypeLookupKey>
  <MessageCyanId>6</MessageCyanId>
  <MessageId>5ade224c-edf0-4a26-94d7-4be2f98afe02</MessageId>
  <Text>sample string 5</Text>
</MessageAuditRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.