---
title: "Creates a Contract"
method: POST
path: "/contracts"
tags: ["Contract"]
---

# Creates a Contract

`POST /contracts`

Required permission: Contracts - Edit

## Request body

- object
  - `contract_amount` string
  - `customer_id` integer, required
  - `description` string
  - `start_date` string, date-time
  - `end_date` string, date-time
  - `name` string
  - `primary_contact` string
  - `status` string
  - `likelihood` integer
  - `apply_to_all` boolean
  - `sla_id` integer
  - `tag_list` string[]

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

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