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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
RestAPI Contact role
We have a need to retrieve the role of a contact via RestAPI.
In Postman, executed a few queries to understand the the record layout. Please see below. However, role is not a field in the contact record.
Any pointers would be greatly appreciated.
{ "q":"select * from Vendor where id = 10553"}
{ "q":"select * from Contact where company = 10553"}
{ "q":"select * from VendorCompanyContact where contactscompany = 10553" }
0