---
title: "Submit a comment."
method: POST
path: "/Leads/{leadId}/comment"
tags: ["Enrich an Application"]
---

# Submit a comment.

`POST /Leads/{leadId}/comment`

## Path parameters

- `leadId` string, uuid, required

## Headers

- `api-version` string

## Request body

- ThirdPartyCommentModel — Model containing details about a Comment for a lead.
  - `comment` string, required — Gets or sets the comment.
  - `firstName` string, required — Gets or sets the first name of the sender.
  - `surname` string, required — Gets or sets the surname of the sender.
  - `email` string, email, required — Gets or sets the email of the sender.

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
