# Create **POST /v1/drop-ins/** Create Drop In ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Request for creating drop-in bookings - **courseId** (string) Course ID - **studentId** (string) Single student ID (deprecated - use studentIds) - **studentIds** (array[string]) Array of student IDs - **dropInDate** (string(date)) Drop-in date - **dropInTime** (string(time)) Drop-in time ## Responses ### 200 successful operation #### Body: application/json (object) - **id** (string) Drop-in ID - **companyId** (string) Company ID - **courseId** (string) Course ID - **studentId** (string) Student ID - **dropInDate** (string(date)) Drop-in date - **dropInTime** (string(time)) Drop-in time ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 422 Validation error #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)