Create Service Category

Creates new service category

post-api/categories/services/create

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

 

Request

 

Query Parameters:

 

api_key*

 

name*

String

company

Int

image

String

disabled

Int

master_category_id

Int

 

Response sample

application/json

 

{
"status": true,
"category_id": {category_id},
"message": "Service category created successfully!"
}