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

Config

path: "/v1/reviews"
method: "POST"
successStatus: 201
errorStatusMap:
CONFLICT: 409
INTERNAL: 500
FORBIDDEN: 403
NOT_FOUND: 404
RATE_LIMITED: 429
UNAUTHORIZED: 401
VALIDATION_ERROR: 400

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"bookingId"
3"reviewerId"
4"revieweeId"
5"reviewType"
6"overallRating"
properties:
locale:
userId:
comment:
ratings:
authToken:
bookingId:
reviewType:
revieweeId:
reviewerId:
isAnonymous:
overallRating:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties:
string:
successSUCCESS

Resposta de sucesso

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