Im trying to set up the the Company Register API but have found an issue with the data returned.
The Json below was returned for company number 07205297. Within the Json the usual-residential-address is hyphenated and therefore does not match the resource representation that you provide and also we are unable to specify hyphenated variable names so this throws an error when deserializing the provided JSON
{“links”:{“self”:"/company/07205297/registers"},“kind”:“registers”,“registers”:{“usual-residential-address”:{“items”:[{“register_moved_to”:“public-register”,“moved_on”:“2016-07-11”}]}}}