# Add a new BaseEventInvitation **POST /api/event/base_event_invitation** ## 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 Add a new BaseEventInvitation #### Body: application/json (object) - **company** (object) - **person** (object) - **baseEvent** (object) - **id** (integer) - **read** (boolean) - **token** (string) - **first_name** (string) - **last_name** (string) - **gender** (string) - **birthday** (string(date-time)) - **message** (string) - **reply_message** (string) - **main_phone** (string) - **main_fax** (string) - **main_email** (string) - **website** (string) - **order** (integer) [Powered by Bump.sh](https://bump.sh)