POST api/AppPersonal/AppGetCurrencyExchange
AppGetCurrencyExchange
Request Information
URI Parameters
None.
Body Parameters
AppGetCurrencyExchange| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "61f671a9-7adb-4592-8426-72d0b0772d7f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetCurrencyExchange_Response| Name | 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": "2026-03-21T23:39:23.7036615+02:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "e7a54cfc-85dd-422e-9ccc-3437cc0d5f19"
},
{
"CurrencyID": 1,
"Date": "2026-03-21T23:39:23.7036615+02:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "e7a54cfc-85dd-422e-9ccc-3437cc0d5f19"
}
]