Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample for ticketing a new reservation using old OPEN ticket #259

Open
sharma-hitesh opened this issue Jun 8, 2021 · 6 comments
Open

Sample for ticketing a new reservation using old OPEN ticket #259

sharma-hitesh opened this issue Jun 8, 2021 · 6 comments

Comments

@sharma-hitesh
Copy link

Here is what I want to achieve

I have a ticketed Air reservation, which was cancelled and according to the airline policies the unused funds are available for future booking.

Now in smartpoint, what I can do is: Take a new un-ticket Reservation and ticket this reservation using funds from th e above ticket
There are two ways in smartpoint, to do that

  1. Using command HB:FEX<>

  2. Using command RNEX<>

Is there anything in Universal API that can be used to achive the above smartpoint functionality ?

@sharma-hitesh sharma-hitesh changed the title Sample for AirExchangeTicketingReq Sample for ticketing a new reservation using old OPEN ticket Jun 8, 2021
@sharma-hitesh
Copy link
Author

Hi @vivekjyotipramanik , Could you please help here

@RicOsiro
Copy link

RicOsiro commented Jun 9, 2021

hi,

there isn't a service for it on the API

regards

@sharma-hitesh
Copy link
Author

sharma-hitesh commented Jun 9, 2021

We have been using the TerminalService for some of the Terminal commands for which we did not find anything in uAPI
for example:

  1. For generating approvalCode for a credit card transaction (> JV.... )
  2. For adding a Billing Number in a rental booking. (> CAM....)

Can we do something similar with ticket exchange command also ?

@RicOsiro
Copy link

you can use TerminalService for it, but it is not a structured service, the API would run like a pipe that receive and send without any transformation, so it needs a specific business logic to design and implement the workflow, create requests and parse the responses, etc. All the commands sent inside the TerminalService is not a API related subject, also some specific setting at APIxHost could limit some business needs, it is not the same as the Smartpoint. So, we do not recommend to use this option.

regards

@sharma-hitesh
Copy link
Author

sharma-hitesh commented Jun 10, 2021 via email

@RicOsiro
Copy link

Hi,

contact the commercials to discuss about it, maybe another product could help you on this case, but it's depends on the timeline of both side, demands and offers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants