Please enter value(s) for: Parent Vertical, Verticals.
I am trying to POST a new customer record via the NetSuite REST API endpoint:
https://<ACCOUNT_ID>.suitetalk.api.netsuite.com/services/rest/record/v1/customer
When I do I get the following response:
{
“type”:”https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1″,
“title”:”Bad Request”,
“status”:400,
“o:errorDetails”:[
{
“detail”:”Error while accessing a resource. Please enter value(s) for: Parent Vertical, Verticals.”,
“o:errorCode”:”USER_ERROR”
}
]
}
I do not see anything in other customer records about Verticals or Parent Vertical nor do I see anything in the documentation about it.
Please help me understand how to POST these two fields and what data are they expecting?
Hi,
I’m not familiar with these fields either. May I suggest you perform a GET for an existing customer and then check for these fields.
Thanks,
Chris