---
title: "PATCH /subscriptions"
method: PATCH
path: "/subscriptions"
tags: ["SubscriptionController"]
---

# PATCH /subscriptions

`PATCH /subscriptions`

| Permissions |
| ------- |
| 7002   |

## Request body

- SubscriptionPartial — (tsType: Partial<Subscription>, schemaOptions: { partial: true })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `subscriberId` string
  - `startDate` string
  - `endDate` string
  - `status` 0 | 1 | 2 | 3 | 4 — status of the subscription, it can be - 0(pending), 1(active), 2(inactive), 3(cancelled) and 4(expired)
  - `planId` string — plan id of the subscription
  - `invoiceId` string — invoice id of the subscription

## Response `200`

Subscription PATCH success count

- LoopbackCount
  - `count` number

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
