v1

latestOpenAPI 3.0.02026-07-24310185.2 KB
Company

Get Income Taxes documents ๐Ÿ‡ฌ๐Ÿ‡ง

Returns all the documents related to income taxes (P45, P60, P11D). This endpoint should only be used for UK companies.


Required scopes: contracts:payslips:read

get/companies/{companyId}/income-taxes-documents

Path parameters

companyIdstring required

The id of the company

Response

The Tax Incomes documents

Example response

{
  "documents": [
    {
      "createdAt": "2022-09-22T11:56:24.221Z"
    }
  ]
}