cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to create an instance of an object type (custom master data) in LIOT

former_member69765
Contributor
0 Likes
389

I have defined an custom object type..

When I try to create an instance of that object type, It get a BAD REQUEST error...

The API I am using is : https://customdata.cfapps.eu10.hana.ondemand.com/ObjectType/v1/iot_sandbox_trucktracking:TruckTransp...

The Post Data is :

{ "ObjectID":"Transporter2", "TransporterID":"Transporter XYZ", "TransporterName":"Transporter XYZ" }

The Transporter ID and Name are the 2 attributes I have defined in the custom object type..

I get a 400 Bad Request...

I have followed The API document closely and cant figure out why I get a BAD request

Accepted Solutions (1)

Accepted Solutions (1)

marcus_behrens1
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi, I tried to also create a similar Plant object type and when using the ui the creation of an instance takes forever and does not return.

I had done the same via api a month ago with no problems.

I suggest you create a ticket on the right component under IOT-BSV-

Regards, Marcus

Answers (1)

Answers (1)

former_member69765
Contributor
0 Likes

It was a bug and has been fixed in the system by development team