quotes

Request Quote

Request a quote for a project.

Creates a new quote in SUBMITTED status with a line item for each part in the project. Transitions the project to SUBMITTED if it was previously in DRAFT status.

post/api/v1/projects/{project_id}/quotes/request

Path parameters

project_idstring uuid required

Request body

notesstring nullable

Additional notes or requirements for the quote request

target_delivery_datestring date nullable

Customer's desired delivery date for the project

Response

Successful Response

idstring uuid required
statusstring required
intentstring
total_amountstring nullable
lead_time_daysinteger nullable
lead_time_displaystring nullable
valid_untilstring date-time nullable
notesstring nullable
is_human_reviewedboolean required
require_depositboolean
deposit_percentagestring nullable
customer_name_overridestring nullable
customer_email_overridestring nullable
customer_billing_address_overridestring nullable
customer_shipping_address_overridestring nullable
customer_shipping_name_overridestring nullable
selected_delivery_option_idstring uuid nullable
snapshot_versioninteger
project_idstring uuid required
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.