- APIs
- API Reference
- Quotes
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Create Quote
Creates Quote

https://api.oauth.pabau.com/{api_key}/quotes/create
Request
Query Parameters: | |
api_key * | |
customer_id * | System ID of the customer |
location_id | System ID of the location |
template_id | System ID of the quote template |
booking_id | System ID of the appointment |
items * |
Array or Object id * - system id of the item, ] |
Response sample
application/json
{
"status": true,
"message": "Quote created successfully",
"quote_id": {id}
}