Some data, especially Products can be tied to a Currency which is listed in CRM CareCloud. You can get here the list of currencies available.
All available methods for resource currencies.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /currencies | Collection of available currencies |
[badge-blue GET] | /currencies/{currency_id} | Detail of a currency |
Get a list of currencies accepted in CRM CareCloud
[badge-blue GET] /currencies
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
currencies | Currency[] | Structure of currency |
total_items | integer | Total count of found items of resource currencies |
Get information about a specific currency
[badge-blue GET] /currencies/{currency_id}
Parameter name | Type | Description |
---|---|---|
currency_id | string | The unique id of a currency in CareCloud |
Status code: 200 OK
Output structure : Currency