Перейти к основному содержанию
GET
/
v1
/
plus
/
manage
/
products
/
{id}
/
companies
cURL
curl --request GET \
  --url https://api.example.com/v1/plus/manage/products/{id}/companies/
[
  {
    "id": 123,
    "price": "<string>",
    "company": 123,
    "count": -1,
    "published": true,
    "extra": "<unknown>"
  }
]

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

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

Ответ

200 - application/json
id
integer
обязательно
price
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
company
integer
обязательно
count
integer
Требуемый диапазон: -2147483648 <= x <= 2147483647
published
boolean
extra
any