Currency
Update Currency
Update a Currency with the given UUID.
Used to update the attributes of the specified Currency for the specified Organization.
put/organizations/{orgId}/picklists/currency/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the Currency to update.
Request body
Example request
{
"code": "code",
"maxDecimalPlaces": 2
}Response
Returns the updated Currency