Topic: On Line Edition: add new Customer
Hello,
Checking
http://wiki.consolibyte.com/wiki/doku.p
ne_edition
but haven't made significant progress yet
Aim is to add new Customer that can be listed via On-Line edition
http://qbo.intuit.com
Can you decompose this problem and give Java oriented guidelines, please?
Are there any solution for this issue already?
Regards
XML for new customer:
<?xml version="1.0" ?><?qbxml version="8.0"?><QBXML>
<QBXMLMsgsRq onError = "stopOnError">
<CustomerAddRq requestID = "15">
<CustomerAdd>
<Name>John’s Pizzeria</Name>
<CompanyName>John’s Pizza</CompanyName>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
<BillAddress>
<Addr1>123 Main St</Addr1>
<Addr2>Suite #2</Addr2>
<City>Beverly Hills</City>
<State>CA</State>
<PostalCode>90210</PostalCode>
</BillAddress>
<Phone>555-555-5555</Phone>
</CustomerAdd>
</CustomerAddRq>
</QBXMLMsgsRq>
</QBXML>