Hi team,
-
Can you provide a sample company to test annual report filing? We get the following validation error on trying to test this in the sandbox?
{"errorMessage": "API backend third party service error.", "rootCause": "errors:[error:Annual Report Date cannot be before a previous Annual Report or the Founding Date.,..}
-
For filing the annual report, there is a discrepancy between the example request body and the directors schema in the documentation. Is the
id
property required for filing the change? If so, what should be the value passed to it?
{
...,
"directors": [
{
"officer": {
"email": "api.specs@api.specs",
"firstName": "firstName",
"id": 584282, // What should be the id?
"lastName": "lastName",
"partyType": "person",
"middleInitial": "",
"prevFirstName": "firstName",
"prevLastName": "lastName",
"prevMiddleInitial": ""
},
...]
}
- In the Annual Return Schema,
annualGeneralMeetingDate
is not a required field. However, the latest announcement on Feb 04, 2025, lists mandatory changes. How do we validate these changes and send the right data points in the Annual Return filing?
* You will need to include information about your Annual General Meeting (AGM). There are three options to choose from:
* The date the AGM was held, or
* That the AGM will be held, or
* The date the AGM was waived or deemed to have been held
Thanks