[
{
"id": "<string>",
"billNumber": "<string>",
"billType": "<string>",
"varianceAmount": 123,
"variancePct": 123,
"supplierId": "<string>",
"supplierName": "<string>",
"clientId": "<string>",
"employeeName": "<string>",
"employeeId": "<string>",
"linkedPoId": "<string>",
"purchaseOrderId": "<string>",
"purchaseOrderDocumentId": "<string>",
"purchase_order": {},
"expenseRequestId": "<string>",
"managementAccountId": "<string>",
"currency": "<string>",
"subtotal": 123,
"taxRate": 123,
"taxAmount": 123,
"totalAmount": 123,
"paidAmount": 123,
"remainingBalance": 123,
"dueDate": "<string>",
"status": "<string>",
"sourceOfFunds": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"createdById": "<string>",
"glPosted": true,
"postedAt": "<string>",
"grnId": "<string>",
"matchStatus": "<string>",
"priceVarianceAmount": 123,
"taxInvoiceReceivedDate": "<string>",
"lineItems": [
{
"id": "<string>",
"billId": "<string>",
"description": "<string>",
"poQty": 123,
"prevBilled": 123,
"billQty": 123,
"qty": 123,
"uom": "<string>",
"unitPrice": 123,
"amount": 123
}
]
}
]