Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

URModify after booking #781

Open huzatech opened 3 years ago

huzatech commented 3 years ago

Hi, I am developing a B2B system and that is completed but I need to add a modification after AirCreate like:

  1. to add PSPT
  2. to add meal request (VGML, KSML)
  3. to add frequent flyer

all these modification are required after the booking. I am seeking your very fruitful response. Thanks

A.Mannan

huzatech commented 3 years ago

Hi anyone,,, can anyone reply on MEAL I got an error in this request there are two PAX means I got error if more than one PAXs

<?xml version="1.0"?>

SSR ReservationLocatorCode=0ZIY4O BookingTravelerRef=8fM1VfAqWDKAHt44EAAAAA== LastElement 1000 Validation failed on request message. WEBSVC 16A9082A0A0D6A814C63D2B1DBBD2739 Data Server.InvalidRequestException [Error] :4:381: cvc-complex-type.2.4.d: Invalid content was found starting with element 'univ:AirAdd'. No child element is expected at this point.
huzatech commented 3 years ago

hi seeking reply please

RicOsiro commented 3 years ago

Hi,

this is a sample o UR modify to add SSR for AVML

RicOsiro commented 3 years ago

Hi,

the sample of add frequent flyer

RicOsiro commented 3 years ago

Hi,

your previous xml seems to be not well formatted, the elements "soapenv:Header/" "soapenv:Body" have not the "<" or ">".

regards