POST api/CrediusWebForm/GetAmountsForDegressiveScheduleWithCurrency

Request Information

URI Parameters

None.

Body Parameters

CreditRateCalculationInfoCurrency
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.