Получить Юр. лицо по ID
Получить элемент справочника "Юр лица" по ID
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
address string
bankId int64
checkForShareholder boolean
correspondingAccount string
id int64
inn_kpp string
name string
ofertaConditionsLink string
ogrn string
settlementAccount string
telephone string
type string
Possible values: [KPK
, LEASING
, LOMBARD
, MFK
, MKK
, MORTGAGE
]
{
"address": "string",
"bankId": 0,
"checkForShareholder": true,
"correspondingAccount": "string",
"id": 0,
"inn_kpp": "string",
"name": "string",
"ofertaConditionsLink": "string",
"ogrn": "string",
"settlementAccount": "string",
"telephone": "string",
"type": "KPK"
}
Unauthorized
Forbidden
Not Found
Loading...