Get All
Create a new user
GET/seat_price
<Description of the endpoint>
Authority
ROLE
DESCRIPTION
MASTER
관리자
USER
유저
System
feign client 요청
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
name
string
Name of the user
age
number
Age of the user
Response
{
[
{
"seatPriceId" : UUID,
"seatId" : UUID,
"priceId" : UUID,
"status" : "available"
},
{
"seatPriceId" : UUID,
"seatId" : UUID,
"priceId" : UUID,
"status" : "available"
}
]
}{
"error": "Invalid request"
}Last updated