QbXML for Adding a Customer with a parent (adding a Job)
From ConsoliBYTE Wiki
Revision as of 12:58, 15 January 2014 by Consolibyte (Talk | contribs)
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>keith@uglyslug.com</Email> </CustomerAdd> </CustomerAddRq>