POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/employee/{employeeId}/hmrcforms/autoenrolmentnotice
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required | |
employeeId | string | Required |
The request body takes a complete AutoEnrolmentNoticeModel resource, containing the following writable properties:
{
"assessmentStatus": "string",
"downloadUrl": "string",
"emailUrl": "string",
"enrolledDate": "date-time",
"enrolmentDeferralDate": "date-time",
"id": "int32",
"noticeSentDate": "date-time"
}
Name | Type | Description |
---|---|---|
assessmentStatus | string |
PensionAssessmentStatusEnum
Possible values are:
|
downloadUrl | string | String |
emailUrl | string | String |
enrolledDate | date-time |
Nullable |
enrolmentDeferralDate | date-time |
Nullable |
id | int32 |
Nullable |
noticeSentDate | date-time |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AutoEnrolmentNoticeModel |
Powered by DapperDox