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": "f797e936-52b4-43f7-9da1-7d31123bbed3" }
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-06-07T22:05:11.1253495+03:00", "CurrencyCode": "sample string 1", "CurrencyName": "sample string 2", "CurrencySymbol": "sample string 3", "Ratio": 4.1, "DestinationCurrencyID": 5, "DestinationCurrencyCode": 6, "UserUUIDCur": "26a76f0c-8b8c-4bc4-a00d-59268fe228c3" }, { "CurrencyID": 1, "Date": "2025-06-07T22:05:11.1253495+03:00", "CurrencyCode": "sample string 1", "CurrencyName": "sample string 2", "CurrencySymbol": "sample string 3", "Ratio": 4.1, "DestinationCurrencyID": 5, "DestinationCurrencyCode": 6, "UserUUIDCur": "26a76f0c-8b8c-4bc4-a00d-59268fe228c3" } ]