---
title: "POST /v1/business/{business_id}/contract/"
method: POST
path: "/v1/business/{business_id}/contract/"
tags: ["contract"]
---

# POST /v1/business/{business_id}/contract/

`POST /v1/business/{business_id}/contract/`

## Path parameters

- `business_id` integer, required

## Request body

- ContractCreate
  - `id` integer, required
  - `title` string
  - `amount` integer
  - `status` 'P' | 'I' | 'C' | 'T', required — * `P` - 계약 준비 중 * `I` - 정산 진행 중 * `C` - 계약 종료 * `T` - 계약 중단
  - `startDate` string, date
  - `endDate` string, date
  - `isInitialPayment` boolean
  - `isInstallmentPayment` boolean
  - `isBalancePayment` boolean
  - `installmentPaymentCount` integer
  - `inquiry` ContractInquiryForCreate, required
    - `id` integer, required
    - `name` string, required
  - `client` ContractClientForListCreate, required
    - `id` integer, required
    - `companyName` string, required

## Response `200`

- ContractCreate
  - `id` integer, required
  - `title` string
  - `amount` integer
  - `status` 'P' | 'I' | 'C' | 'T', required — * `P` - 계약 준비 중 * `I` - 정산 진행 중 * `C` - 계약 종료 * `T` - 계약 중단
  - `startDate` string, date
  - `endDate` string, date
  - `isInitialPayment` boolean
  - `isInstallmentPayment` boolean
  - `isBalancePayment` boolean
  - `installmentPaymentCount` integer
  - `inquiry` ContractInquiryForCreate, required
    - `id` integer, required
    - `name` string, required
  - `client` ContractClientForListCreate, required
    - `id` integer, required
    - `companyName` string, required

## Other responses

- `400`

---

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