For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Rate Categories

List Rate Categories

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of rate categories

application/json
totalRowsnumberOptional
get/settings/rateCategories

Create Rate Category

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
labelstringRequired

The display label of the rate category.

activebooleanOptional

Whether this rate category is active & usable

quoteTypesstring[]Optional

Quote types this rate category applies to

Responses
200

Successfully created rate category

application/json
idstringRequired

The unique ID of the rate category.

labelstringRequired

The display label of the rate category.

activebooleanOptional

Whether this rate category is active & usable

quoteTypesstring[]Optional

Quote types this rate category applies to

post/settings/rateCategories

Retrieve Rate Category

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Rate Category

Responses
200

Details about the rate category

application/json
idstringRequired

The unique ID of the rate category.

labelstringRequired

The display label of the rate category.

activebooleanOptional

Whether this rate category is active & usable

quoteTypesstring[]Optional

Quote types this rate category applies to

get/settings/rateCategories/{id}

Update Rate Category

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Rate Category

Body
idstringRequired

The unique ID of the rate category.

labelstringRequired

The display label of the rate category.

activebooleanOptional

Whether this rate category is active & usable

quoteTypesstring[]Optional

Quote types this rate category applies to

Responses
200

Successfully updated rate category

application/json
idstringRequired

The unique ID of the rate category.

labelstringRequired

The display label of the rate category.

activebooleanOptional

Whether this rate category is active & usable

quoteTypesstring[]Optional

Quote types this rate category applies to

put/settings/rateCategories/{id}

Delete Rate Category

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Rate Category

Responses
204

Rate category successfully deleted

No content

delete/settings/rateCategories/{id}

No content

Last updated

Was this helpful?