Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Can you please try the following XML in ApiExplorer. It worked fine for me. ApiExplorer - <a href="https://developer.intuit.com/apiexplorer?apiname=V2QBO" rel="nofollow">https://developer.intuit.com/apiexplorer?apiname=V2QBO</a></p> <p>Please change the Id and Synctoken, Name etc with correct test data.</p> <p>PN - Looks like customeFields in the post body are not supported while updating QBO Customer. <a href="https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/customer" rel="nofollow">https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/customer</a></p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;Customer xmlns:ns2="http://www.intuit.com/sb/cdm/qbo" xmlns="http://www.intuit.com/sb/cdm/v2"&gt; &lt;Id&gt;4&lt;/Id&gt; &lt;SyncToken&gt;6&lt;/SyncToken&gt; &lt;MetaData&gt; &lt;CreateTime&gt;2013-04-10T14:07:41-07:00&lt;/CreateTime&gt; &lt;LastUpdatedTime&gt;2013-04-25T09:40:40-07:00&lt;/LastUpdatedTime&gt; &lt;/MetaData&gt; &lt;TypeOf&gt;Person&lt;/TypeOf&gt; &lt;Name&gt;John Doe NEW 2&lt;/Name&gt; &lt;Address&gt; &lt;Line1&gt;123 Test Drive&lt;/Line1&gt; &lt;City&gt;Smallville&lt;/City&gt; &lt;Country&gt;United States of America&lt;/Country&gt; &lt;CountrySubDivisionCode&gt;WY&lt;/CountrySubDivisionCode&gt; &lt;PostalCode&gt;12345&lt;/PostalCode&gt; &lt;GeoCode&gt;LAT=42.8142432,LNG=-73.9395687&lt;/GeoCode&gt; &lt;Tag&gt;Billing&lt;/Tag&gt; &lt;/Address&gt; &lt;Phone&gt; &lt;DeviceType&gt;Primary&lt;/DeviceType&gt; &lt;FreeFormNumber&gt;(123) 456-7890&lt;/FreeFormNumber&gt; &lt;/Phone&gt; &lt;WebSite/&gt; &lt;Email&gt; &lt;Address&gt;test-user@mailinator.com&lt;/Address&gt; &lt;/Email&gt; &lt;GivenName&gt;Test&lt;/GivenName&gt; &lt;MiddleName&gt;A&lt;/MiddleName&gt; &lt;FamilyName&gt;User&lt;/FamilyName&gt; &lt;DBAName&gt;Emerging Threats&lt;/DBAName&gt; &lt;ShowAs&gt;Test User&lt;/ShowAs&gt; &lt;OpenBalance&gt; &lt;Amount&gt;20.00&lt;/Amount&gt; &lt;/OpenBalance&gt; &lt;/Customer&gt; </code></pre> <p>Please let me know if it works for you.</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload