Currency
Create Currency
Creates a new Currency for the specified Organization.
Used to create a Currency that your Organization will start to use.
post/organizations/{orgId}/picklists/currency
Path parameters
orgIdstring required
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
Request body
Example request
{
"code": "code",
"maxDecimalPlaces": 2
}Response
Returns the created 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
- ▲