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
Request Body schema: application/vnd.api+json

New Starter Declaration to be created for an employment.

object
Responses
201

New Starter Declaration Response

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

default

General Error

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