UpdateContribution Plan for Pension Scheme
PUT https://api.yourpayroll.co.uk/api/v2/business/{businessId}/pensionscheme/{schemeId}/plan/{planId}
Parameter name | Value | Description | Additional |
---|---|---|---|
schemeId | int32 | Required | |
planId | int32 | Required | |
businessId | string | Required |
The request body takes a complete PensionSchemeContributionPlanApiModel resource, containing the following writable properties:
{
"calculateOnQualifyingEarnings": "boolean",
"collectionSourceId": "string",
"contributionGroupId": "string",
"contributionGroupName": "string",
"contributionPlanName": "string",
"employeeContribution": "double",
"employerContribution": "double",
"id": "int32",
"isAutoEnrolmentScheme": "boolean",
"lowerDefaultEarningsDisregardType": "string",
"lowerEarningsDisregard": "double",
"maxEarningsThreshold": "double",
"minEarningsThreshold": "double",
"nicSavingRebate": "double",
"pensionSchemeContributionPlanPostponementRules": [
{
"name": "string",
"pensionSchemeContributionPlanId": "int32",
"postponementPeriod": "int32",
"postponementRuleOptionType": "string",
"postponementRuleType": "string"
}
],
"pensionSchemeId": "int32",
"pensionType": "string",
"reportingFrequency": "string",
"salarySacrifice": "double",
"salarySacrificeDeductionCategoryId": "int32",
"upperDefaultEarningsCapType": "string",
"upperEarningsCap": "double",
"useTaxMonthPayPeriod": "boolean"
}
Name | Type | Description |
---|---|---|
calculateOnQualifyingEarnings | boolean | Boolean |
collectionSourceId | string | String |
contributionGroupId | string | String |
contributionGroupName | string | String |
contributionPlanName | string | String |
employeeContribution | double | Decimal |
employerContribution | double | Decimal |
id | int32 |
Nullable |
isAutoEnrolmentScheme | boolean |
Nullable |
lowerDefaultEarningsDisregardType | string |
Nullable Possible values are:
|
lowerEarningsDisregard | double |
Nullable |
maxEarningsThreshold | double | Decimal |
minEarningsThreshold | double | Decimal |
nicSavingRebate | double | Decimal |
pensionSchemeContributionPlanPostponementRules[] | array | |
pensionSchemeContributionPlanPostponementRules[].name | string | String |
pensionSchemeContributionPlanPostponementRules[].pensionSchemeContributionPlanId | int32 | Int32 |
pensionSchemeContributionPlanPostponementRules[].postponementPeriod | int32 | Int32 |
pensionSchemeContributionPlanPostponementRules[].postponementRuleOptionType | string |
PostponementRuleOptionTypeEnum
Possible values are:
|
pensionSchemeContributionPlanPostponementRules[].postponementRuleType | string |
PostponementRuleTypeEnum
Possible values are:
|
pensionSchemeId | int32 | Int32 |
pensionType | string |
PensionTypeEnum
Possible values are:
|
reportingFrequency | string |
PensionReportingFrequencyEnum
Possible values are:
|
salarySacrifice | double | Decimal |
salarySacrificeDeductionCategoryId | int32 |
Nullable |
upperDefaultEarningsCapType | string |
Nullable Possible values are:
|
upperEarningsCap | double |
Nullable |
useTaxMonthPayPeriod | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
PensionSchemeContributionPlanApiModel |
Powered by DapperDox