I have a system that uses keith-palmers PHP Integration framework.
Periodically I need to perform maintenance on the system that uses it. The QB Server with the web connector dials in automatically every 30 minutes and the server system automatically queues new orders for import - how might I send a graceful "Nothing to do" response to the quickbooks web connector to halt the request without causing any errors?
Something like a 503 - Try Later header is what I was thinking but knowing the wonders of qbXML that would probably cause all sorts of headaches!
I have looked at a response of saying "100" - which I assume means that the queue is 100 percent complete? Would sending that cause the connection to shutdown without errors?