Skip to main content
POST
Add a record to many animals

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Body

application/json
record
object
required
animals
object[]
required

The animals, at most 100. An animal named twice is counted once.

Required array length: 1 - 100 elements
next
object | null

The follow-up record, such as the next vaccine due, made on every animal as it is. The animals' own details are not added to it.

Response

Every record was added.

created
integer
required

How many records were made, the follow-ups included.

animals
integer
required

How many animals.

ids
string[]
required

The new records' IDs.