- APIs
- API Reference
- Products
-
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
Update Product Category
Updates the product category

https://api.oauth.pabau.com/{api_key}/categories/products/{id}/update
Request
Query Parameters: |
|
api_key* |
|
name* |
String |
code |
String |
category_type |
String |
company |
Int |
image |
String |
disabled |
Int |
tax_id |
Int |
master_category_id |
Int |
Response sample
application/json
{
"status": true,
"message": "Product category updated successfully!"
}