Create Product Category

Creates new product category

post-api/categories/products/create

https://api.oauth.pabau.com/{api_key}/categories/products/create

 

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,
"category_id": {category_id},
"message": "Product category created successfully!"
}