X-BalikujAuthToken: ********************curl --location --request GET '/api/Invoice/TaxDocument' \
--header 'X-BalikujAuthToken: <api-key>'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": [
{
"id": 0,
"relatedId": 0,
"number": "string",
"variableSymbol": "string",
"paid": "2019-08-24T14:15:22.123Z",
"totalWithVat": 0,
"totalWithoutVat": 0,
"totalVat": 0,
"currency": "string",
"items": [
{
"quantity": 0,
"name": "string",
"itemPrice": 0,
"itemPriceWithVat": 1210,
"itemPriceWithoutVat": 0,
"itemPriceVat": 0,
"itemPriceVatRate": 0,
"totalWithVat": 0,
"totalWithoutVat": 0,
"totalVat": 0,
"totalWithVatNative": 50.47,
"totalWithoutVatNative": 50.47,
"totalVatNative": 0
}
]
}
]
}