/
PO
postoo
/
postoo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 4d ago
View markdown
postoo
postoo API
post
/v1/business/{business_id}/contract/
0d420206bfcc
latest
OpenAPI 3.0.3
2026-08-06
220
402
931.4 KB
automation
2
business
6
business_automation
5
calendar
1
client
15
contract
18
post
/v1/business/{business_id}/contract/
get
/v1/business/{business_id}/contract/board/
get
/v1/business/{business_id}/contract/count/
get
/v1/business/{business_id}/contract/table/
get
/v1/business/{business_id}/contract/year/range/
post
/v1/business/{business_id}/contract/bulk_delete/
post
/v1/business/{business_id}/contract/bulk_unhide/
post
/v1/business/{business_id}/contract/tutorial/complete/
get
/v1/business/{business_id}/contract/{contract_id}/
patch
/v1/business/{business_id}/contract/{contract_id}/
post
/v1/business/{business_id}/contract/{contract_id}/pause/
post
/v1/business/{business_id}/contract/{contract_id}/settlement/
post
/v1/business/{business_id}/contract/{contract_id}/settlement/reset/
post
/v1/business/{business_id}/contract/{contract_id}/history/
delete
/v1/business/{business_id}/contract/{contract_id}/history/{history_id}/
get
/v1/business/{business_id}/contract/excel/export/
post
/v1/business/{business_id}/contract/excel/import/
post
/v1/business/{business_id}/contract/excel/preview/
dashboard
5
excel
2
field
9
google
3
inquiry
20
KPI
2
meeting
18
member
22
payment
4
plan
5
presigned_url
1
project
9
refund
10
resource
7
schedule
4
settlement
9
slack
3
typeform
4
user
16
verifier
2
webhook
1
work
1
worker
12
zapier
4
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