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