{
"fields": [
"fileInternalId",
"documentValue",
"providerNationalRegister"
],
"format": "json",
"exportMode": "document",
"documentType": "nfe",
"fieldLabels": "ID do Documento,Nome do Arquivo",
"integrationDateFrom": "2024-01-01",
"integrationDateTo": "2024-12-31",
"uploadDateFrom": "2024-01-01",
"uploadDateTo": "2024-12-31",
"issueDateFrom": "2024-01-01",
"issueDateTo": "2024-12-31",
"providerCnpj": "12345678000100",
"beneficiaryCnpj": "98765432000199",
"stage": "SENT",
"finalized": "true",
"isConsolidated": "true"
}curl --location 'https://hom.roit.ai/assembler-documents-manager/api/v1/export/data-manager/queue' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"fields": [
"fileInternalId",
"documentValue",
"providerNationalRegister"
],
"format": "json",
"exportMode": "document",
"documentType": "nfe",
"fieldLabels": "ID do Documento,Nome do Arquivo",
"integrationDateFrom": "2024-01-01",
"integrationDateTo": "2024-12-31",
"uploadDateFrom": "2024-01-01",
"uploadDateTo": "2024-12-31",
"issueDateFrom": "2024-01-01",
"issueDateTo": "2024-12-31",
"providerCnpj": "12345678000100",
"beneficiaryCnpj": "98765432000199",
"stage": "SENT",
"finalized": "true",
"isConsolidated": "true"
}'