action loket_get_available_payroll_component_sets_by_payroll_administration_i { label: "Available payroll component sets" description: "__Activity name :__ GetAvailablePayrollComponentSetsByPayrollAdministrationId\nGet the available payroll components sets that are available at this level. A payroll component set defines a set of payroll components to be used as a sjabloon preventing the need for users to constatnly select the same set of payroll components. Payroll component set are commonly used when entering payroll period data (variabele gegevens) either for a single employment or for multiple employments (browser variabele gegevens). They are also used as a filter when exporting payroll run results.\n\nBoth at the provider level and payroll administration the user may define sets and which components it includes. This endpoint will return an aggregated view of the applicable sets and its corresponding component based on the defined sets at provider and administration level.\n" provider: loket method: GET path: "/providers/employers/payrolladministrations/{payrollAdministrationId}/availablepayrollcomponentsets" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } payrollAdministrationId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "payrollAdministrationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }