Execute free reports and return the data based on free report definition.
Access to this method is authorized by ExecuteReport operation.
Success
Bad Request
Unauthorized
Internal Server Error
Request to generate free report for express mail report definition
{- "FreeReportFID": "FRT699",
- "AccessKey": "mysecretCode1234",
- "Parameters": [
- {
- "Name": "Mail flow",
- "Value": "I"
}, - {
- "Name": "Partner",
- "Value": null
}, - {
- "Name": "Date from",
- "Value": "01/02/2019"
}, - {
- "Name": "Date to",
- "Value": "11/08/2023"
}, - {
- "Name": "Mail category",
- "Value": null
}, - {
- "Name": "Mail subclass",
- "Value": null
}
]
}
Request to generate free report for express mail report definition
{- "ColumnNames": [
- "PId",
- "Receptacle identifier",
- "Partner",
- "Date",
- "Mail cat.",
- "Disp. subcl.",
- "Format",
- "Gross weight",
- "Reg.",
- "Ins.",
- "Exp.",
- "Total"
], - "Data": [
- [
- "671aeb6e-d573-ee11-967a-40b0341dbdc0",
- "PLWAWAGLAGMAAUN30001001100010",
- "GLA",
- "27/10/2023",
- "A",
- "UN",
- null,
- "1.000",
- "0",
- "0",
- "1",
- "1"
], - [
- "871aeb6e-d573-ee11-967a-40b0341dbder0",
- "PLWOWAGLAGMAAUN30001001100011",
- "GLA",
- "30/10/2023",
- "A",
- "UN",
- null,
- "2.000",
- "0",
- "0",
- "1",
- "1"
]
]
}