{
    "customizationID": "urn:peppol:pint:billing-1@ae-1",
    "profileID": "urn:peppol:bis:billing",
    "profileExecutionID": "00000000",
    "id": "commercialInvoice2-Mandatory",
    "uuid": "19e2c9a3-b000-4fb0-9bd5-a9c4ebda2358",
    "issueDate": "2026-04-24",
    "issueTime": "17:38:00",
    "dueDate": "2026-04-12",
    "invoiceTypeCode": {
        "value": "480"
    },
    "documentCurrencyCode": "AED",
    "accountingSupplierParty": {
        "party": {
            "endPointID": {
                "schemeID": "0235",
                "value": "1004990990"
            },
            "postalAddress": {
                "streetName": "1 Sheikh Mohammed bin Rashid Blvd - Downtown",
                "cityName": "Dubai",
                "countrySubentity": "DXB",
                "country": {
                    "identificationCode": {
                        "countryCode": "AE"
                    }
                }
            },
            "partyTaxScheme": [
                {
                    "companyID": "100499099000003",
                    "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": "10"
        }
    },
    "taxTotal": [
        {
            "taxAmount": {
                "currencyID": "AED",
                "value": 0
            },
            "taxSubtotal": [
                {
                    "taxableAmount": {
                        "currencyID": "AED",
                        "value": 9800
                    },
                    "taxAmount": {
                        "currencyID": "AED",
                        "value": 0
                    },
                    "taxCategory": {
                        "id": "O",
                        "percent": "0",
                        "taxScheme": {
                            "id": {
                                "value": "VAT"
                            }
                        }
                    }
                }
            ]
        }
    ],
    "legalMonetaryTotal": {
        "lineExtensionAmount": {
            "currencyID": "AED",
            "value": 9800
        },
        "taxExclusiveAmount": {
            "currencyID": "AED",
            "value": 9800
        },
        "taxInclusiveAmount": {
            "currencyID": "AED",
            "value": 9800
        },
        "payableAmount": {
            "currencyID": "AED",
            "value": 9800
        }
    },
    "invoiceLine": [
        {
            "id": "1",
            "invoicedQuantity": {
                "quantity": 2000,
                "unitCode": "H87"
            },
            "lineExtensionAmount": {
                "currencyID": "AED",
                "value": 9800
            },
            "item": {
                "name": "Item Name",
                "description": "Item Description",
                "classifiedTaxCategory": [
                    {
                        "id": "O",
                        "percent": "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": 9800
                },
                "taxTotal": {
                    "taxAmount": {
                        "currencyID": "AED",
                        "value": 0
                    }
                }
            }
        }
    ]
}