You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Batch Update a Business Object: Bad Request Error

edited Apr 1, 2019 1:50PM in Visual Builder 6 comments

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:

https://mightyzeus-mightyzeus.builder.ocp.oraclecloud.com/ic/builder/design/Advanced_Forecast_Diagnostics_Integrated/1.0.19/resources/data/

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!