POST api/File/SaveRates

Request Information

URI Parameters

None.

Body Parameters

RateSaveModel
NameDescriptionTypeAdditional information
RateOfExchange

decimal number

Required

BusinessTime

date

None.

CurrencyCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "RateOfExchange": 1.0,
  "BusinessTime": "2026-05-29T06:02:37.3216272+00:00",
  "CurrencyCode": "sample string 2"
}

multipart/form-data

Sample:
{"RateOfExchange":1.0,"BusinessTime":"2026-05-29T06:02:37.3216272+00:00","CurrencyCode":"sample string 2"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.