Sabre Seat Map REST API? - rest

Is there a Seat Map REST API in SABRE?
I see this post mention using Seat Map BETA 4.00 REST API -
(Seat Map (Bet)a 4.0.0 - All seats showing "SeatIsFree") - uberverbosity, but I cannot find it in Sabre Dev Studio.
Also, what is the best practice to place "Pick a Seat" in the Air Booking workflow? After RevalidateItinerary and before Create PNR?

Yes, the correct service is Get Seats on the following link:
https://developer.sabre.com/docs/rest_apis/air/getseats/v2
To add the seat, make an SSR request on CreatePassengerNameRecordRQ, and the airline carrier will confirm in the response that you can proceed to issue the EMD at the ticketing stage of your workflow.

Related

Changing the status of an order in Magento 2 via the REST API

Does anyone know how to change the status of an existing order in Magento 2 via the REST API? We are interfacing order status back to Magento via the REST API from a .net application (we are using JSON.net). I'm able to create shipments, invoice items on the order, and even create credit memos, but I can't seem to change the order status.
Our customer service people use the Magento admin in the call center for order entry and answering customer questions over the phone. Having the correct order status displayed it very important for them.
Thanks in advance.
Bruce

Microsoft Teams : REST APIs

I'm interested in getting data (metadata and content of files) out of Microsoft Teams into my application using REST APIs. I have looked at Office 365 APIs and Graph APIs but, I could not find supporting documentation for Microsoft Teams.
Teams API is now added to beta endpoint in Microsoft Graph. In documentation, you can find it together with Groups. Post, Channel and Chat Thread are available.
For example, documentation for "channel" resource is here:
https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/channel
Microsoft Teams REST API is now included into MS Graph API
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0
At the time of writing this answer there are not too many APIs around Teams. However more are being added and they are in Beta (sending messages, adding apps to team, uploading team image, and more).
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta
It is not recommended to use Beta APIs in production environment as they might change.
It is also worth of mentioning that Teams are actually Office365 Groups.
Please take a look at Graph API
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-1.0
https://learn.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta
Expand "Teamwork" at left side, you can get all Teams related API
We do not have Teams APIs available at this time. Our extensibility options are limited to experiences within the Teams application.
The Microsoft Graph API is constantly changing and we're currently using the following to monitor/interact with our Microsoft Teams application:
https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview
It gives access to the following (at the time of writing this):
We also monitor the general usage via the reports section in the Graph API:
This gives access to:
Device Usage:
Get details about Microsoft Teams device usage by user.
Get the number of daily unique users by device type.
Get the number of unique users by device type over the selected time period.
User Usage:
Get details about Microsoft Teams user activity by user.
Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users.
Get the number of users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings.
https://learn.microsoft.com/en-us/graph/api/resources/microsoft-teams-device-usage-reports?view=graph-rest-1.0

Need assistance determining which Bing Maps API license needed

A company sells products/services, any customer that enters into an agreement to purchase those products/services, can access the company's website. Once logged in, the customer can see on a map, the location of their offices/branches by address. We are estimating the page accessing the API requests at 100 / day.
Google requires a premium plan to use their geocoding API, I confirmed this with a Google sales rep. However I am struggling to determine what plan is appropriate if Bing's map API was used, and unfortunately the online quote request I submitted, the email was bounced back to me, saying inbox was full lol !
Could someone assist me in determine which license I would need? We do not have any Azure subscriptions at this time, and we are not tracking via GPS, only address. Here is the link i am referencing: https://www.microsoft.com/maps/Licensing/licensing.aspx
Please contact the Bing Maps licensing team at maplic#microsoft.com and they will assist you in determining the best way to license this type of application.

Does Azure RateCard REST API cater price changes?

Does Azure RateCard REST API include information about price changes?
For example, if the price changed in June 2016, is there a way to find out both the old and new prices for a particular meter?
There is an EffectiveDate attribute but I haven't seen a case where there are multiple attributes with this name to indicate price change.
Azure RateCard Rest API is still in preview. We can use this API to get meter metadata information along with price, as I know, it does not support show old price for a particular meter. please submit this voice at Azure feedback forum.

Options for chat API in V2?

We have an education National Program called "Dale Aceptar"[1], where using a ChatBot creator we teach high school kids basic programing concepts like variables and regular expressions.
One of the key part of it is the kids connecting their chatbot to Facebook chat and let it chat with their friends get feedback.
Also with this software the National university of Cordoba won the "Google Roots in Science and Engineering (RISE) Awards"
I'm part of the team who build the software # Lvklabs.com [2]. Can you please point me some options to have access to the FB chat api after migration to V2 is complete?
Thanks
PDA
[1]http://www.daleaceptar.gob.ar/
[2]http://www.lvklabs.com/#/theproducts
https://developers.facebook.com/docs/chat/
The service and API this document covers has been deprecated with the release of Platform API v2.0. Once version 1.0 is deprecated, chat.facebook.com will no longer be available.
There are no plans to replace the Chat API. But even with the Chat API, i would see 2 problems:
User profiles can only be created for real users. A chat bot is not a real user.
The messages must bei user generated, bot messages would not be allowed.
Not sure if that would be good enough for you, but you could also create a Facebook Page for the bot and use the conversations endpoint: https://developers.facebook.com/docs/graph-api/reference/v2.2/page/conversations
You canĀ“t initiate a conversation, but you can reply: https://developers.facebook.com/docs/graph-api/reference/v2.2/conversation/messages