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": "efb46c7d-5cc8-42e5-a576-1a0d7b7da34e"
}
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-08-05T04:04:39.9248866+03:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "08ee8ce1-54ad-47a8-8d1e-249d7478a0bf"
},
{
"CurrencyID": 1,
"Date": "2026-08-05T04:04:39.9248866+03:00",
"CurrencyCode": "sample string 1",
"CurrencyName": "sample string 2",
"CurrencySymbol": "sample string 3",
"Ratio": 4.1,
"DestinationCurrencyID": 5,
"DestinationCurrencyCode": 6,
"UserUUIDCur": "08ee8ce1-54ad-47a8-8d1e-249d7478a0bf"
}
]