Bills
Get AP aging report
Generate accounts payable aging report.
Report buckets
By default: Current, 1-30, 31-60, 61-90, 90+ days
Export formats
- JSON (default)
- CSV (set Accept header to text/csv)
get/bills/aging-report
Query parameters
carrierIdstring uuid
Filter by specific carrier
vendorIdstring uuid
Filter by specific vendor
entityType'CARRIER' | 'VENDOR'
Type of entity the bill is for.
- CARRIER: Bill for a carrier (LoadCarrier)
- VENDOR: Bill for a vendor service (VendedService)
Filter by entity type
daysPerBucketinteger
Days per aging bucket
maxDaysinteger
Maximum days to track
Response
AP aging report generated
Example response
{
"buckets": [
"Current",
"1-30",
"31-60",
"61-90",
"90+"
]
}