Authorization: ********************curl --location --request GET 'https://api.edonusum.muhasip.pro/einvoice/Old?PageSize&Page&Search&StartDate&EndDate&SortColumn&SortType&InvoiceProfile&InvoiceType&IsPrint&IsSale' \
--header 'Authorization: Bearer <token>'{
"Page": 0,
"PageSize": 0,
"TotalCount": 0,
"TotalPages": 0,
"Content": [
{
"UUID": "string",
"TaxNumber": "string",
"InvoiceNumber": "string",
"InvoiceProfile": "TEMELFATURA",
"InvoiceType": "SATIS",
"IssueDate": "2019-08-24T14:15:22.123Z",
"CurrencyCode": "string",
"PayableAmount": 0,
"ReceiverName": "string",
"ReceiverTaxNumber": "string",
"IsPrint": true,
"IsSale": true
}
]
}