POST api/CrediusWebForm/GetAmountsForDegressiveScheduleWithCurrency
Request Information
URI Parameters
None.
Body Parameters
CreditRateCalculationInfoCurrency| Name | Description | Type | Additional information |
|---|---|---|---|
| ScopeId | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| PeriodInMonths | integer |
None. |
|
| IsOnlineProduct | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScopeId": 1,
"CurrencyId": 1,
"Amount": 1.0,
"PeriodInMonths": 1,
"IsOnlineProduct": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.