Unable to create multiple SO lines using Visual Builder Excel plug-in
Summary: Unable to create multiple SO lines using Visual Builder Excel plug-in
Content (please ensure you mask any confidential information):
Under the Network Monitor I see the below request body is being sent.
Request Body:
{
"parts": [
{
"id": "part0",
"path": "/salesOrdersForOrderHub/xxxxxxxx/child/lines",
"operation": "create",
"payload": {
This is the response in the Network Monitor.
Response Body:
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "Not Found",
"o:errorCode": "11404",
"o:errorPath": "/parts/0"
},
{
"detail": "Not Found",
"o:errorCode": "11404",
"o:errorPath": "/parts/1"
}
]
}
Version (include the version you are using, if applicable):
This is the Rest API that is being used. /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub
Code Snippet (add any code snippets that support your topic, if applicable):