Voltar para Booking Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth: "JWT"
http:
errorStatuses:
successStatus: 201
path: "/v1/bookings"
method: "POST"

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"startDate"
3"endDate"
4"depositAmount"
5"currency"
properties:
spotId:
userId:
endDate:
artistId:
currency:
studioId:
authToken:
startDate:
applicationId:
depositAmount:
idempotencyKey:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties:
error:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data"
2"meta"
properties:
data:
meta:
success: