# Create **POST /v1/pricing-scheme-values/** Create Pricing Scheme Value ## 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 a pricing scheme value - **seasonId** (string) Season ID - **quantity** (integer) Quantity / Count to meet criteria for scheme - **price** (integer) Price in pence, for $15.00 enter 1500 ## Responses ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **seasonId** (string) Season ID - **quantity** (integer) Quantity - **price** (integer) Price - **deletedAt** (string(date-time) | null) Deleted at date - **createdAt** (string(date-time)) Created at date - **updatedAt** (string(date-time)) Updated at date ### 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)