POST api/DisburseMaster/ShowDisburseData
Request Information
URI Parameters
None.
Body Parameters
ShowDisburseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| UserID | integer |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| LoanTypeID | integer |
None. |
|
| StaffID | integer |
None. |
|
| ApplcationCode | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentPage": 1,
"PageSize": 1,
"UserID": 1,
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"LoanTypeID": 1,
"StaffID": 1,
"ApplcationCode": "sample string 2",
"CompanyID": 1
}
application/xml, text/xml
Sample:
<ShowDisburseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <ApplcationCode>sample string 2</ApplcationCode> <AreaID>1</AreaID> <BranchID>1</BranchID> <CompanyID>1</CompanyID> <CurrentPage>1</CurrentPage> <LoanTypeID>1</LoanTypeID> <PageSize>1</PageSize> <StaffID>1</StaffID> <UnitID>1</UnitID> <UserID>1</UserID> </ShowDisburseModel>
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. |