After submitting a RecordChangeOfLocation to the beta gateway we receive the error:
No element ‘RemoveSAILAddressInd’ in class CompaniesHouse::Filing::RecordChangeOfLocation
The XML in our request is as follows:
<RecordChangeOfLocation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlbeta.companieshouse.gov.uk/v1-0/schema/forms/RecordChangeofLocation-v2-7-rc1.xsd" xmlns="http://xmlgw.companieshouse.gov.uk">
<MoveToRegisteredOffice>true</MoveToRegisteredOffice>
<RemoveSAILAddressInd>true</RemoveSAILAddressInd>
<RegisterList>
<RecordType>CHARGEEWNI</RecordType>
</RegisterList>
<RegisterList>
<RecordType>MEMBER</RecordType>
</RegisterList>
<RegisterList>
<RecordType>DIR</RecordType>
</RegisterList>
<RegisterList>
<RecordType>DIRCONTRACT</RecordType>
</RegisterList>
<RegisterList>
<RecordType>DIRINDEM</RecordType>
</RegisterList>
<RegisterList>
<RecordType>SEC</RecordType>
</RegisterList>
<RegisterList>
<RecordType>RESMEET</RecordType>
</RegisterList>
<RegisterList>
<RecordType>DEB</RecordType>
</RegisterList>
<RegisterList>
<RecordType>OWNSHRPURCH</RecordType>
</RegisterList>
<RegisterList>
<RecordType>OWNSHRCAP</RecordType>
</RegisterList>
<RegisterList>
<RecordType>PSC</RecordType>
</RegisterList>
</RecordChangeOfLocation>
Can you please advise what the issue might be here, is this something we are doing incorrectly?