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
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

How can I create multiple records in a single payload from Postman?

Hi,

I can create them one by one as follows, but I get the following error when creating more than one record in a single payload. Can you correct my mistake?

Thanks

 {

           "IndependentValue": "Test",

            "Value": "888",

            "Description": "TST9",

            "EnabledFlag": "N"

            }

This occurs successfully.

But,

[ {

           "IndependentValue": "Test",

            "Value": "888",

            "Description": "TST9",

            "EnabledFlag": "N"

            },

            {

           "IndependentValue": "Test1",

            "Value": "8",

            "Description": "TST8",

            "EnabledFlag": "N"

            }]

Can you help with this?

    Regards

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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