Hello, I have a big issue: in netsuite, i have the...
# suitetalkapi
t
Hello, I have a big issue: in netsuite, i have the fields Addressee, Address 1, City, Zip mandatory. When I submit my soap request, I receive that error: Please enter value(s) for: Addressee, Address 1, City, Zip . But in my request I send values for all these fields. Any ideas why i receive that error ??? thanks a lot in advanced.
-<q1:shippingAddress>
<addressee xmlns="urn:common_2017_1.platform.webservices.netsuite.com">***TEST PEPPERI EMEA</addressee>
<addr1 xmlns="urn:common_2017_1.platform.webservices.netsuite.com">rue test</addr1>
<city xmlns="urn:common_2017_1.platform.webservices.netsuite.com">test</city>
<state xmlns="urn:common_2017_1.platform.webservices.netsuite.com"/>
<country xmlns="urn:common_2017_1.platform.webservices.netsuite.com">_france</country>
</q1:shippingAddress>
-<q1:billingAddress>
<addressee xmlns="urn:common_2017_1.platform.webservices.netsuite.com">***TEST PEPPERI EMEA</addressee>
<addr1 xmlns="urn:common_2017_1.platform.webservices.netsuite.com">rue test</addr1>
<city xmlns="urn:common_2017_1.platform.webservices.netsuite.com">test</city>
<state xmlns="urn:common_2017_1.platform.webservices.netsuite.com"/>
<country xmlns="urn:common_2017_1.platform.webservices.netsuite.com">_france</country>
</q1:billingAddress>
b
id go with settimg all the address related fields, especially tne zip and state
t
so i need to send the id's of the State ?
b
depends on the account, some allow free form text
t
when i remove the mandatory checkbox on the address entry form it's working fine and it's putting the address.
b
your error message is telling you that you need to fill in more address fields
fill in more address fields