POST api/verifydoc/codes
Request Information
URI Parameters
None.
Body Parameters
CodeObject| Name | Description | Type | Additional information |
|---|---|---|---|
| DocCode | string |
None. |
|
| OrgCode | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<CodeObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDocClient.API.Controllers"> <DocCode>sample string 1</DocCode> <OrgCode>sample string 2</OrgCode> </CodeObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"OrgCode": "sample string 2",
"DocCode": "sample string 1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.