POST api/Calculator

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CalculatorInfo
NameDescriptionTypeAdditional information
Amount

decimal number

None.

Rate

decimal number

None.

Month

integer

None.

Formula

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Amount": 1.0,
  "Rate": 2.0,
  "Month": 3,
  "Formula": "sample string 4"
}