POST api/admin/masters/CreateAndUpdateFeeCalculatedSlab
Request Information
URI Parameters
None.
Body Parameters
utblMstECFeeCalculation| Name | Description | Type | Additional information |
|---|---|---|---|
| FeeCalID | integer |
None. |
|
| CompanyValuation | string |
None. |
|
| CalculatedFee | integer |
None. |
|
| RangeAmount | decimal number |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>