Перейти к основному содержанию
GET
/
v1
/
plus
/
manage
/
companies
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/v1/plus/manage/companies/{id}/
{
  "id": 123,
  "tenant": 123,
  "name": "<string>",
  "rental_point_id": 0,
  "active": true,
  "description": "<string>",
  "extra": "<unknown>"
}

Параметры пути

id
integer
обязательно

Ответ

200 - application/json
id
integer
обязательно
tenant
integer | null
обязательно
name
string
обязательно
Maximum string length: 255
rental_point_id
integer<int64> | null
Требуемый диапазон: -9223372036854776000 <= x <= 9223372036854776000
active
boolean
description
string | null
extra
any