# Update or Create Student Measurements **POST /v1/students/{id}/measurements** Update or Create Student Measurements ## 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) Student ID ### Body: application/json (object) Request for updating Student Measurements - **height** (object) - **neck** (object) - **girth** (object) - **chest** (object) - **braSize** (object) - **waist** (object) - **hips** (object) - **inseam** (object) - **shoeSize** (object) - **tshirtSize** (object) ## Responses ### 200 successful operation #### Body: application/json (object) - **companyId** (string) Company ID - **studentId** (string) Student ID - **height** (object) - **neck** (object) - **girth** (object) - **chest** (object) - **braSize** (object) - **waist** (object) - **hips** (object) - **inseam** (object) - **shoeSize** (object) - **tshirtSize** (object) ### 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)