The appointment list is missing names and company status (this applies in Beta and in the data returned from API) for some companies. Recent change? Example shows the names and numbers of the first few companies appointed to, but then is missing the names and status:
RM NOMINEES LIMITED
/officers/5Jcd7dBiPH80XOq7xhJpBd28XLU/appointments
e.g. can see
…
TENSOR PLC (03670909) (status active)
ORACA LTD (03750103) (status active)
But then:
(03962209) Company status
(04236472) Company status
(03657669) Company status
…
It seems that the difference is that the companies not shown correctly dissolved before the CH data limit for old companies e.g. around 7 years. (BTW could that be mentioned next time the documentation is updated?)
Checking a few e.g. via URI shows:
03962209 “OLD TIL LIMITED”,
“CompanyCategory” : “Private Limited Company”,
“CompanyStatus” : “Dissolved”,
“DissolutionDate” : “31/01/2010”
04089896 “MANAGECONSULT LIMITED”,
“CompanyCategory” : “Private Limited Company”,
“CompanyStatus” : “Dissolved”,
“DissolutionDate” : “02/03/2010”
04367196 “MOMENTUM MANAGEMENT LIMITED”,
“CompanyCategory” : “Private Limited Company”,
“CompanyStatus” : “Dissolved”,
“DissolutionDate” : “16/03/2010”
04637043 “LANKORA LIMITED”,
“CompanyCategory” : “Private Limited Company”,
“CompanyStatus” : “Dissolved”,
“DissolutionDate” : “13/04/2010”