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

Settings Line Items

List Line Item Options

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

List of line items

application/json
totalRowsnumberOptional
get/settings/lineItems

Create Line Item

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

The label of the line item

descriptionstringOptional

The description of the line item.

unitstringOptional

The unit type (hour, sqft, etc).

ratenumberOptional

The rate for this line item.

activebooleanOptional

Whether this line item is active & usable

crewNotestringOptional

The crew note of the line item

clientNotestringOptional

The client note of the line item

calculateBystring · enumOptional

The calculation type of this line item

Possible values:
quantitynumberOptional

The quantity use if this is a quantity calculated line item

hoursnumberOptional

The hours of this line item

hourlyRatenumberOptional

The hourly rate used if using an hourly-rate based calculation

pricePerUnitnumberOptional

The price per unit if using a quantity-based calculation

pricenumberOptional

The price of this line item

Responses
200

Details about the new line item

application/json
idstringRequired

The unique ID of the line item.

activebooleanOptional

Whether this line item is active & usable

labelstringOptional

The label of the line item

descriptionstringOptional

The description of the line item

crewNotestringOptional

The crew note of the line item

clientNotestringOptional

The client note of the line item

calculateBystring · enumOptional

The calculation type of this line item

Possible values:
quantitynumberOptional

The quantity use if this is a quantity calculated line item

hoursnumberOptional

The hours of this line item

hourlyRatenumberOptional

The hourly rate used if using an hourly-rate based calculation

pricePerUnitnumberOptional

The price per unit if using a quantity-based calculation

pricenumberOptional

The price of this line item

post/settings/lineItems

Retrieve Line Item

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

ID of the line item

Responses
200

Details about the line item

application/json
idstringRequired

The unique ID of the line item.

activebooleanOptional

Whether this line item is active & usable

labelstringOptional

The label of the line item

descriptionstringOptional

The description of the line item

crewNotestringOptional

The crew note of the line item

clientNotestringOptional

The client note of the line item

calculateBystring · enumOptional

The calculation type of this line item

Possible values:
quantitynumberOptional

The quantity use if this is a quantity calculated line item

hoursnumberOptional

The hours of this line item

hourlyRatenumberOptional

The hourly rate used if using an hourly-rate based calculation

pricePerUnitnumberOptional

The price per unit if using a quantity-based calculation

pricenumberOptional

The price of this line item

get/settings/lineItems/{id}

Update Line Item

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

ID of the Line Item

Body
idstringRequired

The unique ID of the line item.

activebooleanOptional

Whether this line item is active & usable

labelstringOptional

The label of the line item

descriptionstringOptional

The description of the line item

crewNotestringOptional

The crew note of the line item

clientNotestringOptional

The client note of the line item

calculateBystring · enumOptional

The calculation type of this line item

Possible values:
quantitynumberOptional

The quantity use if this is a quantity calculated line item

hoursnumberOptional

The hours of this line item

hourlyRatenumberOptional

The hourly rate used if using an hourly-rate based calculation

pricePerUnitnumberOptional

The price per unit if using a quantity-based calculation

pricenumberOptional

The price of this line item

Responses
200

Successfully updated line item

application/json
idstringRequired

The unique ID of the line item.

activebooleanOptional

Whether this line item is active & usable

labelstringOptional

The label of the line item

descriptionstringOptional

The description of the line item

crewNotestringOptional

The crew note of the line item

clientNotestringOptional

The client note of the line item

calculateBystring · enumOptional

The calculation type of this line item

Possible values:
quantitynumberOptional

The quantity use if this is a quantity calculated line item

hoursnumberOptional

The hours of this line item

hourlyRatenumberOptional

The hourly rate used if using an hourly-rate based calculation

pricePerUnitnumberOptional

The price per unit if using a quantity-based calculation

pricenumberOptional

The price of this line item

put/settings/lineItems/{id}

Delete Line Item

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

ID of the Line Item

Responses
204

Line item successfully deleted

No content

delete/settings/lineItems/{id}

No content

Last updated

Was this helpful?