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