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

Settings Area Labels

List Area Labels

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

List of area labels

application/json
totalRowsnumberOptional
get/settings/areaLabels

Create Area Label

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

The display name of the area label.

activebooleanOptional

Whether this area label is active & usable

quoteTypesstring[]Optional

The quote types this area label applies to

Responses
200

Successfully created area label

application/json
idstringRequired

The unique ID of the area label.

labelstringRequired

The display name of the area label.

activebooleanOptional

Whether this area label is active & usable

quoteTypesstring[]Optional

The quote types this area label applies to

post/settings/areaLabels

Retrieve Area Label

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

ID of the Area Label

Responses
200

Details about the area label

application/json
idstringRequired

The unique ID of the area label.

labelstringRequired

The display name of the area label.

activebooleanOptional

Whether this area label is active & usable

quoteTypesstring[]Optional

The quote types this area label applies to

get/settings/areaLabels/{id}

Update Area Label

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

ID of the Area Label

Body
idstringRequired

The unique ID of the area label.

labelstringRequired

The display name of the area label.

activebooleanOptional

Whether this area label is active & usable

quoteTypesstring[]Optional

The quote types this area label applies to

Responses
200

Successfully updated area label

application/json
idstringRequired

The unique ID of the area label.

labelstringRequired

The display name of the area label.

activebooleanOptional

Whether this area label is active & usable

quoteTypesstring[]Optional

The quote types this area label applies to

put/settings/areaLabels/{id}

Delete Area Label

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

ID of the Area Label

Responses
204

Area label successfully deleted

No content

delete/settings/areaLabels/{id}

No content

Last updated

Was this helpful?