POST api/ExchangeRate/SaveExchangeRatePending
Request Information
URI Parameters
None.
Body Parameters
ExchangeRatePendingCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EffectiveDate | date |
Required |
|
| Rate | decimal number |
Required |
|
| CreatedBy | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"EffectiveDate": "2026-09-07T04:06:33.2200077+00:00",
"Rate": 1.0,
"CreatedBy": "sample string 1"
}
multipart/form-data
Sample:
{"EffectiveDate":"2026-09-07T04:06:33.2200077+00:00","Rate":1.0,"CreatedBy":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.