Получить элемент справочника 'Банки'
Возвращает элемент справочника "Банки" по ID
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
active boolean
cbRegNumber string
city string
correspondingAccount string
country string
forInternalUse boolean
id int64
inn_kpp string
mfo string
name string
paymentSystem boolean
settlementAccounts object[]
branchId int64
id int64
name string
paymentFeeRate double
swift string
{
"active": true,
"cbRegNumber": "string",
"city": "string",
"correspondingAccount": "string",
"country": "string",
"forInternalUse": true,
"id": 0,
"inn_kpp": "string",
"mfo": "string",
"name": "string",
"paymentSystem": true,
"settlementAccounts": [
{
"branchId": 0,
"id": 0,
"name": "string",
"paymentFeeRate": 0
}
],
"swift": "string"
}
Unauthorized
Forbidden
Not Found
Loading...