POST api/currencyExchange
Request Information
URI Parameters
None.
Body Parameters
CurrencyExchangeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyExchangeId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| CorporateName | string |
None. |
|
| CurrencySourceId | integer |
None. |
|
| CurrencySource | string |
None. |
|
| CurrencyId | integer |
None. |
|
| Currency | string |
None. |
|
| SourceType | string |
None. |
|
| Date | date |
None. |
|
| Other | string |
None. |
|
| ExchangeRate | decimal number |
None. |
|
| SourceValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyExchangeId": 1,
"CorporateId": 2,
"CorporateName": "sample string 3",
"CurrencySourceId": 4,
"CurrencySource": "sample string 5",
"CurrencyId": 6,
"Currency": "sample string 7",
"SourceType": "sample string 8",
"Date": "2026-05-12T09:08:29.1093295+00:00",
"Other": "sample string 9",
"ExchangeRate": 10.0,
"SourceValue": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.