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