# Create a discount **POST /discounts** ## Servers - Local server: localhost:8080 (Local server) - Production server: https://api.wei.co.mz (Production server) ## Parameters ## Body parameters Content-type: application/json - **code** (string) - **label** (string) - **percentage** (integer) - **amount** (integer) - **start_date** (string(date-time)) - **expire_date** (string(date-time)) - **allows_multiple_usages** (boolean) - **users** (array[string]) ## Responses ### 201: Created ### 400: Bad Request [Powered by Bump.sh](https://bump.sh)