Create package

Creates package

 post-api/packages/create

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

Request

Query Parameters:  
api_key *  
name * String
session_count * Int
duration * Int (Months) 
price * Float
service_id * System ID of the service

Response sample

application/json

{
  "success": true,
"message": "Package Created",
"package_id": {ID}
}