Invoices List Response

List of invoices for a core facility.

Fortune 500Life SciencesDiagnosticsLaboratoryScientific InstrumentsLIMSLaboratory Automation

Properties

Name Type Description
invoices array
View JSON Schema on GitHub

JSON Schema

ilab-operations-api-invoices-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agilent-technologies/refs/heads/main/json-schema/ilab-operations-api-invoices-list-response-schema.json",
  "title": "Invoices List Response",
  "description": "List of invoices for a core facility.",
  "type": "object",
  "properties": {
    "invoices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Invoice"
      }
    }
  }
}