POST api/generatecode/search
Request Information
URI Parameters
None.
Body Parameters
SearchDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
|
| status | integer |
None. |
|
| docTypeNO | integer |
None. |
|
| ownerCode | string |
None. |
|
| ownerName | string |
None. |
|
| from | string |
None. |
|
| to | string |
None. |
|
| userId | string |
None. |
|
| hexcode | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<SearchDocument 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 6</from> <hexcode>sample string 9</hexcode> <ownerCode>sample string 4</ownerCode> <ownerName>sample string 5</ownerName> <pageNo>1</pageNo> <pageSize>2</pageSize> <status>3</status> <to>sample string 7</to> <userId>sample string 8</userId> </SearchDocument>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"status": 3,
"pageSize": 2,
"pageNo": 1,
"docTypeNO": 1,
"hexcode": "sample string 9",
"userId": "sample string 8",
"to": "sample string 7",
"from": "sample string 6",
"ownerName": "sample string 5",
"ownerCode": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.