POST api/verifiercomment/add

Request Information

URI Parameters

None.

Body Parameters

CCTVerifierComment
NameDescriptionTypeAdditional information
Name

string

None.

Country

string

None.

DateTime

date

None.

Comment

string

None.

Image

string

None.

IsQrCode

boolean

None.

Code

string

None.

Request Formats

application/xml, text/xml

Sample:
<CCTVerifierComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Models">
  <Code>sample string 7</Code>
  <Comment>sample string 4</Comment>
  <Country>sample string 2</Country>
  <DateTime>2025-06-03T01:09:31.0920714+03:00</DateTime>
  <Image>sample string 5</Image>
  <IsQrCode>true</IsQrCode>
  <Name>sample string 1</Name>
</CCTVerifierComment>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "DateTime": "2025-06-02T22:09:31.092Z",
  "IsQrCode": true,
  "Code": "sample string 7",
  "Image": "sample string 5",
  "Comment": "sample string 4",
  "Country": "sample string 2",
  "Name": "sample string 1"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.