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

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

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

## Path parameters

- `business_id` integer, required

## Request body

- ProjectCreate
  - `id` integer, required
  - `title` string
  - `startDate` string, date
  - `endDate` string, date
  - `status` 'U' | 'I' | 'A' | 'E', required — * `U` - 예정됨 * `I` - 진행 중 * `A` - 추가 기간 * `E` - 종료됨
  - `contract` ProjectContract, required
    - `id` integer, required
    - `title` string, required
    - `amount` integer, required
    - `startDate` string, date, required
    - `endDate` string, date, required
    - `status` 'P' | 'I' | 'C' | 'T', required — * `P` - 계약 준비 중 * `I` - 정산 진행 중 * `C` - 계약 종료 * `T` - 계약 중단
    - `isInitialPayment` boolean, required
    - `isInstallmentPayment` boolean, required
    - `isBalancePayment` boolean, required
    - `installmentPaymentCount` integer, required

## Response `200`

- ProjectCreate
  - `id` integer, required
  - `title` string
  - `startDate` string, date
  - `endDate` string, date
  - `status` 'U' | 'I' | 'A' | 'E', required — * `U` - 예정됨 * `I` - 진행 중 * `A` - 추가 기간 * `E` - 종료됨
  - `contract` ProjectContract, required
    - `id` integer, required
    - `title` string, required
    - `amount` integer, required
    - `startDate` string, date, required
    - `endDate` string, date, required
    - `status` 'P' | 'I' | 'C' | 'T', required — * `P` - 계약 준비 중 * `I` - 정산 진행 중 * `C` - 계약 종료 * `T` - 계약 중단
    - `isInitialPayment` boolean, required
    - `isInstallmentPayment` boolean, required
    - `isBalancePayment` boolean, required
    - `installmentPaymentCount` integer, 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)
