action loket_get_compare_payroll_periods_by_payroll_administration_id { label: "Get the results of the given payroll period and the one before" description: "__Activity name :__ GetComparePayrollPeriodsByPayrollAdministrationId \n\nReturns the results of given payroll period and the one before so a comparison can be made. Currently only the components 260, 495, 257 are returned \n" provider: loket method: GET path: "/providers/employers/payrolladministrations/{payrollAdministrationId}/payrollperiods/compare" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } payrollAdministrationId: { type: "string" format: "uuid" } payrollPeriodId: { type: "integer" format: "int32" } } required: ["Accept", "Authorization", "payrollAdministrationId", "payrollPeriodId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }