Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
REST API: Is It Possible to Create a Customer with Taxable field set to true?
Hello everyone,
I am attempting to create a Customer in netsuite via the REST API, but I am having trouble with the taxable field.
I receive this warning from Netsuite after creating
`Unknown field name taxable. The field does not exist on this record instance., Unknown field name type. The field does not exist on this record instance.`
I know this field exists on the Customer record, as I see it in the soap record reference.
Is there a way to create a customer with the Taxable flag set to true via the REST API?