---
title: "Issue single coupon"
method: POST
path: "/coupon/issue"
---

# Issue single coupon

`POST /coupon/issue`

## Request body

- object
  - `seriesId` integer, required — The unique identifier for the series.
  - `customer` object — Object containing customer details.
    - `id` integer — The unique identifier for the customer.
    - `mobile` string — The mobile number of the customer.
    - `email` string — The email ID of the customer.
    - `externalId` string — The external ID of the customer.
    - `cardNumber` string — Card number of the customer.
    - `cardExternalId` string — Card external ID of the customer.

## Response `200`

200

- object
  - `code` string
  - `seriesId` integer
  - `description` string
  - `discountCode` string
  - `validTill` string
  - `discountType` string
  - `discountValue` integer
  - `discountUpto` integer
  - `discountOn` string
  - `detailedInfo` string
  - `customer` object
    - `id` integer
    - `profiles` object[]
      - `firstName` string
      - `lastName` string
      - `fields` object
      - `allFields` object
      - `identifiers` object[]
        - `type` string
        - `value` string
      - `commChannels` unknown[]
        - unknown
      - `userId` integer
      - `accountId` string
      - `autoUpdateTime` string
      - `identifiersAll` object[]
        - `type` string
        - `value` string
  - `redemptionCount` integer
  - `id` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
