Name | Confirm Reservation |
---|---|
Description | Confirm a reservation. |
Method | PATCH |
URL | /reservations/{reservation}/confirm |
Example | /api/reservations/123456789/confirm | Access | OWNER, MANAGER |
Authorization | eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXUyJ9... |
---|---|
Fields | Type | Required | Description |
---|---|---|---|
reservation | number | yes | Id of the reservation |
{
"code": "R111",
"message": "Success",
}
Code | Message | Cause | Possible Frontend Message [Behavior] |
---|