Creating Saved Trips
UniversalRecord.xsd
Create Saved Trip
Saving trips stores key itinerary data elements that help the client quickly complete the booking process at a later time based on the previously saved itinerary items.
Note: Saved trip elements are not stored in history. Saved trip information is stored at the Universal Record level and does not interact with any providers.
Schema
Located in Universal.xsd:
How To
Itinerary data for a trip can be saved using SavedTripCreateReq in UniversalRecord.
- Included the required information in the SavedTripCreateReq.
- TargetBranch attribute
- SavedTrip@Name is the name of the saved trip. This value is used for follow-on requests, such as modify and retrieve.
- SavedTrip@Status
- SavedTrip/BookingTraveler contains information about the traveler.
- Optional data may also be included.
- The SavedTripCreateRsp contains the saved trip data.
If TargetBranch is not provided in the request, SavedTrip/AgencyInfo/AgentAction/BranchCode has the value of the ControlBranch ProfileId.