new starter declarations

New starter declarations are used to set up tax coding information for new employees. This includes tax codes, annual amounts, and tax code regimes for payroll processing

Create a New Starter Declaration

Creates a new starter declaration for the specified employment. This endpoint processes tax coding information and creates the necessary records for payroll processing.

SecuritybearerAuth
Request
path Parameters
employmentId
required
string <uuid>

The unique identifier (GUID) of the employment

Example: 4b30b724-26e1-4fcb-90f0-92936523133c
Request Body schema: application/vnd.api+json

New Starter Declaration to be created for an employment.

object
Responses
201

New Starter Declaration Response

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