How to update EFF child column in REST API
Summary
Problem in updating the EFF child column using REST APIContent
Hi
I have the following payload where I have an eff attribute group MyEffChild with eff child field brand that needs to get updated. The json produces the following error:
Applying List binding LOV_ItemCatalogGroupValue with given set of values leads to no matching row for a row of type :ItemRestResource, key oracle.jbo.Key[1000 0002 1000 0002]
Can you please advise how to fix this problem?
Thank you and would appreciate any help.
Version
Oracle Cloud Application 20CCode Snippet
{ "ItemNumber": "MY_ITEM", "OrganizationId": 0001, "ItemClass": "MY_CLASS", "ItemEffCategory": [ { "InventoryItemId": 0002, "OrganizationId": 0001, "CategoryCode": "MY_CLASS", "MyEffChild": [ { "EffLineId": 2000, "CategoryCode": "MY_CLASS", "ContextCode": "MyEffChild", "brand": "MY_BRAND" } ] } ] }
Tagged:
0