Voltar para Booking Service
checkOutGuest
ENDPOINT
System
Booking Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{4}
auth
:
"JWT"
http
:
{2}
errorStatuses
:
[8]
successStatus
:
200
path
:
"/v1/bookings/{bookingId}/check-out"
method
:
"POST"
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"bookingId"
properties
:
{6}
userId
:
{2}
authToken
:
{2}
bookingId
:
{2}
checkedOutAt
:
{2}
checkedOutBy
:
{3}
idempotencyKey
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{1}
error
:
{1}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"success"
1
"data"
2
"meta"
properties
:
{3}
data
:
{2}
meta
:
{2}
success
:
{1}