Create
POST /prices
Authority
ROLE
DESCRIPTION
MASTER
관리자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
concertId
UUID
Id of the concert
seatGrade
ENUM
R석, S석, A석, B석
price
Integer
가격
Response
{
"priceId" : UUID,
"concertId" : UUID,
"seatGrade" : R석,
"price" : 150000
}{
"error": "Invalid request"
}Last updated