{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "Invoice API",
  "dateModified": "2026-06-02",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/agent-billing/invoice",
  "method": "POST",
  "format": "EU EN 16931 UBL 2.1 + JSON",
  "signed": "JWS + COSE_Sign1",
  "anchored": "/agent-audit/",
  "fields": [
    "invoiceId",
    "issueDate",
    "dueDate",
    "seller",
    "buyer",
    "lines[]",
    "taxBreakdown[]",
    "total",
    "paymentTerms",
    "paymentMethods[]"
  ]
}