SubscribeBooking - HopeTill/Server GitHub Wiki
Used to subscribe an booking
Required parameter
title: string, his title to easy retreivebegin_date: string (dd/MM/yyyy HH:mm:ss), the start time of bookingend_date: string (dd/MM/yyyy HH:mm:ss), the end time of bookingpeople_id: int, id of the ownerprice: float, price to payroom_list: array, array of id of room to attach (separated by ';')
Optional parameter
description: string, to describeis_confirmed: string, booking confirmed ? By default set to falseequipment_list: array, array of if of equipment to attach (separated by ';')
Result
result_code: valuesid: int, id of the created entity