I make use of the GET https://api.company-information.service.gov.uk/company/{companyNumber} endpoint of your API. I’m relying on the accounts.next_accounts property that is returned in the response from the endpoint, but I’ve noticed that it no longer exists in the documentation of the companyProfile resource. Could you please confirm whether this is a mistake in the documentation, or if this property is deprecated?
If the property is deprecated, where can I find the following info that I am currently relying on?
Interestingly enough there is a similar (recent) post here: Api.companieshouse.gov.uk vs api.company-information.service.gov.uk That also claims the documentation is similar to what you have instead. Out of interest do you have a link to the documentation you’re using?
Oh yeah, right you are. I got mixed up and stopped looking at the API return once I saw the fields that are in the documentation instead! Didn’t realise your ones were in there too, and am now confusing myself even more trying to figure it out.
Looks like the pertinent information is duplicated using both the fields you’re looking at and the fields in the documentation.
accounts.next_due
accounts.next_made_up_to
Effectively gives all the information in your missing field. No idea if one is being derived from the other or one is deprecated. Hopefully someone from CH chimes in.
Edit: In case you’re not aware, made-up-to is the period-end and the period start would have to be derived (if it wasn’t already returned).