action loket_get_calculate_transition_compensation_defaults_by_employment_id { label: "Get default input parameters transition compensation" description: "__Activity name :__ GetCalculateTransitionCompensationDefaultsByEmploymentId\n\n\n Get the default values of the input parameters for the POST action.\n" provider: loket method: GET path: "/providers/employers/employees/employments/{employmentId}/transitioncompensation/calculate/defaults" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } employmentId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "employmentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }