QbXML for Adding a Customer with a parent (adding a Job)
Example qbXML Request
<CustomerAddRq> <CustomerAdd> <Name>Child Customer Name</Name> <ParentRef> <FullName>Parent Customer Name</FullName> </ParentRef> <FirstName>Keith</FirstName> <LastName>Palmer</LastName> <Phone>860-634-1602</Phone> <Email>support@consolibyte.com</Email> </CustomerAdd> </CustomerAddRq>