[
{
"account": "Cardwell Aviation",
"balanceDue": 3245.71,
"billingContact": null,
"discount": 10,
"dueDate": "2025-07-31T00:00:00",
"id": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "partiallyPaid", <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
"invoiceDate": "2025-07-28T00:00:00",
"jetCard": null,
"number": "12",
"totalTax": 57.502875,
"total": 723.8529,
"lineItems": [
{
"amount": 500,
"applyToJetCard": false,
"description": "Leg 1| BT: KBNA, NASHVILLE > KSDF, LOUISVILLE",
"lineItemType": null,
"quantity": 0.6667,
"serviceDate": "2025-07-07T00:00:00",
"total": 333.35,
"tax": [ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
{
"name": "Passenger FET",
"amount": 25.00125
},
{
"name": "State Tax",
"amount": 32.501625
}
]
},
{
"amount": 333,
"applyToJetCard": false,
"description": "test",
"lineItemType": null,
"quantity": 1,
"serviceDate": "2025-07-08T00:00:00",
"total": 333,
"tax": [
{
"name": "Test",
"amount": 0
}
]
}
],
"payments": [
{
"amount": 400,
"dateOfPayment": "2025-07-28T00:00:00",
"notes": null,
"paymentMethod": "cash"
}
],
"relatedRecords": [
{
"type": "Trip",
"guidID": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
}
],
"tags": [ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEW
"DNC",
"Net 60 Days"
]
}
]