X-BalikujAuthToken: ********************curl --location --request POST '/api/Billing/Invoices' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 50,
"start": 0,
"length": 50,
"yearIssued": 0
}'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": {
"data": [
{
"proformaId": 0,
"proformaNumber": "string",
"invoiceId": 0,
"invoiceNumber": "string",
"issued": "2019-08-24T14:15:22.123Z",
"due": "2019-08-24T14:15:22.123Z",
"totalWithVat": 0,
"totalWithoutVat": 0,
"totalVat": 0,
"currency": "string",
"status": "Draft"
}
],
"total": 1,
"availableYears": [
0
]
}
}