POST api/extverifyreq/searchdetail
Request Information
URI Parameters
None.
Body Parameters
ExtVerifyReqSearchName | Description | Type | Additional information |
---|---|---|---|
pageNo | integer |
None. |
|
pageSize | integer |
None. |
|
docTypeNO | integer |
None. |
|
location | string |
None. |
|
from | string |
None. |
|
to | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<ExtVerifyReqSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Controllers"> <docTypeNO>1</docTypeNO> <from>sample string 4</from> <location>sample string 3</location> <pageNo>1</pageNo> <pageSize>2</pageSize> <to>sample string 5</to> </ExtVerifyReqSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "pageSize": 2, "pageNo": 1, "docTypeNO": 1, "to": "sample string 5", "from": "sample string 4", "location": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.