- APIs
- API Reference
- Packages
-
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
Get package
Returns all needed information about a package in your system
/packages/{package_id}
https://api.oauth.pabau.com/{api_key}/packages/{package_id}
Request
Query Parameters: | |
api_key * | |
package_id * | System ID of the required package |
Response sample
application/json
{
"success": true,
"total": 1,
"packages": [
{
"id": 1,
"name": "Laser Hair Removal",
"service_product_id": 2,
"price": 400,
"session_count": "3",
"sold_online": 1,
"inactive": 0,
"service_name": "Laser hair removal",
"service_id": 2,
"category_id": 1,
"category_name": "Laser Hair",
"product_id": 3
}
]
}