---
title: "Create Discount"
method: POST
path: "/discounts"
tags: ["Discounts"]
---

# Create Discount

`POST /discounts`

Create a new discount

## Request body

- object
  - `name` string — Discount Name
  - `fl1name` string — Discount Name(french)
  - `fl2name` string — Discount Name(العربية)
  - `description` string — Description of the Discount
  - `percentage` number, float — Discount Percentage Value

## Response `201`

Discount has been created successfully.

- object
  - `message` string
  - `discount` object
    - `id` integer
    - `user_id` integer
    - `name` string
    - `fl1name` string
    - `fl2name` string
    - `description` string
    - `percentage` number, float
    - `created_by` integer
    - `created_by_name` string
    - `created_on` string, date-time
    - `modified_by` integer
    - `modified_on` string, date-time

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
