Multiple records in a single POST

Is there a means to structure the JSON body so that multiple entries can be POSTed to a Doctype with one rest POST? Using the Leads doctype as an example, is it possible to send this example in a single POST, and end with 4 records added?

{
“name”: “CRM-LEAD-2021-00004”
},
{
“name”: “CRM-LEAD-2021-00003”
},
{
“name”: “CRM-LEAD-2021-00002”
},
{
“name”: “CRM-LEAD-2021-00001”
}

1 Like