---
title: "Promote Deal To Client For User"
method: POST
path: "/api/prospecting/deals/{deal_id}/promote-to-client"
tags: ["prospecting"]
---

# Promote Deal To Client For User

`POST /api/prospecting/deals/{deal_id}/promote-to-client`

Resolve a client for a deal from an explicit user choice.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- PromoteToClientRequest
  - `mode` 'link_existing' | 'create_new', required
  - `client_id` string, nullable
  - `name` string, nullable
  - `email` string, nullable
  - `phone` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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