How to fetch course price from moodle web service APIs - web-services

I am building mobile app that uses moodle web service APIs to fetch data, issue is i am not getting data for course price as well as start and end date for a particular enrolled course from the api response. Any help regarding this would be appriciated.

Since there is web serivce functions to retrieve course price, start date and end date you have to create a custom web service to retrieve these values. Please note Moodle is not storing the course end date. Hope this helps.

Related

How to expose informatica as a web service for salesforce to connect and pass data?

We have salesforce where in we need to pass Id field for informatica , once this Id field is passed, informatica will fetch records from database based on the Id. How can we expose informatica power centre as a web service for salesforce to call
Typically this would've been done as part of the Informatica process to send a request to SF, get the Id and use it for further processing.
If the flow needs to be initiated by SF, you can expose workflow as a webservice and have SF make the request to PowerCenter. Rather a rare scenario, and not really recommended.
Check your requirements, check docs and tutorials, try building the solution, let us know if some help is required.

How to Enter PayPal information into NetSuite with Web Services?

I am having an issue getting PayPal Payment information into NetSuite via Web Services. After setting up PayPal within NetSuite and setting up all of the Test Accounts with PayPal we have all of the external endpoints functioning properly with PayPal on our web site. When we go to try and import the Sales Order with the new PayPal Payment information most of the data doesn't transfer.
Specifically the "payPalStatus" and "paypalAuthId" fields available to us through web services are both left blank in NetSuite. The "payPalTranId" field is the only one that remains populated upon submitting the order Via Web Services. When trying to Capture against this Authorization inside of NetSuite we cannot.
If anyone can point us in the right direction on how to resolve this issue it would be greatly appreciated.
Thank You for your time!
AFAIK those fields are for when you are using a Netsuite hosted web site and their PayPal integration. You can try filing a case.
If you have the payPalTranId you can write an integration against the PayPal API to capture your sales. The PP API is pretty straight-forward.

Get Trial balance of certain date with Dynamics-nav Soap Web Service

I created a portal and reporting tools based on the SOAP web service of Microsoft Dynamics Navision 2015, it seems not possible to get the balance of all general ledger accounts of a certain date by teh Web Service. For example I want the Trial Balance of december 31, 2015. With Page 16, you can get the current chart of account with the balance, in Navision on that page you are able to set a Limits Total Filter.
Does anyone know how I can get this trial balance for a certain date?
Because you can't set the FlowFilters using the Standard NAV Page webservices the only way to archive this is to build a custom Codeunit WebService where you can pass the Date Filter, the code inside the Codeunit can apply the FlowFilter, calculate the FlowField and return it.
Cheers

Signup and Licensing for Redbus API?

How to Signup and get LoginID and password to access RedBus Api?
From what it looks like, Redbus has not yet opened up the web service to the public. Aparently the web service exposed is for only Bus operators with their own credentials.
The API is open only to registered merchant or integrator. I got one and they will give based on your operation country. As in my case, I registered only for Malaysia, paid about 300 usd for the registration and given the api key. Although I would say their technical support is not the best as I've implemented in PHP and they didn't really have the expertise to support integration using PHP. The most problematic part is the seat selection process. The rest was quite straightforward.
I suggest that you take a look at their website and see what if there is any merchant registration link. As in my case, we came to their regional office and registered there.

Amazon Web Store Inventory as RSS/Data feed

I have been reviewing the setup of a current Amazon Web Store implementation to figure out some of the systems capabilities. The end goal is to pull a feed that i can reuse and transform for Channel Adviser. The documentation on Amazon Web Store is a little sparse and I'm wondering if anyone here has a little experience with this specific product scenario (pull inventory from Web Store Account).
The current goal is to pull down the inventory for the store in a feed via RSS or any other suitable format. I have been looking at the RSS web feeds for Tags # amazon.com page but I dont think it's available for the web store product or feasible to pull an entire store's inventory this way.
-my research has led me to the amazon product advertising API but looking at the WSDL for the service, the only relevant service calls I see are ItemSearch, ItemLookup and SimilarityLookup; none of these seem to explicitly support Web Store and they dont really seem entirely appropriate for pulling the Web Store's entire inventory (although they do appear to accept a merchant ID). Does anyone know of a common or appropriate way to get access to this data?
Thanks in advance for any specific guidance you can provide
After a couple of contacts with Amazon Seller support, it appears that the most appropriate solution is to set up an Amazon Marketplace Web Services account and use those apis. The 'Inventory' api seems to be exactly what we were after (although the support email suggested the Reports section).
Response from Amazon Seller Support
We checked and we have a different program that fits your needs called MWS (Market Place Web Service), you would have to sign up for an account first which is for free. Please visit this link to find out more information:
https://developer.amazonservices.com/
Click on reports and then on Amazon MWS Developer Guide (PDF) and you will be able to get more information related to your concern.