Group Company

The group-company endpoint lists other businesses that share a relationship with the current business.

Example URL:

https://api2.redflagalert.net/v4/companies/01777777/group-company/

JSON Structure:

{
	"data": [{
		"dissolution_date": null,
		"last_updated": "2016-07-14",
		"addresses": [{
			"town": null,
			"address_line_2": "HARMONDSWORTH",
			"county": null,
			"location": {
				"lat": 51.5373252879822,
				"lon": -0.487355421766335
			},
			"address_line_4": "MIDDLESEX",
			"address_line_1": "WATERSIDE PO BOX 365",
			"type": "registered",
			"address_line_3": "WEST DRAYTON",
			"postcode": "UB7 0GB"
		}],
		"links": {
			"self": "https://api2.redflagalert.net/v4/companies/09619950/"
		},
		"is_limited": true,
		"rfa_rating": {
			"health_rating_code": 5,
			"short_code": "bronze",
			"short_description": "Bronze",
			"long_description": "Bronze companies will be an average credit risk whose financial position and trading results are not as strong as Silver companies. They may even be new companies that have yet to file their accounts. It is likely that not all payments are made to terms and it is advisable to review any monitoring notices received on these companies"
		},
		"parent_company": "01777777",
		"incorporation_date": "2015-06-02",
		"id": "09619950",
		"dissolution_status": null,
		"company_name": "BA HEALTHCARE TRUST LIMITED",
		"type": "company",
		"sic_codes": [
			"74849"
		],
		"tps_registered": false,
		"sic_sections": [
			"K"
		],
		"primary_sic_code": "74849",
		"company_number": "09619950"
	}],
	"links": {
		"self": "https://api2.redflagalert.net/v4/companies/01777777/group-company/?parent_company=01777777",
		"last": "https://api2.redflagalert.net/v4/companies/01777777/group-company/?parent_company=01777777&page%5Boffset%5D=1",
		"first": "https://api2.redflagalert.net/v4/companies/01777777/group-company/?parent_company=01777777&page%5Boffset%5D=1"
	}
}

Attributes

Last updated