POST api/verifydoc/free
Request Information
URI Parameters
None.
Body Parameters
CodeObjectFree| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| OrgCode | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<CodeObjectFree 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> <OrgCode>sample string 2</OrgCode> </CodeObjectFree>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"OrgCode": "sample string 2",
"Code": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.