Alan Fitch
12/07/2023, 7:29 PMconst body = {
itemid: itemText,
taxSchedule: {
id: '1',
},
}
Getting an error:
{
"message": "Error while accessing a resource. Please enter value(s) for: Tax Schedule."
}
Mike Robbins
12/07/2023, 9:40 PMREST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled.Also, a couple of REST resources in SuiteAnswers (1014081) that say,
Tax schedule-related fields are not supported in REST.
Stuart Anderton
12/07/2023, 9:53 PM