Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.42 KB

File metadata and controls

28 lines (20 loc) · 1.42 KB

Webserver in LedgerScript for QuickBooks®

At times, using XML to interface with QuickBooks Desktop can prove challenging due to session management, complex requests, XML tag management, error handling, and result conversion.

However, with LedgerScript, you can initialize your webserver and carry out Create, Read, Update, and Delete (CRUD) operations in QuickBooks Desktop using JSON.

The results, formatted in JSON, can be easily stored in both SQL and NoSQL databases.

LedgerScript Logo LedgerScript is a JavaScript runtime for QuickBooks Desktop

Explore the LedgerScript sample scripts to get started with running a webserver.

LedgerScript Sample Script Description
Upload File Web Server Creation and File Upload Handling Script
Custom Error Pages Custom Error Page Implementation Script
Routing Web Server Routing Demonstration

Browse All Sample Scripts
View License for Sample Scripts