---
title: "Create a service"
method: POST
path: "/api/v2/services"
tags: ["Services"]
---

# Create a service

`POST /api/v2/services`

Create a new service on a deal.

## Headers

- `X-Organization-Id` string, required

## Response `201`

Single service

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-09-02** `061c271b2e3a` — 9 breaking, 9 info
  - the `data/attributes/budgeted_time` response's property type changed from `integer` to no type for status `201`
  - the `data/attributes/custom_fields` response's property type changed from `object` to no type for status `201`
  - the `data/attributes/deleted_at` response's property type changed from `string` to no type, and format from `date-time` to no format for status `201`
  - the `data/attributes/discount` response's property type changed from `number` to no type for status `201`
  - …14 more

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/services/post.md)

---

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