Form CS01 should be filed for MadeUpDate after 30th June 2016

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?

Hi @davedowns

The feature flag we use to mark whether the new code is active or not is set to 30th June 2015 on this service. If you try and AR01 with a made up date before that date it should work as expected.

thanks

Nigel Preece

Hi @npreece,

Thanks, I’ve set the MadeUpDate to 29/06/2015 and the request seems to have been accepted now.

Dave