kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Company Status - 'Closed-On' #28

Closed wreid306 closed 8 years ago

wreid306 commented 8 years ago

See screenshot, had a search result bring back 'closed-on' as the company status which doesnt exist in LiberisLabs.CompaniesHouse.Response.CompanyStatus

Can we have this added in please?

screenshot

2016-09-14 14_52_06-khinnect crm

kevbite commented 8 years ago

closed-on isn't even part of their api documentation - https://github.com/companieshouse/api-enumerations/blob/master/constants.yml#L101

Not sure what the difference is between closed and closed-on, unless it means its due to be closed in a future date?

Adding the extra enumeration shouldn't be an issue, I'll try get this sorted tomorrow.

kevbite commented 8 years ago

This is now fixed in version 1.4.7

wreid306 commented 8 years ago

Many Thanks!