compub/tests/fixtures/companies/legal_form.json

16 lines
239 B
JSON
Raw Normal View History

2022-10-03 09:17:29 +02:00
[
{
"id": 1,
"short": "KG",
"name": "Kommanditgesellschaft",
"country": "DE"
}, {
"id": 2,
"short": "AG",
"name": "Aktiengesellschaft",
"country": "DE"
}, {
"id": 123,
"short": "Ausl.HRB"
}
]