POST https://api.yourpayroll.co.uk/api/v2/business/{businessId}/employee/{employeeId}/nationalinsurancebackcalculation
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required | |
employeeId | string | Required |
The request body takes a complete UkApplyNationalInsuranceBackCalculationRequestModel resource, containing the following writable properties:
{
"fromDate": "date-time",
"newCategory": "string",
"payRunTotalId": "int32",
"toDate": "date-time"
}
Name | Type | Description |
---|---|---|
fromDate | date-time | DateTime |
newCategory | string |
NationalInsuranceType
Possible values are:
|
payRunTotalId | int32 | Int32 |
toDate | date-time | DateTime |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox