create_animal
Add a new animal patient to ezyVet by providing a JSON object with required fields including name and species ID.
Instructions
Create a new animal (patient). animal_json is a JSON object string
matching ezyVet's animal schema (at minimum: name, species_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animal_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |