POST api/AdminSettingsSystem/GetCurrencyExchange

AdmGetCurrencyExchange

Request Information

URI Parameters

None.

Body Parameters

GetCurrencyExchange_Request
NameDescriptionTypeAdditional information
CurrencyID

integer

None.

DestinationCurrencyID

integer

None.

CountryID

integer

None.

OldD

integer

None.

Date

date

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrencyID": 1,
  "DestinationCurrencyID": 1,
  "CountryID": 1,
  "OldD": 1,
  "Date": "2025-04-19T07:27:31.2103054+03:00",
  "UserUUIDCur": "8e2248a4-ff2f-4ddc-82aa-b86073b9a3f1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}