Перейти к основному содержимому

Поиск клиентов по rnn с учётом ограничения уровня доступа

Возвращает список найденных клиентов с требуемым для доступа уровнем(requiredAccessLevel). Accessible указывает на доступность клиента для текущего пользователя. ClientName заполняется только для accessible пользователей.

Query Parameters
    rnn string required

    rnn

Responses

OK


Schema
  • Array [
  • accessible boolean
    clientId int64
    clientName string
    requiredAccessLevel object
    requiredBranchId int64
    requiredCreditOfficerId int64
    requiredLegalEntityId int64
    requiredOfficerGroupId int64
    requiredSubdivisionId int64
  • ]
GET /main/clients/lookup-by-rnn

Request

Base URL
//localhost
rnn — query required
curl / cURL
curl -L -X GET '//localhost/main/clients/lookup-by-rnn' \
-H 'Accept: */*'