cURL
curl --request GET \ --url https://api.example.com/api/Common/Currencies
[ { "id": 123, "code": "<string>", "description": "<string>", "formattedDescription": "<string>" } ]
Returns a list of Currencies available in Recruit Wizard.
OK
Was this page helpful?