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>",
"status": "pending",
"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>",
"status": "pending",
"requestedAt": "2023-11-07T05:31:56Z"
}Get token from Auth0 and paste it here
1 <= x <= 12x > 0Was this page helpful?