Get Booking Participant
GET/booking-participants/:id
Get Booking Participant
Request
Path Parameters
id stringrequired
Responses
- 200
Get Booking Participant
- application/json
- Schema
- Example (from schema)
Schema
bookingId string
Booking
memberId string
Member
role string
Role
notes string
Notes
tripId string
Trip
otherMemberId string
Other Member
{
"bookingId": "string",
"memberId": "string",
"role": "string",
"notes": "string",
"tripId": "string",
"otherMemberId": "string"
}
Loading...