There is a useful source called CompanyDetailsRequest (ie not CompanyDataRequest) commonly accessed with something like.
startElement('CompanyDetailsRequest');
writeAttribute('xmlns', 'http://xmlgw.companieshouse.gov.uk/v1-0' );
writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance' );
writeAttribute('xsi:noNamespaceSchemaLocation', 'http://xmlgw.companieshouse.gov.uk/v1-0/schema/CompanyDetails.xsd');
This delivers latest and next filing dates for accounts and AR01 filing due on the 28 days grace basis in a much more compact XML format than CompanyDataRequest.
Can you confirm that this rsource will be updated so that it supplies the CS01 data as a direct replacement for the AR01 and adjusted for the 14 days of grace?
Has this already been done and if not will it be done by June 30th?
Thanks