# Restore **POST /v1/discount-scheme-values/{id}/restore** Restore Discount 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 ### Path parameters - **id** (string) DiscountSchemeValue id ## Responses ### 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 ### 200 successful operation #### Body: application/json (object) - **id** (string) id - **companyId** (string) Company ID - **discountSchemeId** (string) Discount Scheme ID - **quantity** (integer) Quantity - **amount** (integer) Amount (Money, ie 1000 (£10.00) or Percent 50 (50%) - **deletedAt** (string(date-time) | null) Deleted at date - **createdAt** (string(date-time)) Created at date - **updatedAt** (string(date-time)) Updated at date [Powered by Bump.sh](https://bump.sh)