---
title: "Schedule Subscription"
method: POST
path: "/clients/{client_id}/schedule-subscription"
tags: ["clients"]
---

# Schedule Subscription

`POST /clients/{client_id}/schedule-subscription`

## Path parameters

- `client_id` string, required

## Request body

- ScheduleSubscriptionRequest
  - `payment_type` string, required
  - `monthly_fee_cents` integer, required
  - `start_date` string, date, required
  - `discount_percent` integer
  - `annual_billed_monthly` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
