Get Quotes
In Sonderplan, a quote is a detailed proposal that outlines the estimated costs for a project or set of bookings.
Quotes typically include information such as the client, associated bookings, resources, rates, taxes, discounts, and any additional charges or custom details. They are used to provide clients with a clear breakdown of costs before confirming a project, helping ensure transparency and agreement on pricing.
Once approved, quotes can often be converted into invoices or used as a basis for further planning.
READ
access to the SALES
module is required to access this endpointAuthorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
One or more (comma seperated) IDs of quotes to retrieve
Perform a partial match text search for the quote prefix
One or more (comma seperated) quote numbers to retrieve
Perform an exact match for the quote status_id. 1 = Draft, 2 = Sent, 3 = Accepted, 4 = Invoiced, 5 = Declined
Perform an exact match for the quote project_id
Return quotes with created date greater than this UNIX timestamp
Return quotes with created date less than this UNIX timestamp
If true, return quotes created in Sonderplan. If false, return quotes created in FoxOMS
Return quotes using the specified template_id
Return quotes using the specified currency shortcode
Return results that were added, edited or deleted since this UNIX timestamp
Comma seperated list of fields you wish to return
Specify the page of results you wish to return
The number of results returned per page. Default if not specified is 10
Specify the field (with type of string or integer) you wish to order (ascending) the response with
Specify the field (with type of string or integer) you wish to order (descending) the response with
Specify if multiple filters should be combined with OR or AND logic
OR
, AND
Response
Successful Operation
The response is of type object
.