{
"cases": [
{
"dates": [
{
"date": "date",
"type": "string"
}
],
"links": {
"charge": "string"
},
"notes": [
"string"
],
"number": "string",
"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": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
cases[] | array |
List of insolvency cases. |
|
cases[].dates[] | array |
The dates specific to the case. |
|
cases[].dates[].date | date |
The case date, described by |
|
cases[].dates[].type | string |
Describes what date is represented by the associated Possible values are:
|
|
cases[].links | object |
The practitioners for the case. |
Optional |
cases[].links.charge | string |
The link to the charge this case is lodged against. |
Optional |
cases[].notes[] | array of string |
The dates specific to the case. |
Optional |
cases[].number | string |
The case number. |
Optional |
cases[].practitioners[] | array |
The practitioners for the case. |
|
cases[].practitioners[].address[] | array |
The practitioners' address. |
|
cases[].practitioners[].address[].address_line_1 | string |
The first line of the address. |
|
cases[].practitioners[].address[].address_line_2 | string |
The second line of the address. |
Optional |
cases[].practitioners[].address[].country | string |
The country. |
Optional |
cases[].practitioners[].address[].locality | string |
The locality. For example London. |
Optional |
cases[].practitioners[].address[].postal_code | string |
The postal code. For example CF14 3UZ. |
Optional |
cases[].practitioners[].address[].region | string |
The region. For example Surrey. |
Optional |
cases[].practitioners[].appointed_on | date |
The date the practitioner was appointed on. |
Optional |
cases[].practitioners[].ceased_to_act_on | date |
The date the practitioner ceased to act for the case. |
Optional |
cases[].practitioners[].name | string |
The name of the practitioner. |
|
cases[].practitioners[].role | string |
The type of role. Possible values are:
|
Optional |
cases[].type | string |
The type of case.
For enumeration descriptions see Possible values are:
|
|
etag | string |
The ETag of the resource. |
|
status | string |
Company insolvency status details Possible values are:
|
Optional |