I’m trying to create a test company only so that I can then try submitting Accounts data. The data for the company doesn’t matter in any way. Alternatively, is there test company info (including the authentication code) that we can simply reference in test Account submissions?
If not, given a valid GovTalkMessage envelope (I’ll omit that part here so I don’t have to redact anything), what is wrong with this CompanyData?
…GovTalkMessage envelope including Body…
<CompanyData xmlns="http://xmlgw.companieshouse.gov.uk"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlgw.companieshouse.gov.uk http://xmlgw.companieshouse.gov.uk/v1-0/schema/CompanyData-v3-4.xsd">
<CompanyNumber>01234567</CompanyNumber>
<CompanyName>Test Company Name</CompanyName>
<CompanyCategory>PLC</CompanyCategory>
<Jurisdiction>EW</Jurisdiction>
<MadeUpDate>2023-09-01</MadeUpDate>
<NextDueDate>2023-09-01</NextDueDate>
<RegisteredOfficeAddress>
<Premise>Example Company LTD</Premise>
<PostTown>London</PostTown>
<Country>GB-ENG</Country>
</RegisteredOfficeAddress>
<Officers>
<Member>
<Person>
<Title>CEO</Title>
<Forename>Example Fore</Forename>
<Surname>Example Sur</Surname>
<ServiceAddress>
<SameAsRegisteredOffice>true</SameAsRegisteredOffice>
</ServiceAddress>
<DOB>1990-01-01</DOB>
<!-- <Nationality>USA</Nationality>-->
<!-- <Occupation>Example</Occupation>-->
<CountryOfResidence>USA</CountryOfResidence>
<!-- <PreviousNames></PreviousNames>-->
<!-- <ResidentialAddress><SameAsServiceAddress>true</SameAsServiceAddress></ResidentialAddress>-->
</Person>
<DesignatedInd>false</DesignatedInd>
<!-- <AppointmentDate>2023-09-01</AppointmentDate>-->
</Member>
</Officers>
<Registers>
<HeldOnPublicRecord><RegisterType>DIRECTORS</RegisterType></HeldOnPublicRecord>
</Registers>
</CompanyData>