GET api/admin/masters/GetFeeCalculatedSlabByID?FeeCalID={FeeCalID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FeeCalID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
utblMstECFeeCalculation| Name | Description | Type | Additional information |
|---|---|---|---|
| FeeCalID | integer |
None. |
|
| CompanyValuation | string |
None. |
|
| CalculatedFee | integer |
None. |
|
| RangeAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"FeeCalID": 1,
"CompanyValuation": "sample string 2",
"CalculatedFee": 3,
"RangeAmount": 4.0
}
application/xml, text/xml
Sample:
<utblMstECFeeCalculation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAW.Entities.CustomModels"> <CalculatedFee>3</CalculatedFee> <CompanyValuation>sample string 2</CompanyValuation> <FeeCalID>1</FeeCalID> <RangeAmount>4</RangeAmount> </utblMstECFeeCalculation>