---
title: "Create"
method: POST
path: "/practices/{practice_id}/patients/{patient_id}/subscriptions"
tags: ["subscriptions"]
---

# Create

`POST /practices/{practice_id}/patients/{patient_id}/subscriptions`

Create a new patient subscription with PENDING status.

## Path parameters

- `practice_id` string, required
- `patient_id` string, required

## Request body

- PartnersAPISubscription
  - `amount` number, required
  - `billing_provider_id` integer, required
  - `cadence` 'monthly' | 'weekly' | 'biweekly', required
  - `client_id` unknown
  - `company_id` unknown
  - `cpt_code` string, required
  - `diagnosis_code` string, required
  - `diagnosis_code_type` string, required
  - `id` string
  - `location_id` string, required
  - `name` string, nullable, required
  - `patient_id` unknown
  - `payment_method_id` integer
  - `place_of_service` '06' | '53' | '52' | '49' | '04' | '07' | '12' | '25' | '21' | '71' | '18' | '65' | '02' | '41' | '03' | '17' | '09' | '05' | '50' | '11' | '32' | '99' | '23' | '08' | '57' | '14' | '51' | '58' | '22' | '15' | '33' | '27' | '19' | '61' | '62' | '42' | '16' | '55' | '31' | '01' | '66' | '34' | '60' | '54' | '24' | '10' | '72' | '20' | '26' | '13' | '56' | '81', required
  - `rendering_provider_id` integer, required
  - `secret` string
  - `start_date` string, date, required
  - `status` 'pending' | 'active' | 'canceled' | 'failed'

## Response `200`

OK

- PartnersAPISubscription
  - `amount` number, required
  - `billing_provider_id` integer, required
  - `cadence` 'monthly' | 'weekly' | 'biweekly', required
  - `client_id` unknown
  - `company_id` unknown
  - `cpt_code` string, required
  - `diagnosis_code` string, required
  - `diagnosis_code_type` string, required
  - `id` string
  - `location_id` string, required
  - `name` string, nullable, required
  - `patient_id` unknown
  - `payment_method_id` integer
  - `place_of_service` '06' | '53' | '52' | '49' | '04' | '07' | '12' | '25' | '21' | '71' | '18' | '65' | '02' | '41' | '03' | '17' | '09' | '05' | '50' | '11' | '32' | '99' | '23' | '08' | '57' | '14' | '51' | '58' | '22' | '15' | '33' | '27' | '19' | '61' | '62' | '42' | '16' | '55' | '31' | '01' | '66' | '34' | '60' | '54' | '24' | '10' | '72' | '20' | '26' | '13' | '56' | '81', required
  - `rendering_provider_id` integer, required
  - `secret` string
  - `start_date` string, date, required
  - `status` 'pending' | 'active' | 'canceled' | 'failed'

---

[API](https://skmtc.net/collectly/apis/partners1.md) · [All operations](https://skmtc.net/collectly/apis/partners1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectly/partners1/revisions/5363b9dbd7f6/schema)
