[
{
"id": "<string>",
"name": "<string>",
"@type": "@krs_company",
"register_type": "<string>",
"legal_form": "<string>",
"regon": "<string>",
"nip": "<string>",
"is_opp": true,
"registered_at": "<string>",
"last_entry_at": "<string>",
"state_as_of": "<string>",
"registered_office_address": {
"@type": "@krs_address",
"country": "<string>",
"voivodeship": "<string>",
"county": "<string>",
"commune": "<string>",
"locality": "<string>",
"street": "<string>",
"building_number": "<string>",
"apartment_number": "<string>",
"postal_code": "<string>",
"post_office": "<string>"
},
"email": "<string>",
"website": "<string>",
"share_capital": {
"@type": "@krs_money",
"value": 123,
"currency": "<string>"
},
"paid_capital": {
"@type": "@krs_money",
"value": 123,
"currency": "<string>"
},
"purpose": "<string>",
"activities": [
{
"@type": "@krs_activity",
"description": "<string>",
"pkd_code": "<string>"
}
],
"representation": {
"@type": "@krs_representation",
"organ_name": "<string>",
"representation_method": "<string>",
"members": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
]
},
"supervisory_bodies": [
{
"@type": "@krs_supervisory_body",
"name": "<string>",
"members": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
]
}
],
"proxies": [
{
"@type": "@krs_officer",
"name": "<string>",
"role": "<string>",
"proxy_type": "<string>",
"is_suspended": true
}
]
}
]