Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

JSON request

edited Nov 12, 2020 9:46PM in Visual Builder 4 comments

Content

We have a BO created in VBCS. we automatically got the Get, Get Many, POST etc  REST end points.

1> in VBCS, we select Get ( Many ) endpoint and click Test tab. We click Send. we see Status is Ok.
we get 2 records nicely wrapped inside as below.
{
    "items": [
        {
............
............
..........

        }
    ]

2> Now we want to execute POST So we select endpoint POST Create  ( Create or Upsert )

we copied above payload we got in Get Many and pasted it in the POST Request window this time to create 2 records in BO ( we changed the JSON attribute values to make these 2 records distinct).

When we click Send we keep getting following error.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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