action payrun_get_employer_summary { label: "Get employer summary" description: "Gets the specified employer summary data." provider: payrun method: GET path: "/Employer/{EmployerId}/Summary" encoding: json input: { type: "object" properties: { "Api-Version": { type: "string" format: "string" } Authorization: { type: "string" format: "string" } EmployerId: { type: "string" } } required: ["Api-Version", "Authorization", "EmployerId"] additionalProperties: false } output: { type: "object" } }