Quote

TO BE REMOVED 06/30/2025 - Create a new draft quote

Please use provided route instead ==> quotes

post/api/quote

Request body

customerIdstring required

The id of the customer to be created

externalReferencesobject nullable

Arbitrary key-value-pair like data that can be used to later on search for the Quote

salesPersonIdstring nullable

Sales Person identifier. Please reference /api/users endpoint. If not provided, the salesperson defined on the customer will be used.

opportunitystring nullable

CRM Opportunity identifier.

notesToCustomerstring nullable

A field for the seller to provide additional details or instructions for the customer relating to the order.

Response

Quote created

idstring required

The id of the created record

Changes

No recorded changes to this endpoint across all 23 revisions of this API.