Skip to main content
POST
/
gb
/
organizations
/
{organization_id}
/
p32
/
{tax_year}
/
{tax_month}
/
recompute
Manually trigger P32 recompute for a tax month
curl --request POST \
  --url https://preview.intermezzo.ai/gb/organizations/{organization_id}/p32/{tax_year}/{tax_month}/recompute \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
required
tax_year
integer
required
tax_month
integer
required
Required range: 1 <= x <= 12

Response

Successful Response