Skip to main content

Create Booking Participant

POST 

/booking-participants

Create Booking Participant

Request

Body

    bookingId string

    Booking

    memberId string

    Member

    role string

    Role

    notes string

    Notes

    tripId string

    Trip

    otherMemberId string

    Other Member

Responses

Created Booking Participant

Schema

    bookingId string

    Booking

    memberId string

    Member

    role string

    Role

    notes string

    Notes

    tripId string

    Trip

    otherMemberId string

    Other Member

Loading...