QbXML for Querying for Employees
Example qbXML Request
Example qbXML for Querying for Employees
Example qbXML Request
<?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <EmployeeQueryRq metaData="ENUMTYPE"> <!-- ActiveStatus may have one of the following values: ActiveOnly [DEFAULT], InactiveOnly, All --> <ActiveStatus>All</ActiveStatus> <OwnerID>0</OwnerID> </EmployeeQueryRq> </QBXMLMsgsRq> </QBXML>