Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

How do I create multiple items using itemsV2 REST API?

Hello,

I am testing itemsV2 REST API to create items with POST method using POSTMAN. when I am passing single item request payload then I am able to create item.

But when I am passing multiple items then it is giving me error "Unable to parse the provided payload".

Does anyone faced similar issue or share me request payload to load multiple items?

{[

{

"OrganizationCode" : "MST",

"PrimaryUOMValue" : "Each",

"ItemNumber" : "TESTITEM1",

"ItemStatusValue" : "Active",

"ItemDescription" : "Wifi Router1 - FG_NONSERIAL",

"ItemClass" : "Root Item Class",

"LifecyclePhaseValue" : "Production",

"UserItemTypeValue" : "Finished Good",

"Template":"_FG_NONSERIAL"

},

{

"OrganizationCode" : "MST",

"PrimaryUOMValue" : "Each",

"ItemNumber" : "TESTITEM2",

"ItemStatusValue" : "Active",

"ItemDescription" : "Wifi Router1 - FG_NONSERIAL",

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center