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 WS: Unable to post Sales Order
My request body:
{
"entity": {
"id": "1234"
},
"item": {
"items": [
{
"item": {
"id": 28006
},
"quantity": 1
}
]
}
}
Error I am getting:
{
"type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. You have entered an Invalid Field Value 28006 for the following field: item.",
"o:errorPath": "item.items[0]",
"o:errorCode": "USER_ERROR"
}
]
}