cURL
curl --request GET \ --url https://api.example.com/api/Common/Currencies/{id}/ById
[ { "id": 123, "code": "<string>", "description": "<string>", "formattedDescription": "<string>" } ]
Returns available currency by ID.
OK
Was this page helpful?