{
"name": "string",
"preference": "roit",
"filters": {
"type": {
"in": [
".xml",
".pdf"
]
},
"createAt": {
"gte": "2025-01-10T03:00:00.000Z"
},
"issueDate": {
"gte": "2025-01-10T03:00:00.000Z"
},
"entryDate": {
"gte": "2025-01-10T03:00:00.000Z"
},
"clientTree": [
{
"group": {
"in": [
"1234567890"
]
},
"company": {
"in": [
"1234567890"
]
},
"identifier": {
"in": [
"1234567890"
]
}
}
],
"classification": {
"in": [
"/fiscal/nfe",
"/fiscal/cte"
]
},
"step": {
"in": [
"COMPLEMENTATION"
]
},
"origin": {
"nin": [
"SITE",
"FORMS"
]
},
"isConsolidated": {
"eq": false
},
"finalized": {
"eq": false
},
"originCity": {
"in": [
"12345",
"67890"
]
},
"destinyCity": {
"in": [
"12345",
"67890"
]
},
"number": {
"gte": "100"
},
"totalValue": {
"gte": 100,
"lte": 10000
},
"internalId": {
"in": [
"docId1",
"docId2",
"docId3"
]
},
"serviceMadeCity": {
"in": [
"12345",
"67890"
]
},
"supplierDocumentNumber": {
"in": [
"1234567890"
]
},
"hasIssRetention": {
"eq": true
},
"accessKey": {
"eq": "accessKey123"
},
"purchaseOrder": {
"in": [
"purchaseOrder123",
"purchaseOrder456"
]
},
"movement": {
"in": [
"INPUT",
"OUTPUT"
]
},
"classTypeEvent": {
"eq": "eventType123"
},
"message": {
"eq": "message123"
}
},
"additional": {
"period": {
"from": "2024-03-01",
"to": "2024-03-31"
},
"clientTreeOptions": [
{
"name": "string",
"nationalRegister": "string",
"id": 0,
"type": "identifier"
}
]
}
}