We’re trying to test an Annual Return on the alpha gateway for a company with a Made Up date before 30th June 2016.
In this case we’re sending the Annual Return in the AnnualReturn-v3-0-rc2.xsd
format with a DateSigned
and MadeUpDate
of 2016-05-23. However, the response we receive back from the gateway is an error with the following message:
Form CS01 should be filed for MadeUpDate after 30th June 2016
That message would imply that we’re trying to file an Annual Return for a company with a MadeUpDate after 30th June, but as far as we can tell we’re not:
<CompanyCategory>BYSHR</CompanyCategory>
<TradingOnMarket>false</TradingOnMarket>
<DTR5Applies>false</DTR5Applies>
<MadeUpDate>2016-05-23</MadeUpDate>
<SICCodes>
<SICCode>18203</SICCode>
</SICCodes>
Is the error correct given the above XML sample, is there something we’re missing or something we should be sending up differently?