---
title: "PATCH /leads"
method: PATCH
path: "/leads"
tags: ["LeadController"]
---

# PATCH /leads

`PATCH /leads`

| Permissions |
| ------- |
| 10201   |

## Request body

- LeadPartial — this model represents a lead that could eventually be a tenant in the system (tsType: Partial<Lead>, 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
  - `firstName` string — first name of the lead
  - `lastName` string — last name of the lead
  - `companyName` string — name of the lead's company
  - `email` string — email of the lead
  - `isValidated` boolean — whether the lead`s email has been validated or not
  - `addressId` string — id of the address of the lead

## Response `200`

Lead PATCH success

- Lead — this model represents a lead that could eventually be a tenant in the system
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `firstName` string, required — first name of the lead
  - `lastName` string, required — last name of the lead
  - `companyName` string, required — name of the lead's company
  - `email` string, required — email of the lead
  - `isValidated` boolean, required — whether the lead`s email has been validated or not
  - `addressId` string — id of the address of the lead

---

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