Create one or more records. Request body MUST be an array.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Include to return created records in response (otherwise returns empty array)
return=representation
Name of the table
The body is of type object[]
.
Records created
The response is of type object[]
.