Discussions
Soap customer information
Hi there,
When I have an application where a customer fills out their information, I can make a call to add 1 address to Netsuite, then 1 address to Netsuite again (if their shipping info isn't the same as their billing info) and then credit card information... so 3 calls thus far. Is there a way to combine all 3 in 1 call? I'm sure a creditcard and an address can be combined, but what about the 2 addresses?
In relation to this, when I submit an address, it puts this in my soap call in record with internalId=12345 (for example). The xml response I get back is, when it's successful, a notification that it's successful and the internalid of... yes, 12345 again. Is it possible to actually get the id of the address? I would like to avoid having to do a GET call again to get all the information from the customer record. It would save a LOT of time to get that information immediately when I submit the address...