Agave · Example Payload

Unified Api Invoice Example

AccountingConstructionIntegration

Unified Api Invoice 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

idproject_idvendor_idinvoice_numberamountstatusinvoice_datedue_date

Example Payload

Raw ↑
{
  "id": "500123",
  "project_id": "500123",
  "vendor_id": "500123",
  "invoice_number": "example_value",
  "amount": 99.99,
  "status": "draft",
  "invoice_date": "2025-03-15",
  "due_date": "2025-03-15"
}