Reports
search
Search for a report by its mexcCustomerjournalsid
or filename
.
Property | Required | Default value | Description |
---|---|---|---|
search | Yes | The text to search for. |
The search filter covers the following fields:
mexcCustomerjournalsid
filename
rangeByDate
Search for reports by the date they were created.
Property | Required | Default value | Description |
---|---|---|---|
from | Yes | From date to search | |
to | Yes | To date to search |
notEmptyReport
Search for reports that are not empty.
Property | Required | Default value | Description |
---|
This filter does not have any parameters.
isCard
Search for reports that are card payments.
Property | Required | Default value | Description |
---|
This filter does not have any parameters.
isPaid
Search for reports of invoices that are paid.
Property | Required | Default value | Description |
---|
This filter does not have any parameters.
invalidReportTypes
Search for reports that have invalid report types.
Property | Required | Default value | Description |
---|
This filter does not have any parameters.
manualReport
Search for reports that are manual.
Property | Required | Default value | Description |
---|---|---|---|
manualReport | No | 1 | If set to 1 then this activates search for type = \'Manual\' |
monthlyReport
Search for reports that are monthly.
Property | Required | Default value | Description |
---|---|---|---|
monthlyReport | No | 1 | If set to 1 then this activates search for type = \'Month\' |
factoringReport
Search for reports that are factoring.
Property | Required | Default value | Description |
---|---|---|---|
factoringReport | No | 1 | If set to 1 then this activates search for type = \'Factoring\' |
handlingReport
Search for reports that are handling.
Property | Required | Default value | Description |
---|---|---|---|
handlingReport | No | 1 | If set to 1 then this activates search for type = \'Handling\' |
type
Search for reports by type. This filter can be combined with the manualReport
, monthlyReport
, factoringReport
, and handlingReport
filters.
Property | Required | Default value | Description |
---|---|---|---|
manualReport | No | 0 | If set to 1 then this activates search for type = \'Manual\' |
monthlyReport | No | 0 | If set to 1 then this activates search for type = \'Month\' |
factoringReport | No | 0 | If set to 1 then this activates search for type = \'Factoring\' |
handlingReport | No | 0 | If set to 1 then this activates search for type = \'Handling\' |
This is a combined filter that can be used to search for reports based on their type. The parameters manualReport
, monthlyReport
, factoringReport
, and handlingReport
can be used to filter reports based on their type. The value of each parameter can be either 0
or 1
. The sub-filters are combined with an OR
operator.