Apideck · Schema

Invoice Id

The unique identifier for the invoice.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-accountinginvoiceid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingInvoiceId",
  "title": "Invoice Id",
  "description": "The unique identifier for the invoice.",
  "type": "string",
  "example": "123456",
  "readOnly": true
}