Update Room

Updates the room's data

post-api/rooms/{id}/update

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

 

Request

 

Query Parameters:

api_key*

id*                                                                   Int

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,
"message": "Room updated successfully!"
}