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