---
title: "Add subscription to a customer"
method: POST
path: "/customers/{customerReference}/subscriptions/add/"
tags: ["Customer"]
---

# Add subscription to a customer

`POST /customers/{customerReference}/subscriptions/add/`

## Path parameters

- `customerReference` string, required

## Request body

- SubscriptionCreate
  - `plan` integer, required
  - `reference` string, required
  - `start_date` string, date-time
  - `amount` string — Amount to overwrite the plan amount
  - `discount` string — Discount percentage, from 0 to 100. A value of 10 means 10% discount, calculated on the next charge.
  - `description` string — An optional description for internal purposes.

## Response `201`

Successful operation

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/askell/apis/a-skell-api.md) · [All operations](https://skmtc.net/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askell/a-skell-api/versions/9234f937fa26/schema)
