approach to build the functionality to add new employee - intuit-partner-platform

I am newbie to intuit Platform APIs.
I started playing with the sample application and I am able to get the customer from the quickbooks online using REST apis.
My goal is : to create new employee with details for any customer using REST apis.
if anyone can just give me rough idea of how to go about it that will be helpful.

You can't create new employee object using QB REST APIs( It is not supported in V2 and this entity is not release yet in V3)
V2 https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/0500_supported_entities_and_operations
V3 https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/030_entity_services_reference/0500_v3_supported_entities_and_operations
Thanks

Related

Add domain to Business Manager using Facebook Business Manager API

I'm currently using the Facebook Business Manager API to automatically create new Child Business Managers using the 2-tier Business Manager solution.
https://developers.facebook.com/docs/marketing-api/2tier-bm-solution
The only steps I am unable to find documentation for are adding a domain and exporting the DNS txt record for verification. https://developers.facebook.com/docs/sharing/domain-verification/verifying-your-domain/
Has anyone accomplished this using the API?
Confirmed by Facebook Engineering support that this endpoint doesn't exist (yet).

Create Product on Wix Store via Rest API

I have a Wix Store Website and want to operate over the store via a REST API. Does Wix Provides API for Creating/Updating/Fetching products, orders etc?
I have checked the Http_API but didn't find any information regarding product creation. Please guide if there are any Endpoints for the same.
Thanks,
Manoj

Moodle user enrollment to a course using Api

I am new to Moodle, but I am setup site in local server. Created new courses, users into it. I want to enroll a patient to a specific course (created using admin side) through Javascript API. Are any options to enroll a user in a course. I couldn't find any Apis for enroll section
Javascript API ? moodle uses PHP API and has also WebService API.
See this nice ws example : Using MOODLE create users and enroll them in courses via SQL
You could also call the WebService API via JS..

Paypal Rest API and Permissions API from classic

Im trying to implement paypal on a website, where I want to give my site-users the ability to add paypal as an payment option for there web shops. So I'm using Laravel, and I found this one, http://jslim.net/blog/2014/09/19/integrate-paypal-sdk-into-laravel-4/ and do pretty much like that.
So my question is, is it possible to combine the Permissions API from the Classic API and using the Rest API for my shop? And then could anyone point me in the right direction?
Currently adding PayPal REST API and Classic API SDKs are causing namespacing conflict issues, as to prevent breaking changes in REST API. The work is under way to release 1.x version of REST APIs that would allow you to work with both rest and classic APIs together.

Create customer using XTRF REST API

I want to create customer using XTRF REST API. Please help. I have cross checked the XTRF REST API regarding create customer method. But I haven't found in the API documentation. Is there any other process for creating the customer.
-Vamsi
At present, XTRF doesn't support creating customers via REST API. However, XTRF offers also WebService API, which implements createCustomer function. You can see how to use it in Usage Examples section of the documentation.
Note that XTRF REST API is available only for the customers who have purchased access to it, while XTRF WebService API is publicly available for all XTRF customers.