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

REST Service for Item EFF

edited Aug 31, 2020 4:13AM in Product Master Data Management 10 comments

Summary

unable to get it working

Content

Can some one help with below payload to make it working. I am creating Item EFF.

My URL is 
{{ServerName}}/fscmRestApi/resources/11.13.18.05/itemsV2/00040000000EACED00057708000110D9353E29690000000EACED00057708000110D9319188D20000000EACED00057708000110D9353E29690000000EACED00057708000110D9319188D2/child/ItemEffCategory

My Body:

{
"OrganizationCode": "INSPINV",
    "ItemClass": "Root Item Class",
    "ItemNumber": "AA1",
    "ItemDescription": "test",
 
    "ItemEffCategory": [
{
 
    "CategoryCode": "ROOT_ICC",
    "items": [
        {
          "ContextCode": "AA_EFF",
          "CategoryCode": "ROOT_ICC",
          "eff1": " iu1",
          "eff2": " iu2"
        }
            ]
    }   
                    ]
}
Result:
{
    "title": "Bad Request",
    "status": "400",
    "o:errorDetails": [
        {
            "detail": "Invalid attribute \"OrganizationCode\" in the payload.",
            "o:errorCode": "27511"
        }
    ]
}

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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