agco · Example Payload

Agco Machine Example

Fortune 500

Agco Machine Example is an example object payload from agco, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idserial_numbermodelbrandtypestatuslocationengine_hoursfuel_levelcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "500123",
  "serial_number": "example_value",
  "model": "Fendt 942 Vario",
  "brand": "Fendt",
  "type": "tractor",
  "status": "online",
  "location": "example_value",
  "engine_hours": 99.5,
  "fuel_level": 99.5,
  "created_at": "2025-04-01T10:30:00Z",
  "updated_at": "2025-04-01T10:30:00Z"
}