/
PO
postoo
/
postoo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
postoo
postoo API
post
/v1/business/{business_id}/contract/
v1
latest
OpenAPI 3.0.3
2026-08-06
220
402
931.4 KB
contract
post
/v1/business/{business_id}/contract/
Path parameters
business_id
integer
required
Request body
ContractCreate
required
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
client
ContractClientForListCreate
required
Response
ContractCreate
required
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
client
ContractClientForListCreate
required