Agave · Example Payload

Unified Api Timesheet Example

AccountingConstructionIntegration

Unified Api Timesheet Example is an example object payload from Agave, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idemployee_idproject_idcost_code_iddateregular_hoursovertime_hourspay_rate

Example Payload

Raw ↑
{
  "id": "500123",
  "employee_id": "500123",
  "project_id": "500123",
  "cost_code_id": "500123",
  "date": "2025-03-15",
  "regular_hours": 99.99,
  "overtime_hours": 99.99,
  "pay_rate": 99.99
}