Получить элемент справочника 'Магазины' (Outlet) по ID
Метод возвращает элемент справочника "Магазины" (Outlet) по ID.
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
contractorId int64
curatorId int64
employee string
employeePhoneNumber string
id int64
name string
shopAddress string
shopAgentNo string
{
"contractorId": 0,
"curatorId": 0,
"employee": "string",
"employeePhoneNumber": "string",
"id": 0,
"name": "string",
"shopAddress": "string",
"shopAgentNo": "string"
}
Unauthorized
Forbidden
Not Found
Loading...