200 Successful Response
Schema: VendorHistoryResponse
-
vendor_idstring required -
Vendor UUID.
-
vendor_namestring -
Resolved vendor name.
-
recent_billsarray · VendorHistoryBill VendorHistoryBill -
Most recent bills from this vendor (newest first).
6 fields
-
idstring required -
Bill UUID.
-
amountinteger required -
Bill amount in cents.
-
statusstring -
Bill status.
-
descriptionstring -
Bill description.
-
bill_numberstring -
Vendor-issued bill number.
-
created_atstring -
ISO timestamp when the bill was created.
-
-
total_paid_centsinteger -
Sum of paid bill amounts in cents (status = paid).
-
bill_countinteger -
Total number of bills from this vendor.