Create Room

Creates new room

post-api/rooms/create

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

 

Request

 

Query Parameters:

api_key*

name*                                                             String

all_services                                                     Int

is_active                                                          Int

all_locations                                                    Int

room_fee_type                                                String

room_fee                                                         Double

calendar_order                                                Int

services                                                           Array

locations                                                          Array

 

Response sample

application/json

 

{
  "status": 1,
"room_id": {room_id},
"message": "Room created successfully!"
}