POST api/AMSMaster/RecoveryPercentageControlReport
Request Information
URI Parameters
None.
Body Parameters
RecoveryPercentageControlReport| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| LoanAge | integer |
None. |
|
| LoanAgeTo | integer |
None. |
|
| Installment | integer |
None. |
|
| RecoveryControl | integer |
None. |
|
| ReportName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"LoanAge": 1,
"LoanAgeTo": 1,
"Installment": 1,
"RecoveryControl": 1,
"ReportName": "sample string 1"
}
application/xml, text/xml
Sample:
<RecoveryPercentageControlReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AreaID>1</AreaID> <BranchID>1</BranchID> <Installment>1</Installment> <LoanAge>1</LoanAge> <LoanAgeTo>1</LoanAgeTo> <RecoveryControl>1</RecoveryControl> <ReportName>sample string 1</ReportName> <UnitID>1</UnitID> </RecoveryPercentageControlReport>
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. |