---
title: "Patch License"
method: PATCH
path: "/licenses/{license_id}"
tags: ["Licenses"]
---

# Patch License

`PATCH /licenses/{license_id}`

Update a License by ID.

## Path parameters

- `license_id` string, uuid, required

## Request body

- LicensePatch
  - `license_number` string, required — The entity's license number

## Response `200`

Updated License representation.

- ResponseLicense
  - `business_id` string, uuid — Unique ID for the business. Exactly one of `business_id` or `person_id` must be set.
  - `creation_time` string, date-time, required — The date and time the license resource was created.
  - `customer_id` string, uuid
  - `id` string, uuid, required — License record unique id
  - `last_updated_time` string, date-time, required — The date and time the license resource was last updated.
  - `last_verified_time` string, date-time — Timestamp of the last time the license was verified
  - `license_classification` 'MEDICAL_AND_RECREATIONAL_CANNABIS' | 'MEDICAL_CANNABIS' | 'RECREATIONAL_CANNABIS' — The classification of the license
  - `license_expiration_date` string, date — The date on which the license will expire
  - `license_issuance_date` string, date — The date on which the license was issued
  - `license_number` string, required — The entity's license number
  - `license_type` 'MRB', required — The type of the license being created. For example, the license being created could be for MRB (Marijuana related business)
  - `license_type_description` string — Free-form text describing the type of the license
  - `licensee_address` string — The address of the entity that holds the license as reported by the verifying vendor
  - `licensee_name` string — The name of the entity that holds the license that's reported by the verifying vendor
  - `licensing_authority` string — The name of the licensing body that granted the license
  - `status` 'ACCEPTED' | 'REJECTED' | 'REVIEW' | 'UNVERIFIED', required — The status of the license
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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