national insurance categories

National Insurance categories can be assigned to an employment to control how National Insurance contributions are calculated for an employee

Add National Insurance Category

Assigns a National Insurance category to an employment. This endpoint creates a NI category assignment record linking the employment to the specified NI category code.

SecuritybearerAuth
Request
path Parameters
employmentId
required
string <guid>

Employment ID

Example: 906264f1-2dff-4f72-a10b-59918cf738d7
Request Body schema: application/vnd.api+json

National Insurance Category to be added

object
Responses
201

National Insurance Category Response

post/employments/{employmentId}/nicategory
Request samples
application/vnd.api+json
{
  • "data": {
    }
}
Response samples
application/vnd.api+json
{
  • "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
  • "data": {
    }
}