Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.74 KB

Animal.md

File metadata and controls

26 lines (22 loc) · 1.74 KB

Animal

Properties

Name Type Description Notes
id int The animal id
type string The type of animal
name string Name of the animal [optional]
condition int Condition of the animal. 1: Very skinny, 2: Skinny, 3: Normal, 4: Fat, 5: Very fat [optional]
group_id int The group id of which the animal belongs to
home_location_id int DEPRECATED! [optional]
installation_id int The installation id of which the animal belongs to
life_number string Life number (maximum length 30 characters) [optional]
location_id int DEPRECATED! [optional]
responder1 string First unique responder number (numeric value presented as string, maximum length 15 characters) [optional]
responder2 string Second unique responder number (numeric value presented as string, maximum length 15 characters) [optional]
responder3 string Third unique responder number (numeric value presented as string, maximum length 15 characters) [optional]
sex int The sex of the animal. 1: Male, 2: Female
supply_datetime \DateTime Supply date. Example: 2020-07-15T08:07:19Z [optional]
departure_datetime \DateTime Departure date. Example: 2020-07-15T08:07:19Z [optional]
number int The user defined number of the animal (farm unique, maximum length 8 characters).
uuid string The animal UUID [optional]

[Back to Model list] [Back to API list] [Back to README]