POST api/deactivedoc
Request Information
URI Parameters
None.
Body Parameters
SearchDeactiveDoc| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| OwnerCode | string |
None. |
|
| OwnerName | string |
None. |
|
| from | string |
None. |
|
| to | string |
None. |
|
| hexcode | string |
None. |
|
| GenerateBy | string |
None. |
|
| DocTypeNO | integer |
None. |
|
| pageNo | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/xml, text/xml
Sample:
<SearchDeactiveDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Controllers"> <DocTypeNO>8</DocTypeNO> <GenerateBy>sample string 7</GenerateBy> <Id>1</Id> <OwnerCode>sample string 2</OwnerCode> <OwnerName>sample string 3</OwnerName> <from>sample string 4</from> <hexcode>sample string 6</hexcode> <pageNo>9</pageNo> <pageSize>10</pageSize> <to>sample string 5</to> </SearchDeactiveDoc>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"pageSize": 10,
"pageNo": 9,
"DocTypeNO": 8,
"Id": 1,
"GenerateBy": "sample string 7",
"hexcode": "sample string 6",
"to": "sample string 5",
"from": "sample string 4",
"OwnerName": "sample string 3",
"OwnerCode": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.