# Create new booking **POST /bookings/company/{companySlug}/book** Create new booking ## Servers ## Parameters ### Headers - **Authorization** (string) Bearer {EASYWEEK_PARTNER_TOKEN} ### Body: (object) - **user_id** (number) Employee id - **reserved_on** (string(date-time)) Booked date - **branch_id** (number) Company branch date booked in - **product_id** (number) Booked service id - **related_ids** (array) Booked related services ids - **customer_phone** (string) Booked customer phone - **customer_first_name** (string) Booked customer first name - **customer_email** (string(email)) Booked customer email - **booking_comment** (string) Booking additional description - **booking_callback** (boolean) Is callback needed ## Responses ### 200 OK #### Body: (object) - **hashid** (string(uuid)) - **ical** (string(uri)) [Powered by Bump.sh](https://bump.sh)