Authorization: Bearer ********************curl --location 'https://api1.nilvera.com/einvoice/Sale?PageSize=undefined&Page=undefined&Search=undefined&StartDate=undefined&EndDate=undefined&SortColumn=undefined&SortType=undefined&InvoiceProfile=undefined&InvoiceType=undefined&StatusCode=undefined&AnswerCode=undefined&IsRead=undefined&IsPrint=undefined&IsArchive=undefined&IsTransfer=undefined&DateFilterType=undefined&LucaStatus=undefined' \
--header 'Authorization: Bearer <token>'{
"Page": 0,
"PageSize": 0,
"TotalCount": 0,
"TotalPages": 0,
"Content": [
{
"UUID": "string",
"TaxNumber": "string",
"ReceiverTaxNumber": "string",
"ReceiverName": "string",
"InvoiceNumber": "string",
"InvoiceProfile": "TEMELFATURA",
"InvoiceType": "SATIS",
"IssueDate": "2019-08-24T14:15:22.123Z",
"CurrencyCode": "string",
"PayableAmount": 0,
"TaxExclusiveAmount": 0,
"TaxTotalAmount": 0,
"LineExtensionAmount": 0,
"ExchangeRate": 0,
"AllowanceTotalAmount": 0,
"ChargeTotalAmount": 0,
"IsRead": true,
"IsPrint": true,
"IsArchive": true,
"IsTransfer": true,
"ZirveStatus": true,
"CreatedDate": "2019-08-24T14:15:22.123Z",
"StatusCode": "unknown",
"StatusDetail": "string",
"AnswerCode": "unknown",
"EnvelopeUUID": "string",
"EnvelopeDate": "2019-08-24T14:15:22.123Z",
"Email": "string",
"Tags": [
{
"UUID": "string",
"Description": "string",
"Name": "string",
"Color": "string"
}
],
"SpecialCode": "string",
"Luca": {
"Status": "None",
"Description": "string"
}
}
]
}