v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Animals & Livestock > Grazings / Movements

Create Grazing (Move Animal/Group)

Move an animal or livestock group grazing location

Parameters

location_id REQUIRED

The ID of the grow_location to move the animal or livestock group to


date OPTIONAL

The date of the change in location. Defaults to today.

post/{resource_name}/{resource_id}/grazings

Path parameters

resource_namestring required

animals or livestock_groups

resource_idstring required

animal id or livestock_group id

Headers

Content-Typestring

Request body

object required

Example request

{
  "location_id": "Grow Location ID",
  "date": "2022-01-20"
}

Response

Successful response