POST api/ExchangeRate/SaveExchangeRatePending

Request Information

URI Parameters

None.

Body Parameters

ExchangeRatePendingCreateModel
NameDescriptionTypeAdditional information
EffectiveDate

date

Required

Rate

decimal number

Required

CreatedBy

string

Required

Request Formats

application/json, text/json

Sample:
{
  "EffectiveDate": "2026-09-07T01:09:50.5301941+00:00",
  "Rate": 1.0,
  "CreatedBy": "sample string 1"
}

multipart/form-data

Sample:
{"EffectiveDate":"2026-09-07T01:09:50.5301941+00:00","Rate":1.0,"CreatedBy":"sample string 1"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.