Currencies API (/currencies)
Use the currencies API to query the different currencies your account has set up within Coupa.
The URL to access
currencies is: https://<instance>/api/currencies
See Integration Best Practices for more info.
Actions
The Currencies API allows you to:
| Verb | Path | Action | Description |
|---|---|---|---|
| GET |
/api/currencies
|
index | Query currencies |
| GET |
/api/currencies/:id
|
show | Show currency |
Elements
The following elements are available for the Currencies API:
| Element | Description | Required Field? | Unique? | Allowable Value | Api_In Field? | Api_Out Field? | Data Type |
|---|---|---|---|---|---|---|---|
| code | code | yes | yes | yes | yes | string | |
| created-by | created_by | yes | User | ||||
| decimals | decimals | yes | integer | ||||
| enabled-flag | enabled_flag | yes | boolean | ||||
| id | Coupa unique identifier | yes | integer | ||||
| name | name | yes | yes | yes | string | ||
| symbol | symbol | yes | string | ||||
| updated-by | updated_by | yes | User |