kevbite / CompaniesHouse.NET

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

Question: Is it possible to create a new LTD company using this wrapper/api? #175

Closed sahgilbert closed 2 years ago

sahgilbert commented 2 years ago
  1. Is it possible to create a new LTD company using the companies house REST api?
  2. If so, does this C# wrapper support this functionality?

Thanks

kevbite commented 2 years ago

@sahgilbert sadly the API that this uses does not expose any endpoints to create new companies. This wraps up the Companies House Public Data API.

I don't think there are any endpoints that companies house expose that provide that functionality

sahgilbert commented 2 years ago

Understood, thank you.