Get Service Bookings (POST)

Retrieve service bookings information for a participant using POST request body.

post/api/v1/participant_info/bookings

Request body

participant_idstring required

Participant ID

Example request

{
  "participant_id": "participant_123"
}

Response

Successful Response

bookingsobject[] required

Service bookings data

total_bookingsinteger required

Total number of bookings

Changes