Agave · Example Payload

Unified Api Project Example

AccountingConstructionIntegration

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

Top-level fields

idsource_idnamenumberstatusaddressstart_dateestimated_completion_datetotal_budgetcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "500123",
  "source_id": "500123",
  "name": "Example Name",
  "number": "example_value",
  "status": "active",
  "address": "example_value",
  "start_date": "2025-03-15",
  "estimated_completion_date": "2025-03-15",
  "total_budget": 99.99,
  "created_at": "2025-03-15T14:30:00Z",
  "updated_at": "2025-03-15T14:30:00Z"
}