'QuickBooks integration with ASP.NET

Please provide some link or demo code for QuickBooks integration with ASP.NET. I have App Token, OAuth Consumer Key, OAuth Consumer Secret.



Solution 1:[1]

You can get the developer documentation here https://developer.intuit.com/app/developer/homepage

First you need to signup as a developer and then have to create an app in the developer's dashboard: https://developer.intuit.com/app/developer/dashboard. enter image description here

After creating an app you can get your client id and client secret in the app setting screen. Also you will find the sdk or similar code for your technology stack

enter image description here

here is a list of API endpoints from where you can fetch and post the data https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/account

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Harish Kumar