curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/eps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tax_year": 123
}
'{
"id": "<string>",
"orgId": "<string>",
"smId": "<string>",
"isNoPayment": true,
"isFinalSubmission": true,
"isPeriodOfInactivity": true,
"isRecoverableAmounts": true,
"isApprenticeshipLevy": true,
"createdAt": "2023-11-07T05:31:56Z",
"content": {},
"stateTimestamp": "2023-11-07T05:31:56Z",
"stateContent": {}
}Submit an EPS to HMRC. At least one section must be provided.
curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/eps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tax_year": 123
}
'{
"id": "<string>",
"orgId": "<string>",
"smId": "<string>",
"isNoPayment": true,
"isFinalSubmission": true,
"isPeriodOfInactivity": true,
"isRecoverableAmounts": true,
"isApprenticeshipLevy": true,
"createdAt": "2023-11-07T05:31:56Z",
"content": {},
"stateTimestamp": "2023-11-07T05:31:56Z",
"stateContent": {}
}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
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Successful Response
CREATED, SUBMITTED, ACKNOWLEDGED, SUCCESS, ERROR, ARCHIVED Was this page helpful?