Update Pension Contribution Plan settings for Employee
PUT http:///api/v2/business/{businessId}/employee/{employeeId}/pension
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required |
The request body takes a complete EmployeePensionContributionPlanSettingsApiModel resource, containing the following writable properties:
{
"assessmentDate": "date-time",
"assessmentStatus": "string",
"autoEnrolOptOutDate": "date-time",
"autoEnrolOptOutReference": "string",
"deferralDate": "date-time",
"enrolled": "boolean",
"optIn": "boolean",
"optInDate": "date-time",
"overrideEmployeeContribution": "double",
"overrideEmployerContribution": "double",
"overrideMaxEarningsThreshold": "double",
"overrideMinEarningsThreshold": "double",
"overrideSalarySacrifice": "double",
"pensionAssessmentOption": "string",
"pensionContributionPlanId": "int32",
"postponementOption": "string",
"processOptOutRefunds": "boolean"
}
| Name | Type | Description |
|---|---|---|
| assessmentDate | date-time |
Nullable |
| assessmentStatus | string |
Nullable Possible values are:
|
| autoEnrolOptOutDate | date-time |
Nullable |
| autoEnrolOptOutReference | string | String |
| deferralDate | date-time |
Nullable |
| enrolled | boolean | Boolean |
| optIn | boolean |
Nullable |
| optInDate | date-time |
Nullable |
| overrideEmployeeContribution | double |
Nullable |
| overrideEmployerContribution | double |
Nullable |
| overrideMaxEarningsThreshold | double |
Nullable |
| overrideMinEarningsThreshold | double |
Nullable |
| overrideSalarySacrifice | double |
Nullable |
| pensionAssessmentOption | string |
Nullable Possible values are:
|
| pensionContributionPlanId | int32 |
Nullable |
| postponementOption | string |
Nullable Possible values are:
|
| processOptOutRefunds | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
EmployeePensionContributionPlanSettingsApiModel |
Powered by DapperDox