| App Name: | QB Data Sync |
| Server URL: | https://infinitecapi.online/wsdl |
| Username: | qbuser |
| Password: | qbpass |
| Company File: | (Use currently open file) |
| Update Frequency: | Every 30 minutes |
serverURL in config.js to your actual VPS IP or domain before generating the QWC file!
quickbooks-connector.qwc to the RDP serverqbpassTo verify the WSDL is accessible from the QuickBooks server, have them visit:
https://infinitecapi.online/wsdl
They should see XML content if the connection is working.
POST /api/customers/fetch
Request body (optional):
{
"maxReturned": 100,
"name": "John Doe",
"nameFilter": {
"name": "Acme",
"matchCriterion": "StartsWith"
}
}
Response will contain jobId to check results in queue
GET /api/queue
View all jobs and their results