# Create new booking **POST /bookings** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **description** (string) Description of the booking - **booking_status_id** (integer(int32)) Status of the booking - **start** (string(full-date)) Start date/time of booking - **end** (string(full-date)) End date/time of booking - **is_tbc** (boolean) If start/end time is yet to be confirmed - **models** (array[integer]) Array of models' model_division_ids to be added to the booking ## Responses ### 201 An array of the new bookings' data #### Body: application/json (array[array]) ### 400 A validation exception 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)