Agave · Example Payload

Unified Api Invoice Request Example

AccountingConstructionIntegration

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

Top-level fields

project_idvendor_idinvoice_numberamountinvoice_date

Example Payload

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