{
  "data": {
    "odata": {
      "context": "https://api.karbonhq.com/v3/$metadata#Invoices(LineItems())",
      "count": 1
    },
    "value": [
      {
        "InvoiceKey": "2F8bb4Xk4N1T",
        "InvoiceNumber": "KIN-1000",
        "TotalAmountDue": 5,
        "InvoiceTotal": 5,
        "InvoiceSubTotal": 5,
        "InvoiceTaxTotal": 0,
        "InvoiceDate": "2024-05-23T00:00:00Z",
        "PaymentDueDate": "2024-05-30T00:00:00Z",
        "UpdatedAt": "2024-05-23T16:44:29Z",
        "CurrencyCode": "USD",
        "PaymentInstructions": null,
        "InvoiceStatus": "Approved",
        "Client": {
          "ClientKey": "4hFn8Czrnw4v",
          "ClientType": "Organization",
          "Name": "Example Sandbox",
          "AddressLine": null,
          "City": null,
          "StateProvinceCounty": null,
          "ZipCode": null,
          "Country": null,
          "EmailAddress": null
        },
        "TaxLineItems": [],
        "LineItems": [
          {
            "LineItemKey": "3aebacb913b44aaa81b1cb2acf958b1b",
            "BillableItemEntityKey": "2SFw2p31285T",
            "BillableItemType": "Expense",
            "Description": "My Services",
            "Quantity": 1,
            "UnitPrice": 5,
            "Amount": 5,
            "TaxRate": 0,
            "TaxRateName": "No Tax Set"
          }
        ]
      }
    ]
  }
}