Sanmol Software is leading custom solutions provider as per customer needs!!

Sanmol Software

U13, Breezy Castle, 125 Owen Roberts Dr, PO Box 11958, Grand Cayman, KY1-1010, Cayman Islands

24/7 online support


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>