POST api/verifiercomment/comment

Request Information

URI Parameters

None.

Body Parameters

CommentData
NameDescriptionTypeAdditional information
Code

string

None.

OrgCode

string

None.

Comment

string

None.

Request Formats

application/xml, text/xml

Sample:
<CommentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDocClient.API.Controllers">
  <Code>sample string 1</Code>
  <Comment>sample string 3</Comment>
  <OrgCode>sample string 2</OrgCode>
</CommentData>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Comment": "sample string 3",
  "OrgCode": "sample string 2",
  "Code": "sample string 1"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.