# Add schedule to a booking model **POST /bookings/{booking_id}/models/{booking_model_id}/schedules** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking that booking model belongs to - **booking_model_id** (integer(int32)) ID of booking model to add schedule for ### Query parameters - **booking_type_id** (integer(int32)) ID of booking type to associate with this schedule - **start** (string) Start date/time of schedule - **end** (string) End date/time of schedule - **option_id** (integer(int32)) Option Number for this schedule (booking_type_id = 9 only). Possible values: 1,2,3,4 - **notes** (string) Notes for this schedule ## Responses ### 201 Schedule added successfully #### Body: application/json (array[array]) ### 400 A validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)