curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/p32/{tax_year}/{tax_month}/request-repayment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount_requested": 1
}
'{
"id": "<string>",
"employerId": "<string>",
"taxYear": 123,
"taxMonth": 123,
"amountRequested": "<string>",
"requestedAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/p32/{tax_year}/{tax_month}/request-repayment \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount_requested": 1
}
'{
"id": "<string>",
"employerId": "<string>",
"taxYear": 123,
"taxMonth": 123,
"amountRequested": "<string>",
"requestedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
1 <= x <= 12x > 0Was this page helpful?