Click here to Skip to main content
15,887,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working on travelport api for flight search. I have sent the lowfaresearchreq request and received the response. now i have to select one of the search results to send to AirPriceReq request

What I have tried:

I'm trying to add a button with each node so that i can select particular node to forward to webservice please help. What is the correct way to do that??
Posted
Updated 4-Aug-16 23:37pm
v2

1 solution

i guess you are getting response either in xml/json format, you need to Deserialize
that response into object it will come into the collection form like listofFilght.

you create request object before sending request from "listofFilght" collection and get flight detail by .ElementAt()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900