Sponsor invoices

View the OpenAPI Specifications

Sponsor invoices are invoices the university sends to request money from some other entity that’s sponsoring research we’re doing. Only the sponsor invoices that are related to subawards are visible in the API.

Filters

External customers can be filtered by:

  • name
    • You can prefix the value of the filter[name] parameter with any of the following to get partial matches. Otherwise, only exact matches will be returned.
      • STARTS_WITH:
      • CONTAINS:
      • ENDS_WITH:
  • active
  • dttmLoaded (when the record was last changed in our cached datastore)
    • You can prefix the value of the filter[dttmLoaded] parameter with any of the following to get date ranges. Otherwise, only exact matches will be returned.
      • GREATER_OR_EQUAL:
      • GREATER_THAN:
      • LESS_OR_EQUAL:
      • LESS_THAN: