FosImportItemReportDtoFilter¶
Example Json Object
1{
2 "reportTypeEqual": "SUCCESS",
3 "itemIdIn": [
4 0
5 ]
6}
📄 Description: Data transfer object representing a filter for generating reports on imported financial items within an organization’s structure, facilitating analysis of hierarchical relationships among financial entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
reportTypeEqual |
string |
false |
none |
Filter by exact match of report type |
itemIdIn |
[integer] |
false |
none |
Filter by multiple values of item id |
Enumerated Values
Attribute |
Value |
|---|---|
reportTypeEqual |
ERROR, SKIPPED, SUCCESS, WARNING |