companyInsolvency resource
Methods
- get - Get company insolvency information
Resource Representation
{
"cases" : [
{
"dates" : [
{
"date" : "date",
"type" : "string"
}
],
"links" : {
"charge" : "string"
},
"notes" : [
"string"
],
"number" : "integer",
"practitioners" : [
{
"address" : {
"address_line_1" : "string",
"address_line_2" : "string",
"country" : "string",
"locality" : "string",
"postal_code" : "string",
"region" : "string"
},
"appointed_on" : "date",
"ceased_to_act_on" : "date",
"name" : "string",
"role" : "string"
}
],
"type" : "string"
}
],
"etag" : "string",
"status" : [
null
]
}
Case date logic
The date fields that are returned in the case_dates
array differ depending on the insolvency case type as follows:
Case Type | Expected Case Date Fields | Additional |
---|---|---|
compulsory-liquidation |
|
The dissolved-on date will be returned instead of due-to-be-dissolved-on after the company has been dissolved |
creditors-voluntary-liquidation |
|
The dissolved-on date will be returned instead of due-to-be-dissolved-on after the company has been dissolved |
members-voluntary-liquidation |
|
due-to-be-dissolved-on after the company has been dissolved |
in-administration |
|
The dissolved-on date will be returned instead of due-to-be-dissolved-on after the company has been dissolved |
corporate-voluntary-arrangement |
|
|
corporate-voluntary-arrangement-moratorium |
|
|
administration-order |
|
|
receiver-manager |
|
|
administrative-receiver |
|
|
receivership |
|
|
foreign-insolvency |
There are no dates for this case type |