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

Settings Quote Types

List Quote Types

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

List of quote types

application/json
totalRowsnumberOptional
get/settings/quoteTypes

Create Quote Type

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

The display label of the quote type.

activebooleanOptional

Whether this quote type is active & usable

defaultHourlyRatenumberOptional

The default hourly rate for this quote type

defaultTermsstringOptional

The default terms template for this quote type

defaultAreaTypestringOptional

The default area type for this quote type

defaultPresentationstringOptional

The default presentation template for this quote type

overrideCompanyOptionsbooleanOptional

Whether this quote type overrides global company options

Responses
200

Successfully created quote type

application/json
idstringRequired

The unique ID of the quote type.

labelstringRequired

The display label of the quote type.

activebooleanOptional

Whether this quote type is active & usable

defaultHourlyRatenumberOptional

The default hourly rate for this quote type

defaultTermsstringOptional

The default terms template for this quote type

defaultAreaTypestringOptional

The default area type for this quote type

defaultPresentationstringOptional

The default presentation template for this quote type

overrideCompanyOptionsbooleanOptional

Whether this quote type overrides global company options

post/settings/quoteTypes

Retrieve Quote Type

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

ID of the Quote Type

Responses
200

Details about the quote type

application/json
idstringRequired

The unique ID of the quote type.

labelstringRequired

The display label of the quote type.

activebooleanOptional

Whether this quote type is active & usable

defaultHourlyRatenumberOptional

The default hourly rate for this quote type

defaultTermsstringOptional

The default terms template for this quote type

defaultAreaTypestringOptional

The default area type for this quote type

defaultPresentationstringOptional

The default presentation template for this quote type

overrideCompanyOptionsbooleanOptional

Whether this quote type overrides global company options

get/settings/quoteTypes/{id}

Update Quote Type

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

ID of the Quote Type

Body
idstringRequired

The unique ID of the quote type.

labelstringRequired

The display label of the quote type.

activebooleanOptional

Whether this quote type is active & usable

defaultHourlyRatenumberOptional

The default hourly rate for this quote type

defaultTermsstringOptional

The default terms template for this quote type

defaultAreaTypestringOptional

The default area type for this quote type

defaultPresentationstringOptional

The default presentation template for this quote type

overrideCompanyOptionsbooleanOptional

Whether this quote type overrides global company options

Responses
200

Successfully updated quote type

application/json
idstringRequired

The unique ID of the quote type.

labelstringRequired

The display label of the quote type.

activebooleanOptional

Whether this quote type is active & usable

defaultHourlyRatenumberOptional

The default hourly rate for this quote type

defaultTermsstringOptional

The default terms template for this quote type

defaultAreaTypestringOptional

The default area type for this quote type

defaultPresentationstringOptional

The default presentation template for this quote type

overrideCompanyOptionsbooleanOptional

Whether this quote type overrides global company options

put/settings/quoteTypes/{id}

Delete Quote Type

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

ID of the Quote Type

Responses
204

Quote type successfully deleted

No content

delete/settings/quoteTypes/{id}

No content

Last updated

Was this helpful?