Skip to main content
POST
Add or update an NI category for an employee

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

employeeId
string
required

The ID of the employee

Body

application/json
category
enum<string>
required

HMRC-published NI category letter for payroll submissions.

Available options:
A,
B,
C,
D,
E,
F,
H,
I,
J,
K,
L,
M,
N,
S,
V,
X,
Z
Example:

"A"

effectiveDate
string<date>
required

Date when this category becomes effective

Example:

"2025-04-06"

reason
string
required

Reason for the category

Example:

"HMRC Update"

issuedBy
string
required

Who issued the category. Valid values: 'HMRC', 'Employer'

Example:

"HMRC"

Response

NI category updated successfully

message
object
content
object
validationIssues
object[]
messageToken
string