# Creates a single BaseBooking for a BaseBookable as a customer **POST /api/event/customer/base_booking** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Creates a single BaseBooking for a BaseBookable as a customer #### Body: application/json (object) - **company** (object) - **id** (integer) - **start_time** (string(date-time)) - **end_time** (string(date-time)) - **booking_type** (string) - **booking_status** (string) - **auto_invoice** (boolean) - **waiting** (boolean) - **confirmed** (boolean) - **external** (boolean) - **deletion_reason** (string) - **billed** (boolean) - **invoice** (object) - **performing_person** (object) - **secondary_performing_person** (object) - **participant** (object) - **participant_company_name** (string) - **participant_name** (string) - **participant_first_name** (string) - **participant_last_name** (string) - **participant_address_street_level** (string) - **participant_address_zip** (string) - **participant_address_city** (string) - **participant_address_country** (string) - **participant_number** (string) - **participant_email** (string) - **participant_birthday** (string(date-time)) - **content_type** (object) - **modified_time** (boolean) - **modified_location** (boolean) - **modified_bookable** (boolean) - **modified_performing_person** (boolean) - **event_people_limit** (integer) - **event_people_min_limit** (integer) - **booking_schedule** (object) - **searching_for_performing_person** (boolean) - **base_booking_group** (object) - **direct_billing** (boolean) - **direct_billing_check_date** (string(date-time)) - **direct_billing_token** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **name** (string) - **deleted** (boolean) - **color** (string) - **fg_color** (string) [Powered by Bump.sh](https://bump.sh)