By Timo Peuker on Tuesday, 12 November 2019
Posted in WEB Service
Likes 0
Views 1.2K
Votes 0
Hello,

i'm try to create a new object in EB with the WEB-Service BasicDataService/UpdateObjectData.
My JSON-Body is the following:


{
"UpdateMode":2,
"Children": [{"ParentId":"00000000-0000-0000-0000-000002BA7653", "CoverId":113 , "Attributes":[{"AttributeId":320, "Value":"TestValue"}] }]
}


But no new item was created.

Have anyone an idea what's wrong with my request?
View Full Post