{
    "legalEntityId": 1234,
    "invoice": {
        "accountingCustomerParty": {
            "party": {
                "address": {
                    "city": "Singapore",
                    "country": "SG",
                    "street1": "20 Orchard Rd",
                    "zip": "100000"
                },
                "companyName": "Orchard Hotel Pte. Ltd.",
                "contact": {
                    "email": "frontdesk@orchardhotel.com.sg",
                    "firstName": "Front",
                    "lastName": "Desk"
                }
            }
        },
        "amountIncludingVat": 70.55,
        "prepaidAmount": 0,
        "documentCurrencyCode": "SGD",
        "dueDate": "2020-06-05",
        "invoiceLines": [
            {
                "amountExcludingVat": 50,
                "name": "Some things to buy that are taxed",
                "quantity": 1,
                "itemPrice": 50,
                "allowanceCharge": null,
                "tax": {
                    "amount": 3.50,
                    "country": "SG",
                    "percentage": 7
                }
            },
            {
                "amountExcludingVat": 35.4,
                "name": "Some things tax free",
                "quantity": 1,
                "itemPrice": 35.4,
                "allowanceCharge": null,
                "tax": {
                    "amount": 0,
                    "country": "SG",
                    "percentage": 0
                }
            }
        ],
        "invoiceNumber": "2020050037",
        "issueDate": "2020-05-06",
        "orderReference": "",
        "note": ""
    },
    "invoiceRecipient": {
        "publicIdentifiers": [
            {
                "id": "SGECHOTEST01",
                "scheme": "0195"
            }
        ]
    }
}
