GET api/VehicleModel/Getinterestamount?FromDate={FromDate}&ToDate={ToDate}&Amount={Amount}&Interest={Interest}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| FromDate | No documentation available. |
Define this parameter in the request URI. |
| ToDate | No documentation available. |
Define this parameter in the request URI. |
| Amount | No documentation available. |
Define this parameter in the request URI. |
| Interest | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ActualAmount": 1.1,
"InterestAmount": 2.1,
"TotalAmount": 3.1
},
{
"ActualAmount": 1.1,
"InterestAmount": 2.1,
"TotalAmount": 3.1
},
{
"ActualAmount": 1.1,
"InterestAmount": 2.1,
"TotalAmount": 3.1
}
]