0
Голосов пока нет
Сервис «Репликация» БД ИС «Адресный регистр»
АО «Банк ЦентрКредит»
production
development
https://api.bcc.kz:10443/bcc/production
Альтернативная точка подключения для вызова сервиса в продуктивной среде. Зарегистрированное на портале developer.bcc.kz приложение должно быть в режиме "PRODUCTION"
production
https://api.bcc.kz/bcc/production
Точка подключения для вызова сервиса в продуктивной среде. Зарегистрированное на портале developer.bcc.kz приложение должно быть в режиме "PRODUCTION"
development
https://api-test.bcc.kz/bcc/production
Точка подключения для вызова сервисов в тестовой среде. Зарегистрированное на портале developer.bcc.kz приложение должно быть в режиме "DEVELOPMENT"
Пути
/dictionary/address/by-rca/{rca}
get /dictionary/address/by-rca/{rca}
Сервис получения адреса по RCA
Authorization
Authorization
(oauth2 application)
Токен аутентификации, полученный при вызове сервиса авторизации
Token URL
https://api.bcc.kz/bcc/production/v2/oauth/token
Scopes
bcc.application.govtech.api
Allow access to Goventment Services API
rca
Required in path
string
Регистрационный код адреса
Accept
Опционально в header
string
application/json
200
200 OK
Пример запроса
Пример ответа
GET https://api.bcc.kz:10443/bcc/production/v1/ar-postindex5/dictionary/address/by-rca/{rca}
Попробуйте выполнить эту операцию
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Определения
{
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time"
},
"error": {
"type": "string"
},
"violations": {
"type": "array",
"items": {
"$ref": "#\/definitions\/Violation"
}
}
}
}
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
{
"properties": {
"pbId": {
"type": "integer",
"description": "id записи",
"format": "int32"
},
"buildingIds": {
"type": "array",
"description": "ИН здания",
"items": {
"type": "string"
}
},
"lastBuildingId": {
"type": "integer",
"description": "Последний ИН здания",
"format": "int32"
},
"geonimIds": {
"type": "array",
"description": "ИН улицы (проспекта, линии...)",
"items": {
"type": "string"
}
},
"lastGeonimId": {
"type": "integer",
"description": "Последний ИН улицы",
"format": "int32"
},
"atsId": {
"type": "array",
"description": "ИН региона",
"items": {
"type": "string"
}
},
"lastAtsId": {
"type": "integer",
"description": "Последний ИН региона",
"format": "int32"
},
"addressShortRu": {
"type": "string",
"description": "Короткий адрес на русс"
},
"addressShortKz": {
"type": "string",
"description": "Короткий адрес на каз"
},
"addressRu": {
"type": "string",
"description": "Адрес на русс"
},
"addressKz": {
"type": "string",
"description": "Адрес на каз"
}
},
"additionalProperties": false
}