Create a company spend tier
Company Spend Tiers
Create a company spend tier
POST
Create a company spend tier
A tier used to categorize companies based on their annual spend.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The name of the company spend tier. Max 255 characters.
The amount of the company spend tier.
The currency code for the company spend tier. Must be exactly 3 characters. Defaults to the workspace currency if not provided.
Whether the company spend tier is active. Defaults to true if not provided.
Response
200
The unique identifier for the object.
The name of the company spend tier.
The amount of the company spend tier.
The currency code for the company spend tier.
Whether the company spend tier is active.
The timestamp when the object was created.