Skip to main content
GET
/
gb
/
organizations
/
{organization_id}
/
p32
/
{tax_year}
/
export
Export P32 for a tax year with cumulative totals
curl --request GET \
  --url https://preview.intermezzo.ai/gb/organizations/{organization_id}/p32/{tax_year}/export \
  --header 'Authorization: Bearer <token>'
{
  "taxYear": 123,
  "months": [
    {
      "taxYear": 123,
      "taxMonth": 123,
      "cumulativeGrossLiability": "<string>",
      "cumulativeNetPayable": "<string>",
      "grossLiability": "<string>",
      "totalReclaims": "<string>",
      "netPayable": "<string>",
      "eaBalanceCarriedForward": "<string>",
      "surplusCarriedForward": "<string>",
      "incomeTaxPaye": "0",
      "studentLoanPlan1": "0",
      "studentLoanPlan2": "0",
      "studentLoanPlan4": "0",
      "studentLoanPg": "0",
      "employeeNic": "0",
      "employerNic": "0",
      "class1ANic": "0",
      "smp": "0",
      "spp": "0",
      "sap": "0",
      "shpp": "0",
      "spbp": "0",
      "sncp": "0",
      "nicCompensation": "0",
      "cis": "0",
      "employmentAllowanceApplied": "0",
      "apprenticeshipLevy": "0",
      "eaBalanceBroughtForward": "0",
      "surplusBroughtForward": "0"
    }
  ]
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
required
tax_year
integer
required

Response

Successful Response

taxYear
integer
required
months
P32ExportMonth · object[]
required