action contract_p_post_generate_report_resource { label: "Generate report based on input" description: "**Note**: start_date and end_date filter on status update\n\n**Permission required:** read_reports" provider: contract_p method: POST path: "/reports/generate" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }