# Import v2 data into a company **POST /v1/company/{id}/import-data** Import v2 data into a company ## 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 ### Path parameters - **id** (string) Company ID ### Body: application/json (object) Request for importing data into a company - **zip_file** (file(binary)) Zip file containing data to import ## Responses ### 200 successful operation #### Body: application/json (object) - **success** (boolean) Indicates if the import was successful - **message** (string) Message to display to the user - **errors** (array[object]) ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### 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)