---
title: "POST /tenants/{id}/provision"
method: POST
path: "/tenants/{id}/provision"
tags: ["TenantController"]
---

# POST /tenants/{id}/provision

`POST /tenants/{id}/provision`

| Permissions |
| ------- |
| 10216   |

## Path parameters

- `id` string, required

## Request body

- SubscriptionDTO — (tsType: SubscriptionDTO, schemaOptions: { title: 'SubscriptionDTO' })
  - `deleted` boolean
  - `deletedOn` string, date-time
  - `deletedBy` string
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `subscriberId` string
  - `startDate` string
  - `endDate` string
  - `status` number
  - `planId` string
  - `invoiceId` string
  - `plan` object

## Response `204`

Provisioning success

---

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