Create a test company
POST https://test-data-sandbox.company-information.service.gov.uk/test-data/company
The request body takes a complete createTestCompanyRequestBody resource, containing the following writable properties:
{
"jurisdiction": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
jurisdiction | string |
The jurisdiction of the test company to generate. Defaults to Possible values are:
|
Optional |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created Test company created |
createTestCompanyResponse |
401 | Unauthorized Not authorised to create a test company |