Create many custom object records
Creates multiple records inside the selected object definition.
POST
/api/unstable/objects/records/bulkCreates multiple records inside the selected object definition.
Request Body
application/json
objectId*string
Object definition identifier that owns the new records.
Example
"objdef_123"objects*array<>
Records to create in bulk.
Example
[
{
"name": "Airport Expansion"
},
{
"name": "Port Upgrade"
}
][key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json