Companies API

Show company

GET /rest/v1/subjects/companies/:id

This method shows company

Request

Headers

Accept: application/json
Content-Type: application/json

Route

GET /rest/v1/subjects/companies/92646201

Response

Headers

Content-Type: application/json; charset=utf-8

Status

200 OK

Body

{
  "company": {
    "n_company_id": 92646201,
    "n_opf_id": 1041,
    "vc_opf_code": "ООО",
    "vc_opf_name": "Общество с ограниченной ответственностью",
    "vc_code": "Готэм Телеком",
    "vc_eng_code": "Gotham Telecom",
    "vc_name": "ООО \"Готэм Телеком\"",
    "vc_eng_name": "Gotham Telecom LLC",
    "vc_inn": "4684220813",
    "vc_kpp": "648299050",
    "n_subject_id": 92646201,
    "n_subj_type_id": 1001,
    "n_parent_subj_id": null,
    "n_subj_state_id": 2011,
    "vc_subj_state_name": "Активен",
    "n_base_subject_id": 92646201,
    "n_firm_id": 100,
    "vc_firm": "Offline Telecom",
    "n_region_id": 40230101,
    "vc_region": "г. Москва",
    "n_owner_id": 100,
    "vc_subj_name": "ООО \"Готэм Телеком\"",
    "vc_subj_code": "Готэм Телеком",
    "t_tags": [

    ],
    "vc_tags": null,
    "vc_rem": null,
    "vc_code_upper": "ГОТЭМ ТЕЛЕКОМ",
    "vc_name_upper": "ООО \"ГОТЭМ ТЕЛЕКОМ\"",
    "vc_subj_code_upper": "ГОТЭМ ТЕЛЕКОМ",
    "vc_subj_name_upper": "ООО \"ГОТЭМ ТЕЛЕКОМ\"",
    "n_subj_group_id": null,
    "vc_subj_group_name": null
  },
  "navigation": {
    "self": "http://example.org/rest/v1/subjects/companies/92646201",
    "customers": [

    ],
    "addresses": "http://example.org/rest/v1/subjects/companies/92646201/addresses",
    "companies": "http://example.org/rest/v1/subjects/companies"
  }
}