# Create a single NonWorkTimeRequest **POST /api/time/non_work_time_request** ## 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 Create a single NonWorkTimeRequest #### Body: application/json (object) - **id** (integer) - **user** (object) - **contract** (object) - **description** (string) - **start** (string(date-time)) - **start_date** (string) - **start_month** (integer) - **start_year** (integer) - **end** (string(date-time)) - **end_date** (string) - **end_month** (integer) - **end_year** (integer) - **duration** (integer) - **status** (string) - **content_type** (string) - **secondary_content_type** (string) - **linked_content_type** (object) - **attachments** (array[object]) - **comments** (array[object]) - **plan_entries** (array[object]) - **search_string** (string) - **created** (string(date-time)) - **updated** (string(date-time)) [Powered by Bump.sh](https://bump.sh)