{
  "customizationID": "urn:peppol:pint:billing-1@ae-1",
  "profileID": "urn:peppol:bis:billing",
  "profileExecutionID": "00000000",
  "id": "AE-01TEST-Mandatory",
  "uuid": "f12f329f-6430-4399-b661-7c5cd9c3a9e6",
  "issueDate": "2026-03-29",
  "dueDate": "2026-04-12",
  "invoiceTypeCode": {
    "value": "380"
  },
  "documentCurrencyCode": "AED",
  "accountingSupplierParty": {
    "party": {
      "endPointID": {
        "schemeID": "0235",
        "value": "1008245654"
      },
      "postalAddress": {
        "streetName": "1 Sheikh Mohammed bin Rashid Blvd - Downtown",
        "cityName": "Dubai",
        "countrySubentity": "DXB",
        "country": {
          "identificationCode": {
            "countryCode": "AE"
          }
        }
      },
      "partyTaxScheme": [
        {
          "companyID": "100824565400003",
          "taxScheme": {
            "id": {
              "value": "VAT"
            }
          }
        }
      ],
      "partyLegalEntity": {
        "registrationName": "XYZ Ltd",
        "companyID": {
          "schemeAgencyID": "EID",
          "value": "78419851234567N"
        }
      }
    }
  },
  "accountingCustomerParty": {
    "party": {
      "endPointID": {
        "schemeID": "0193",
        "value": "01202401021127"
      },
      "postalAddress": {
        "streetName": "Exit 18, Plot No. S21317 - Mina Jebel Ali - South Freezone - Dubai",
        "cityName": "Dubai",
        "countrySubentity": "DXB",
        "country": {
          "identificationCode": {
            "countryCode": "AE"
          }
        }
      },
      "partyTaxScheme": [
        {
          "companyID": "100123456700003",
          "taxScheme": {
            "id": {
              "value": "VAT"
            }
          }
        }
      ],
      "partyLegalEntity": {
        "registrationName": "ABC LLC"
      }
    }
  },
  "paymentMeans": {
    "paymentMeansCode": {
      "value": "55"
    }
  },
  "taxTotal": [
    {
      "taxAmount": {
        "currencyID": "AED",
        "value": 490
      },
      "taxSubtotal": [
        {
          "taxableAmount": {
            "currencyID": "AED",
            "value": 9800
          },
          "taxAmount": {
            "currencyID": "AED",
            "value": 490
          },
          "taxCategory": {
            "id": "S",
            "percent": 5.0,
            "taxScheme": {
              "id": {
                "value": "VAT"
              }
            }
          }
        }
      ]
    }
  ],
  "legalMonetaryTotal": {
    "lineExtensionAmount": {
      "currencyID": "AED",
      "value": 9800
    },
    "taxExclusiveAmount": {
      "currencyID": "AED",
      "value": 9800
    },
    "taxInclusiveAmount": {
      "currencyID": "AED",
      "value": 10290
    },
    "payableAmount": {
      "currencyID": "AED",
      "value": 10290
    }
  },
  "invoiceLine": [
    {
      "id": "1",
      "invoicedQuantity": {
        "quantity": 2000,
        "unitCode": "H87"
      },
      "lineExtensionAmount": {
        "value": 9800
      },
      "item": {
        "name": "Item Name",
        "description": "Item Description",
        "classifiedTaxCategory": [
          {
            "id": "S",
            "percent": 5.0,
            "taxScheme": {
              "id": {
                "value": "VAT"
              }
            }
          }
        ]
      },
      "price": {
        "priceAmount": {
          "value": 4.9
        },
        "baseQuantity": {
          "quantity": 1
        },
        "allowanceCharge": {
          "chargeIndicator": "false",
          "amount": {
              "currencyID": "AED",
              "value": 0
          },
          "baseAmount": {
            "currencyID": "AED",
            "value": 4.9
          }
        }
      },
      "itemPriceExtension": {
        "amount": {
          "currencyID": "AED",
          "value": 10290
        },
        "taxTotal": {
          "taxAmount": {
            "currencyID": "AED",
            "value": 490
          }
        }
      }
    }
  ]
}
}