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": "11c4d28a-4d11-464c-ad45-848158ef4edb"
}
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-06-20T22:58:31.8757343+03:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "d4b4c1f4-6039-4d75-a48c-496a2a61a670"
},
{
"CurrencyID": 1,
"Date": "2026-06-20T22:58:31.8757343+03:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "d4b4c1f4-6039-4d75-a48c-496a2a61a670"
}
]