We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenFn uses QuickBooks Online (Intuit) internally for product & service invoicing. It has a robust REST API - see docs.
I'd like us to build a basic adaptor that:
POST
GET
The text was updated successfully, but these errors were encountered:
@aleksa-krolls maybe we want this to be a "QuickBooks Online" adaptor instead of "Intuit"?
Sorry, something went wrong.
aleksa-krolls
No branches or pull requests
OpenFn uses QuickBooks Online (Intuit) internally for product & service invoicing. It has a robust REST API - see docs.
I'd like us to build a basic adaptor that:
POST
request --> we want to be able to send a POST to create/update Invoices and create/update CustomersGET
request ---> we want to be able to send a GET to query existing CustomersThe text was updated successfully, but these errors were encountered: