Save auto enrollment staging and re-enrolment dates for business
POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/pensionscheme/dates
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete PensionSchemeStagingModel resource, containing the following writable properties:
{
"autoReEnrolmentDate": "date-time",
"includeOptedOutEmployees": "boolean",
"stagingDate": "date-time"
}
Name | Type | Description |
---|---|---|
autoReEnrolmentDate | date-time |
Nullable |
includeOptedOutEmployees | boolean | Boolean |
stagingDate | date-time | DateTime |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
PensionSchemeStagingModel |
Powered by DapperDox