GET api/admin/application/CalculatedFee?code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemCalculatedFeeDeptUser| Name | Description | Type | Additional information |
|---|---|---|---|
| CalculatedFee | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"CalculatedFee": 1.0
}
application/xml, text/xml
Sample:
<SystemCalculatedFeeDeptUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAW.Entities.CustomModels"> <CalculatedFee>1</CalculatedFee> </SystemCalculatedFeeDeptUser>