POST api/Application/ShowClosedApplication
Request Information
URI Parameters
None.
Body Parameters
ShowClosedApplicationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| ApplicationCode | string |
None. |
|
| CustomerName | string |
None. |
|
| AreaID | integer |
None. |
|
| BranchID | integer |
None. |
|
| UnitID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| LoanTypeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentPage": 1,
"PageSize": 2,
"ApplicationCode": "sample string 3",
"CustomerName": "sample string 4",
"AreaID": 1,
"BranchID": 1,
"UnitID": 1,
"CompanyID": 1,
"LoanTypeID": 1
}
application/xml, text/xml
Sample:
<ShowClosedApplicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <ApplicationCode>sample string 3</ApplicationCode> <AreaID>1</AreaID> <BranchID>1</BranchID> <CompanyID>1</CompanyID> <CurrentPage>1</CurrentPage> <CustomerName>sample string 4</CustomerName> <LoanTypeID>1</LoanTypeID> <PageSize>2</PageSize> <UnitID>1</UnitID> </ShowClosedApplicationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |