Create a array Structure for PATH call
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:
0