{
  "sbdh": {
    "sender": "0235:1000000777",
    "receiver": "0235:1345678901"
  },
  "invoice": {
    "id": "INV-2026-000123",
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "issueDate": "2026-07-01",
    "documentKind": "tax-invoice",
    "billingMode": "standard",
    "typeCode": "380",
    "currencyCode": "AED",
    "transactionTypeCode": "00000000",
    "paymentDueDate": "2026-07-31",
    "businessProcessType": "urn:peppol:bis:billing",
    "specificationIdentifier": "urn:peppol:pint:billing-1@ae-1",
    "paymentMeansTypeCode": "30",
    "payeeFinancialAccountId": "AE070331234567890123456",
    "seller": {
      "name": "Falcon Trading LLC",
      "endpoint": { "scheme": "0235", "value": "1000000777" },
      "legalRegistrationId": "CN-1234567",
      "legalRegistrationIdType": "TL",
      "taxRegistrationId": "100000077700003",
      "taxSchemeCode": "VAT",
      "address": {
        "addressLine1": "Sheikh Zayed Road 100",
        "city": "Dubai",
        "countrySubdivision": "Dubai",
        "countryCode": "AE"
      }
    },
    "buyer": {
      "name": "Oasis Retail FZE",
      "endpoint": { "scheme": "0235", "value": "1345678901" },
      "legalRegistrationId": "CN-7654321",
      "legalRegistrationIdType": "TL",
      "taxRegistrationId": "134567890123003",
      "taxSchemeCode": "VAT",
      "address": {
        "addressLine1": "Corniche Road 5",
        "city": "Abu Dhabi",
        "countrySubdivision": "Abu Dhabi",
        "countryCode": "AE"
      }
    },
    "totals": {
      "lineNetTotal": "1000.00",
      "taxExclusiveAmount": "1000.00",
      "taxTotalAmount": "50.00",
      "taxInclusiveAmount": "1050.00",
      "amountDueForPayment": "1050.00"
    },
    "taxBreakdown": [
      { "taxableAmount": "1000.00", "taxAmount": "50.00", "categoryCode": "S", "rate": "5" }
    ],
    "lines": [
      {
        "id": "1",
        "quantity": "10",
        "unitOfMeasureCode": "H87",
        "netAmount": "1000.00",
        "itemNetPrice": "100.00",
        "itemGrossPrice": "100.00",
        "itemPriceBaseQuantity": "1",
        "itemTaxCategoryCode": "S",
        "itemTaxRate": "5",
        "vatLineAmountAed": "50.00",
        "lineAmountAed": "1050.00",
        "itemName": "Widget",
        "itemDescription": "Standard steel widget"
      }
    ]
  }
}
