Authorization: ********************curl --location --request GET 'https://api.edonusum.muhasip.pro/earchive/Report/ToReport?PageSize&Page&Search&PeriodYear&PeriodMonth' \
--header 'Authorization: Bearer <token>'{
"Page": 0,
"PageSize": 0,
"TotalCount": 0,
"TotalPages": 0,
"Content": [
{
"UUID": "string",
"InvoiceNumber": "string",
"SendType": "KAGIT",
"IssueDate": "2019-08-24T14:15:22.123Z",
"PayableAmount": 0,
"CurrencyCode": "string",
"ReceiverTaxNumber": "string",
"ReceiverName": "string",
"InvoiceType": "SATIS",
"IsCancel": true,
"IsInternet": true
}
]
}