Sabre's SOAP method for multicity search - soap

Fellow Techies, I am implementing Sabre's SOAP api for flight bookings. I wish to know if there is any SOAP method available for Multi City search.
Thanks

Check out the below link with the Alternate Airport Shop API:
https://developer.sabre.com/docs/read/soap_apis/air/search/bargain_finder_max/alternate_airport_shop

Related

DocuSign SOAP API for User list

I am trying to get the users associated with DocuSign account using SOAP API.
I tried API GetMembershipSummary(), but is giving an error "Invalid_Login" although X-DocuSign-Authentication is set, and valid email id of admin is provided.
I did noticed that this method is reserved by DocuSign based on this link
The rest API /users is working fine, but I still need equivalent SOAP API.
you are correct. this is one of these things that can only be done using the REST API.
The SOAP API is not currently supported. Meaning, we won't add features or make modifications to it. I highly recommend to use the REST API. If you already have a SOAP Application, you can use the REST API for newer features.

WSO2 REST request to create new API?

I'm trying to found out how to send a REST request to WSO2's publisher to create a new API without out having to utilize the UI at all. Can anyone help point me in the right directions as to how to start to do this?
Thank you
You can find Publisher REST API docs here.
https://docs.wso2.com/display/AM210/apidocs/publisher/index.html#guide

Get Cases in Business Catalyst REST API

Business Catalyst has a push notification for new customer inquiries that sends a POST request with the object ID, e.g.ObjectID=1234567&ObjectType=2001
The answer to this question say to use the SOAP API(Legacy) to request the details of the case.
Is there a way to do this using the new Rest API?https://docs.worldsecuresystems.com/reference/rest-apis/index.html
There is no documented method for a cases or case endpoint.
If not, the only solution wil be to mix the API calls being used .
Some of the API's haven't been updated to v3 yet (REST) so unfortunately you will still need to use the SOAP endpoint for the Cases API.

Nokia Here.com REST API

I'm new to Rest.
Above is the geocode request from here.com RestApi.
Is there any link or example to demonstrate this request?
I have no idea to start it.
Thank you very much~

what is webservice url for getting all online stores for a particular product using google proguct search api?

Hi
I had the product name....
I need to get all the online stores available for that product.
But i have to use google product search API
Can you please give the URL for searching online stores for that product......
Thanks in advance..
Using the Google Search API for shopping, you can diversify results to one per vendor, with a query for the product name such as::
https://www.googleapis.com/shopping/search/v1/public/products?q=apple+iphone+4&country=US&alt=json&key=KEY&crowdBy=accountId%3A1
Note, you will need to get your own developer key and put it in the KEY parameter.