POST api/AppPersonal/AppGetCurrencyExchange
AppGetCurrencyExchange
Request Information
URI Parameters
None.
Body Parameters
AppGetCurrencyExchangeName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "09b65065-bfd4-42e1-9b41-917888dd900d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCurrencyExchange_ResponseName | Description | Type | Additional information |
---|---|---|---|
CurrencyID | integer |
None. |
|
Date | date |
None. |
|
CurrencyCode | string |
None. |
|
CurrencyName | string |
None. |
|
CurrencySymbol | string |
None. |
|
Ratio | decimal number |
None. |
|
DestinationCurrencyID | integer |
None. |
|
DestinationCurrencyCode | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CurrencyID": 1, "Date": "2025-04-19T07:11:10.2920957+03:00", "CurrencyCode": "sample string 1", "CurrencyName": "sample string 2", "CurrencySymbol": "sample string 3", "Ratio": 4.1, "DestinationCurrencyID": 5, "DestinationCurrencyCode": 6, "UserUUIDCur": "6392b30a-472f-4f22-acba-0e3409873e29" }, { "CurrencyID": 1, "Date": "2025-04-19T07:11:10.2920957+03:00", "CurrencyCode": "sample string 1", "CurrencyName": "sample string 2", "CurrencySymbol": "sample string 3", "Ratio": 4.1, "DestinationCurrencyID": 5, "DestinationCurrencyCode": 6, "UserUUIDCur": "6392b30a-472f-4f22-acba-0e3409873e29" } ]