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

How to update EFF child column in REST API

edited Nov 18, 2020 6:18PM in Product Master Data Management 1 comment

Summary

Problem in updating the EFF child column using REST API

Content

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 20C

Code 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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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