Batch Update a Business Object: Bad Request Error
Content
Hi All,
I'm trying to batch update a business Object by calling the REST endpoint business objects/batch.
As a filepath I inserted:
As body:
{
"parts": [
{
"id": "part1",
"path": "/Employee",
"operation": "create",
"payload": {
"salary": 10000
}
}
]
}
However, the console fires errors for bad request. I think it is because the Business Object is protected by username and password. Is there any way to overcome that?
Thanks,
Alex
0