POST api/verifiercomment/add
Request Information
URI Parameters
None.
Body Parameters
CCTVerifierComment| Name | Description | Type | Additional 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>2026-05-28T22:39:23.4153998+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": "2026-05-28T19:39:23.415Z",
"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
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.