Operations for accessing QuickBooks and performing operations on QB objects. If QB is not running on the server, conn must be used. Not all operations are supported by QuickBooks Online.
Searches Purchase Orders in QuickBooks by ref number, transaction dates, and/or vendor name. Not supported when using QuickBooks Online Edition.
Required Parameters
Optional Parameters
conn
Connection String consisting of various QuickBooks connection properties for connecting to a QuickBooks instance. If QuickBooks is not running locally, a URL must be specified (i.e. URL='http://myserver'). If opening QuickBooks file locally and QuickBooks is already not open, a company file must be specified. Example: CompanyFile='C:/mycompanyfile.qbw'. Other possible values to provide are 'ApplicationName', 'User', 'Password', 'DelayAfterClose'. If using QuickBooks Online Edition 'QBOEConnectionTicket', 'QBOESessionTicket', 'QBOELogin'.
refnumber
Full or partial Purchase Order reference number. This can be entered in the following formats: refstartswith*, *refendswith, or just refcontains.
customername
Vendor name this Purchase Order is issued to.
startdate
Earliest transaction date to search for (in yyyy-MM-dd, MM-dd-yy, MM-dd-yyyy, MM/dd/yy, or MM/dd/yyyy format).
enddate
Latest transaction date to search for (in yyyy-MM-dd, MM-dd-yy, MM-dd-yyyy, MM/dd/yy, or MM/dd/yyyy format).
maxresults
Maximum number of results to be returned from this search.