-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
Hi @vivekjyotipramanik , Could you please help here |
hi, there isn't a service for it on the API regards |
We have been using the TerminalService for some of the Terminal commands for which we did not find anything in uAPI
Can we do something similar with ticket exchange command also ? |
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 |
Thanks for the response.
Yes I understand that terminal service is not a recommended way of doing
things with API but since there no other way of doing what HB:FEX achieves,
I was considering this as an exception
…On Fri, Jun 11, 2021, 12:31 AM RicOsiro ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#259 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7MAMH2YWIXLNXZVWA2MEDTSEDY3ANCNFSM46KJEQHQ>
.
|
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. |
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
Using command HB:FEX<>
Using command RNEX<>
Is there anything in Universal API that can be used to achive the above smartpoint functionality ?
The text was updated successfully, but these errors were encountered: