xml - SuiteTalk Set Customer as Tax Exempt in NetSuite -


i trying update customer in netsuite soap requests. able search customer correctly , returned, when try send taxable or taxexempt field such below:

<taxexempt xmlns="urn:relationships_2014_1.lists.webservices.netsuite.com">true</taxexempt>       <taxable xmlns="urn:relationships_2014_1.lists.webservices.netsuite.com">false</taxable> 

netsuite returns following error:

<?xml version="1.0" encoding="utf-16"?> <writeresponse xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema">   <status issuccess="false" xmlns="urn:core_2014_1.platform.webservices.netsuite.com">     <statusdetail>       <code>insufficient_permission</code>       <message>you not have permissions set value element taxexempt due 1 of following reasons: 1) field read-only; 2) associated feature disabled; 3) field available either when record created or updated, not in both cases.</message>     </statusdetail>   </status> </writeresponse> 

i've tried doing taxable or taxexempt individually, throws same issue. there setup need in netsuite or sending wrong field?

taxexempt canadian accounts. want taxable=false , make sure taxitem field empty (or leave taxable alone , set taxitem id of appropriate non-taxable tax item)


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -