Supplier Invoices
Supplier invoices are invoices sent to the University by external suppliers, usually in conjunction with Purchase Orders.
Though there is no suppliers resource, the supplierId attribute is comparable to the supplierReferenceId attribute of Supplier Contracts. The reason their names differ is because of the upstream column names they were fetched from. This difference will likely be reconciled in the future.
For invoices the University issues for goods/services it provides to external customers, see Customer Invoices.
Filters
This endpoint allows filtering on all attributes (see the Filters documentation for more information). As of August 2026, these attributes are:
- accountingDate
- amountDue
- company
- defaultPaymentTypeId
- defaultPaymentTypeName
- dueDate
- externalPoNumber
- id
- invoiceDate
- isOnHold
- journalEntry
- journalMemo
- journalSequenceNumber
- ledgerAccountName
- line
- memo
- paymentStatus
- paymentTermsId
- paymentTermsName
- purchaseOrderId
- purchaseOrderRefId
- receivedDate
- shipToAddress
- status
- supplierDocumentReceived
- supplierId
- supplierInvoiceNumber
- supplierName
- totalAmount
- lastModified
Example Response Element
{
"attributes": {
"accountingDate": "2025-04-03",
"amountDue": 3517.3,
"company": "UWMSN",
"date": "2025-04-01",
"defaultPaymentTypeId": "EFT_with_Reference",
"defaultPaymentTypeName": "Outgoing ACH",
"dueDate": "2025-04-03",
"externalPoNumber": "A001234",
"invoiceDate": "2025-04-03",
"isOnHold": false,
"journalEntry": "Operational Journal: UWMSN University of Wisconsin Madison - 04/03/2025",
"journalMemo": "Employee laptop refresh - 5 year replacement cycle",
"journalSequenceNumber": "JRN-2025-0000001234",
"ledgerAccountName": "UWMSN University of Wisconsin Madison : Actuals",
"line": "28257",
"memo": "Employee laptop refresh - 5 year replacement cycle",
"paymentStatus": "Unpaid",
"paymentTermsId": "DUR",
"paymentTermsName": "Due Upon Receipt",
"purchaseOrderId": "PO-00001234",
"purchaseOrderRefId": "PURCHASE_ORDER-3-23456",
"receivedDate": "2025-04-01",
"shipToAddress": "700 Regent St Madison, WI 53715-2634 United States of America",
"status": "Approved",
"supplierDocumentReceived": true,
"supplierId": "1023456",
"supplierInvoiceNumber": "00012345-67890",
"supplierName": "BUCKY BADGER COSTUMING INC",
"totalAmount": 3517.3
},
"id": "INV-00001234",
"links": {
"self": "https://api.wisc.edu/finance/supplierInvoices/INV-00001234"
},
"meta": {
"lastModified": "2026-06-15T13:11:13"
},
"type": "supplierInvoices"
}
Sample Filters
- api.wisc.edu/finance/supplierInvoices?filter[accountingDate]=GREATER_THAN:2025-01-01
- api.wisc.edu/finance/supplierInvoices?filter[paymentStatus]=Paid&filter[status]=Approved