curl --location --request POST '/api/Invoice/SummaryInvoice' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"CompanyIds": [
0
],
"ParentTransactionRid": 0,
"Statuses": [
"string"
],
"ChannelStatuses": [
"string"
],
"Endpoints": [
"string"
],
"RowId": 0,
"Direction": 0,
"PageSize": 0,
"SearchType": "string",
"Search": "string",
"Searches": [
"string"
],
"FromDate": "2019-08-24T14:15:22Z",
"ToDate": "2019-08-24T14:15:22Z",
"DocumentType": [
"string"
],
"OrderBy": "string",
"SortableColId": "string",
"Offset": 0,
"CorrelationStatus": "string",
"FromChannelUpdateTime": "2019-08-24T14:15:22Z",
"ToChannelUpdateTime": "2019-08-24T14:15:22Z"
}'