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

Want to add SSR for Domestic Filght #296

Open Sapanesh opened 7 years ago

Sapanesh commented 7 years ago

Hi,

During certification process Technician suggested us to use SSR because some carrier required it so we read travelport Document we can send passport number ,nationality dob in international flight but what about domestic flight where these documents not required .

please guide use. please response ASAP

vivekjyotipramanik commented 7 years ago

Hi Sapanesh,

For some airlines the SSR is required even for domestic flights. Please find below the complete details about SSR. Please let me know how it goes. Thanks.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Air/Air_Booking/Create_Air_Booking/Air_Booking_with_SSRs.htm%3FTocPath%3DAir%7CAir%2520Shopping%2520and%2520Booking%7CAir%2520Booking%7CCreating%2520Air%2520Bookings%7CAir%2520Booking%2520Modifiers%7C_____8

Sapanesh commented 7 years ago

hi @vivekjyotipramanik ,

if a person choose domestic flight than he/she does not required passport and any other doc so in that condition what to send in SSR as it required some airlines .

thanks

vivekjyotipramanik commented 7 years ago

Hi Sapanesh,

Could you please create an ORS ticket regarding this question. Thanks.

hnguyen14 commented 7 years ago

We recently got over this issue. They need Gender/DOB/name for secured flight. Add and SSR DOCS in this format make it work

<com:SSR Type="DOCS" FreeText="////15JUN87/M//MCTESTER/JOHN" />

Hope that helps.