Once you have created your reservation, you can use SOAP to enter a crew list of members into your booking. The crew list will also be visible on the Charter reservation in the crew list section.
The data needed to insert a subject in the crew list are the reservation Id and the user id of the subject.
To get the reservationId you need to use the confirmReservation endpoint:
To get the user Id use the insertUser endpoint:
You can find all the properties that can be inserted into the endpoints in paragraph 6.8 of the documentation.
Once you have the reservationId and the userId, you can proceed to insert the crew member using the insertCrewMember endpoint:
You can check the entered crew members' data using the getReservationDetails endpoint:
Comments
0 comments
Please sign in to leave a comment.