Update Currency
Update a Currency with the given UUID.
Used to update the attributes of the specified Currency for the specified Organization.
Path parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The unique identifier (UUID) of the Currency to update.
Request body
Example request
{
"code": "code",
"maxDecimalPlaces": 2
}Response
Returns the updated Currency
Changes
Changed in 1 of the 10 revisions of this API.2
- ▲
the response property
allOf[AbstractPickListResponse]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲