v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAnnual Summary
Organization
Generate Annual Summary Reports for Organization (Batch)
Generate ASR PDFs for all supporters in an organization who made transactions in the specified year. This is an asynchronous operation.
post/organizations/{organization_id}/annual-summary-reports/{year}
Path parameters
organization_idinteger required
Example:1
The specified Organization ID
yearinteger required
Example:2024
The report year
Request body
Example request
{
"start_date": "2024-01-01",
"end_date": "2024-12-31"
}Response
Batch generation started
Example response
{
"organization_id": 1,
"report_year": 2024,
"status": "pending",
"message": "Batch generation started."
}