---
title: "Assign partnership to deal"
method: POST
path: "/deals/{deal_key}/assignment/{partnership_key}/{stack_key}"
tags: ["Deals"]
---

# Assign partnership to deal

`POST /deals/{deal_key}/assignment/{partnership_key}/{stack_key}`

Assign the provided partnership to the provided deal.

## Path parameters

- `deal_key` string, required
- `partnership_key` string, required
- `stack_key` string, required

## Response `200`

Assign the provided partnership to the provided deal.

- object
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

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