We want to retrieve seat availability from Sabre. However can not use EnhancedSeatMapRQ as its not activated. Documentation of a few services refer to IMAP_AirSeatMapService. But sabre dev studio does not reflect any documentation for this service.
Questions I have are -
1. Is IMAP_AirSeatMapService available for use? If yes, would like to know the related resources (WSDL/XSDs)
2. What is the alternative for EnhancedSeatMapRQ to get seat availability during booking process?
Appreciate any help on this.
EnhancedSeatMapRQ came as a replacement for IMAP service.
If you do not have access to it, you should contact your Sabre account manager and request it.
Related
Ive been copying all the accounting data from each pnr in a queue into a an excel file, but it feels like a massive waste of time. Is there any program that will extract all the info from a sabre queue.
There is no Sabre product that will do this for you, you will have to develop your own or find a vendor that can extract data from Sabre for you.
If you can develop things on your own, you can achieve this with Sabre Web Services or a simple script application within Sabre Red using Sabre Scribe (or Qik, I think), but those products are too complicated to explain on Stack Overflow.
You can refer to the Sabre Developer Center to view all of the available APIs and documentation.
One of ways to extract pnr information into excel is to develop a simple custom application for performing the extraction. This can be done using Sabre web services and api’s. You can refer to the Sabre Developer Center (https://developer.sabre.com/home) to view all of the available APIs and documentation. The Retrieve Itinerary (GetReservationRQ) API is used to retrieve and display a passenger name record (PNR) and data that is related to the PNR.
Also for Sabre red work space, Sabre provides a feature called Sabre scribe which allows travel agencies to automate and customize Sabre system processes through the development and use of pre-defined sets of instructions. It is provided free of charge with Sabre point of sale solution, Sabre Scribe streamlines reservations process and simplifies many administration tasks. Sabre Scribe design software also enables to develop custom scripts. Also users can tailor any of the ready-made Sabre Scribe items to meet individual needs.
If you need any additional assistance please feel free to Contact us.
I have sent couple of emails to support team for become a sabre customer, I have submitted the application to get the access at following link.
https://www.sabretravelnetwork.com/home/solutions/travel_agency/contract_selector/without_arc2
Pls let us know if I am missing anything?
Thanks
Access to the PNR (Passenger Name Records) requires a contract with Sabre. They only give this access to travel agents or companies writing services for travel. There is also associated fees. Also you need to be aware there are costs for every PNR you create. So its not as easy as just getting access to the PNR.
I know this is not the answer you want but its how it works.
If your just trying to build out a small booking engine I would suggest getting into Expedia's API toolkit. Much easier and allot less expensive to get into.
I have a database of customers details with their phone numbers, I want to develop a skill where my customers can place calls by searching that database.
I referred this link and found that calling skill can be implemented, but as far as I know, there's no documentation available for it, so if anyone could guide me through how calling skill can be implemented that would be helpful.
thanks
finally, Amazon developers have responded, that it is not possible to call anyone through Alexa , we can always use 3rd party APIs though.
I use APIGee for both API Proxy and Documentation, using a customized documentation site.
Following the recent APIGee outage this weekend, when I access my registered application list using my personal login on the documentation portal, I can no longer retrieve my application keys.
I get the error
STATUS: 404 - Not Found; Communication with the Apigee endpoint is
compromised. Cannot get API Products List.
The strange thing is that if I use my admin login at accounts.apigee.com, I can see 2 of my 3 applications listed... but one has disappeared. And more worryingly, this portal provides different application keys to the ones that were initially provided though the documentation portal.
I haven't been able to find any good documentation on this. How are these two sites linked together? Why are the keys different on both sites? What has caused my data to go missing?!
Tadhg -
This sounds like an issue that needs investigation by Apigee Global Support.
Would you please create an Apigee Support case? Please provide any applicable details, including your Organization name, the API call(s) you are making, the 3 applications you expect to see, and any other details you think might be helpful to diagnose.
Thanks!
We currently use nSoftware payment integrator 4.0 service for processing credit card through our application.
I would like to process payments through "RBS WorldPay". I already set gateway to gwWorldPay till then I dont communicate to this gateway.
I already set Merchant login, merchant password, Installation ID but its not working Its give me response data like this :-
N,-1,PMII.badPayMethodAndAcqAmount,,1,.
Can you please provide us sample code or user guide for this problem ?
I hope you help me out on this problem.
Thank you
Version 5.0 of nSoftware lists RBS WorldPay as one of the new credit card gateways they support - given that you're already using version 4.0 of that system to do the heavy lifting for you, that would seem the simplest (if more expensive) solution.
If that's not possible, then what you'd need to implement depends on what sort of payments you'd be taking, but RBS WorldPay's page of example integrations and guide to submitting transactions by HTML redirect should hopefully start you on your way.