{
"accounts_due_status": "string",
"active_statements": "integer",
"advanced_search": "boolean",
"alphabetical_search": "boolean",
"company_name": "string",
"company_status": "string",
"company_status_detail": "string",
"company_type": "string",
"filing_history": [
{
"category": "string",
"description": "string",
"document_metadata": "boolean",
"original_description": "string",
"resolutions": [
{
"barcode": "string",
"category": "string",
"delta_at": "string",
"description": "string",
"subcategory": "string",
"type": "string"
}
],
"sub_category": "string",
"type": "string"
}
],
"has_super_secure_pscs": "boolean",
"has_uk_establishment": "boolean",
"is_company_number_padding": "boolean",
"jurisdiction": "string",
"number_of_appointments": "integer",
"number_of_pscs": "integer",
"officer_roles": [
"string"
],
"psc_active": "boolean",
"psc_type": "string",
"registered_office_is_in_dispute": "boolean",
"registers": [
{
"register_moved_to": "string",
"register_type": "string"
}
],
"sub_type": "string",
"withdrawn_statements": "integer"
}
Name | Type | Description | Additional |
---|---|---|---|
accounts_due_status | string |
The accounts due status of the test company to generate. Defaults to Possible values are:
|
Optional |
active_statements | integer |
Integer value to determine the number of active PSC statements to create. Defaults to 1 or |
Optional |
advanced_search | boolean |
Boolean value to determine if the company is included in the advanced search. Defaults to false. |
Optional |
alphabetical_search | boolean |
Boolean value to determine if the company is included in the alphabetical search. Defaults to false. |
Optional |
company_name | string |
The name of the company. Creates a company with the name provided and appended with company number. Defaults to a randomly generated name. |
Optional |
company_status | string |
The company_status of the test company to generate. Defaults to Possible values are:
|
Optional |
company_status_detail | string |
The company status detail of the test company to generate. Defaults to Possible values are:
|
Optional |
company_type | string |
The company type of the test company to generate. Defaults to Possible values are:
|
Optional |
filing_history[] | array |
The filing history of the test company to generate. Defaults to |
Optional |
filing_history[].category | string |
The category of the filing history |
Optional |
filing_history[].description | string |
The description of the filing history |
Optional |
filing_history[].document_metadata | boolean |
Adds document metadata to link self, default value is false |
Optional |
filing_history[].original_description | string |
The original description of the filing history |
Optional |
filing_history[].resolutions[] | array |
The resolutions associated with the filing history |
Optional |
filing_history[].resolutions[].barcode | string |
Barcode value for resolutions type. Defaults to an empty string |
Optional |
filing_history[].resolutions[].category | string |
Resolutions category for resolutions type (e.g., |
Optional |
filing_history[].resolutions[].delta_at | string |
Convert date for delta at format and stores as string |
Optional |
filing_history[].resolutions[].description | string |
Description for resolutions type (e.g., |
Optional |
filing_history[].resolutions[].subcategory | string |
Sub category for resolutions type (e.g., |
Optional |
filing_history[].resolutions[].type | string |
Type for the resolutions type (e.g., |
Optional |
filing_history[].sub_category | string |
The sub category of the filing history |
Optional |
filing_history[].type | string |
The type of the filing history |
Optional |
has_super_secure_pscs | boolean |
Whether the test company has super secure PSCs. Defaults to not having super secure PSCs |
Optional |
has_uk_establishment | boolean |
Boolean value to determine if the oversea company has a UK establishment. Defaults to false. A |
Optional |
is_company_number_padding | boolean |
Boolean value to determine if the company number padding is enabled. Defaults to false. If true, the company number will be padded with leading three zeros to a length of eight characters. |
Optional |
jurisdiction | string |
The jurisdiction of the test company to generate. Defaults to Possible values are:
|
Optional |
number_of_appointments | integer |
The number of appointments for the test company to generate. Defaults to |
Optional |
number_of_pscs | integer |
The number of PSCs to create. Defaults to 0. Can be used to create multiple PSCs. Has a maximum allowed value of 20 |
Optional |
officer_roles[] | array of string |
Possible values are:
|
Optional |
psc_active | boolean |
Boolean value to determine if the PSCs are active or ceased. To be used alongside PSC requests. Where a request is creating multiple PSCs, a false value here will set the first PSC to inactive. Defaults to true. |
Optional |
psc_type | string |
The type of PSC to create. Defaults to Possible values are:
|
Optional |
registered_office_is_in_dispute | boolean |
Boolean value to determine if the registered office is in dispute. Defaults to false. |
Optional |
registers[] | array | Optional | |
registers[].register_moved_to | string |
Where the register has been moved to |
Optional |
registers[].register_type | string |
The type of the register |
Optional |
sub_type | string |
The company sub type of the test company to generate. Defaults to Possible values are:
|
Optional |
withdrawn_statements | integer |
Integer value to determine the number of withdrawn PSC statements to create. Defaults to 0. Has a maximum allowed value of 20. |
Optional |