Update
Update a settlement
UPDATE
/settlement/{settlementId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Authority
Role
Description
MASTER
관리자
Body
Name
Type
Description
concertId
UUID
Concert ID
servicePee
Decimal
판매 대금 수수료
totalAmount
Decimal
정산 금액
stats
ENUM
정산 상태
PENDING : 대기 중
PROCESSING : 진행 중
COMPLETE : 완료
FAILED : 실패
Response
Last updated