View the OpenAPI Specification
Internal serivce deliveries (ISDs) are the record of providing a good or service to a customer inside the university system. They take the place of Peoplesoft’s internal customers.
Filters
- active
- dttmLoaded
Example response element
{
"id": "ISD-20000014"
"attributes": {
"active": true,
"company": "UWWTW University of Wisconsin Whitewater",
"extended_amount": "100",
"line_date": "2023-12-04",
"line_number": 1,
"name": "",
"provider": "Whitewater Test ISP",
"provider_id": "INTERNAL_SERVICE_PROVIDER-6-151",
"quantity": 1,
"spend_category": "SC00056 - Athletic Officials - Services",
"status": "Approved",
"unit_cost": 100
},
"relationships": {
"costCenters": {
"data": [
{"id": "CC001580"}
]
},
"functions": {
"data": [
{"id": "FN0000"}
]
},
"funds": {
"data": [
{"id": "FD0101"}
]
},
"program": {
"data": [
{"id": "PG000004000"}
]
}
},
"type": "internalServiceDelivery"
}
Sample filters
- api.wisc.edu/finance/isds?filter[active]=true
- api.wisc.edu/finance/isds?filter[dttmLoaded]=GREATER_THAN:2024-06-01T12:00:00