Need a Sample Payload for Item EFF update using Rest API
We want to update the Item EFF using Rest API using the Endpoint info available in below location
Following sample payload tried and it gave error as "Invalid attribute "[OrganizationCode, ItemClass, ItemNumber]" in the payload."
Request Payload:
{
"OrganizationCode": "MST",
"ItemClass": "Beverages",
"ItemNumber": "42402201103393",
"ItemEffCategory": [
{
"InventoryItemId": 300000818453474,
"OrganizationId": 300000003445557,
"CategoryCode": "Beverages",
"XxStatuses": [
{
"CategoryCode": "Beverages",
"ContextCode": "XX_STATUSES",
"xxReplaces": "RED"
}
]
}
]
}
Tagged:
0