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

Create a array Structure for PATH call

edited Sep 12, 2020 6:15AM in Visual Builder 6 comments

Content

Hi Experts,

I have a REST API for bulk update that accpets the below json body. Can you please help how the type and variables can be created to strcuture below json.

{
   "records":[
      {
         "attributes":{
            "type":"xyz"
           },
         "id":"123",                 
      },
      {
      {
         "attributes":{
            "type":"abc"            
         },
         "id":"321",                 
      }
   ]
}

 

Regards,

Ankur

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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