Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
NSC | SOAP WS: Setting Default Billing in Customer
Scenario:
A user wants to create a new AddressBook subrecord through SOAP Web Services, specifying a value for the Address Label and designating it as the default billing option.
Solution
The sample XML Request below demonstrates how to create additional addressbookaddress subrecord in a customer record.
Note: Need to use Update operation to create a new line in addressbook.
<soapenv:Body>
<update xsi:type='platformMsgs:UpdateRequest'>
<record xsi:type='listRel:Customer' internalId='1498'>
<addressbookList replaceAll='false' xsi:type='listRel:CustomerAddressbookList'>
<addressbook xsi:type='listRel:CustomerAddressbook'>
<defaultBilling xsi:type='xsd:boolean'>true</defaultBilling>
Richard James Uri - SuiteCloud | WMS Tech | SuiteCommerce Advanced
----
- NetSuite Admin Corner | New to NetSuite
- Explore the NSC Webinars Category
- Join our poll and share your ideas! We want to know what you think. Don't forget to comment and make your voice heard!
- Expand your NetSuite knowledge by joining this month's Ask A Guru Live about Advanced Accounting. RSVP on this event now!
0
