EBDN - Community - Question & Answers

  Tuesday, 12 November 2019
  2 Replies
  1.2K Visits
0
Votes
Undo
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?