Модуль обработки заявок сайта vbr.ru
Программный модуль "Модуль обработки заявок сайта vbr.ru" - приложение и веб-сервис - это программное обеспечение, предназначенное для сбора заявок пользователей на продукты финансовых организаций, подбора предложений финансовых услуг на основе данных заявки, отправки заявки в финансовые организации, отслеживания статуса отправленных заявок и автоматизации отчетности в зависимости от типа продукта и финансовой организации.
Информация о правообладателе
ООО “Выберу.ру Маркетплейс”
ИНН: 7726477597 ОГРН:1217700241010
Юридический адрес: 117105, Москва, ш. Варшавское, д.29, к. 1, каб. 7
Описание функциональных характеристик сервиса
В интегрируемые финансовые организации входят банки, микрофинансовые организации, кредитные бюро.
Возможными продуктами финансовых организаций являются: депозиты, кредиты, ипотека, автокредиты, кредитные и дебетовые карты, займы и т.п.
Функциональные возможности модуля включают в себя:
- регистрацию заявки от пользователя на получение конкретного продукта;
- регистрацию заявки пользователя на получение конкретного типа продукта;
- отправку заявки в одну или несколько финансовых организаций;
- отслеживание статусов заявок;
- запрос скоринга из кредитного бюро;
- управление критериями соответствия продуктов заявкам;
- отчётность;
- загрузку отчетов партнеров для сверки статусов заявок.
Получение доступа к сервису
Чтобы получить доступ к сервису, необходимо обратиться к правообладателю для получения персонального токена и эндпоинта. Контакты для обращения:
Email: info@vbr.ru
Телефон: 8 (800) 500-34-23
Информация о стоимости сервиса
Сервис предоставляется на бесплатной основе. Подробные условия можно запросить у правообладателя по электронной почте: info@vbr.ru
Информация по эксплуатации
Способ применения
Данный модуль не предназначен для прямого использования пользователями и не имеет графического интерфейса. Он предназначен для интеграции разработчиками в составе другого ПО.
Адрес размещения сервиса и информация для подключения
Сервис размещен по адресу http://10.77.111.89:5000 Для доступа к нему потребуется подключиться к приватной сети (VPN) при помощи клиента OpenVPN. Для получения доступа к приватной сети обратитесь к правообладателю по электронной почте: info@vbr.ru
Документация по использованию сервиса
Набор методов, формат запросов и ответов, а также возможность интерактивного выполнения команд предоставляется самим сервисом посредством визуального интерфейса Swagger, размещенного по адресу http://10.77.111.89:5000/swagger.
Получение токена безопасности
Для авторизации в системе управления заявками, все запросы должны отправляться с прикреплённым токеном безопасности – цифровым ключом. Для получения ключа следует направить запрос на info@vbr.ru. При передаче токена в сервис, разработчику требуется прикрепить его как заголовок запроса.
Пример заголовка:
| Название | Содержимое | |
|---|---|---|
| Authorization | Bearer 49027540-328r0f94834h09f3 |
Для обращения к каждому методу модуля обработки заявок требуется прикреплять токен безопасности, если не указано обратное у конкретного метода.
Регистрация заявки
После сбора данных заявки от пользователя данные регистрируются в модуле вызовом метода API /api/v1/Order/add.
Варианты ответов модуля:
- При успешной регистрации заявки будет возвращён её идентификатор. Идентификатор требуется для отслеживания статуса конкретной заявки и для управления.
- При ошибке регистрации заявки, будет указан список нарушений. Например, указан ошибочный номер телефона или паспортные данные указаны с ошибкой.
Добавление финансовой организации
Список интеграций с финансовыми организациями фиксирован, интеграции реализуются разработчиками Выберу.ру. Методы управления API позволяют включать и выключать данные интеграции.
Для обеспечения возможности отправки заявки в финансовую организацию, требуется добавить критерий соответствия продукта заявкам. Это делается вызовом метода API /api/v1/order/adm/criteria/insert/. Добавление критерия позволит определять в какие финансовые организации возможно отправить заявку (например, проверить соответствие суммы кредита минимально или максимально допустимым значениям, проверить срок кредита, соответствие рабочего стажа заявителя требованиям и т.п.).
После добавления критерия, для зарегистрированной заявки возможно получить список доступных получателей заявки. Для этого вызывается метод API /api/v1/Order/reciever, который возвращает идентификаторы финансовых организаций и их описание для предоставления пользователю.
Отправка заявки в финансовую организацию
Для отправки зявки в финансовую организацию, передадим с метод API /api/v1/Order/reciever/addsingle идентификаторы заявки и организации. После связывания заявки и организации, отправка заявки произойдёт автоматически. При ошибке отправки заявки, автоматически будут предприняты повторные попытки отправки. После отправки заявки, финансовые организации будут автоматически опрашиваться для отслеживания изменения статуса заявки. Отслеживание статуса заявки прекращается при достижении финального состояния (выдана, отклонена, дубликат).
Отчётность
Для системы администрирования предусмотрены методы API /api/v1/order/adm/order и /api/v1/order/adm/request, возвращающие данные о зарегистрированных заявках пользователей и их копиях отправленных в каждую финансовую организацию (с отслеживанием статуса для каждой организации).
Для работы с отзывами пользователей по заявкам и отчётности по ним предусмотрены следующие методы:
- /api/v1/order/request/feedback/add - позволяет зарегистрировать обратный отзыв пользователя по конкретной заявке;
- /api/v1/order/adm/request-feedback - возвращает данные об отзывах для системы администрирования для обеспечения работы службы поддержки пользователей.
Описание методов и моделей
VBR - Order API
Access
- APIKey KeyParamName:Authorization KeyInQuery:false KeyInHeader:true
Methods
[ Jump to Models ]Table of Contents
AdminOrderRequest
Contact
Geo
get /api/v1/order/Geo/getForCashloanget /api/v1/order/Geo/getForMfoget /api/v1/order/Geo/getForMortgagepost /api/v1/order/Geo/getpost /api/v1/order/Geo/validateAddress
Integration
get /api/v1/order/adm/Integrationpost /api/v1/order/adm/Integration/searchByIdspost /api/v1/order/adm/Integration/search
Order
post /api/v1/Order/addpost /api/v1/Order/changeOrderMethodpost /api/v1/Order/checkOrderByClickIdpost /api/v1/Order/checkduplicatepost /api/v1/Order/copypost /api/v1/Order/fetch-scorespost /api/v1/Order/getLastOrderForPhonepost /api/v1/Order/getpost /api/v1/Order/get-scorepost /api/v1/Order/listpost /api/v1/Order/payloadpost /api/v1/Order/reciever/addpost /api/v1/Order/reciever/addsinglepost /api/v1/Order/reciever/checkpost /api/v1/Order/recieverpost /api/v1/Order/redirectRegistrationpost /api/v1/Order/set-statepost /api/v1/Order/statuspost /api/v1/Order/update
OrderRequest
post /api/v1/order/request/feedback/addpost /api/v1/order/request/feedback/infopost /api/v1/order/request/set-statepost /api/v1/order/request/set-states
Organization
Reference
get /api/v1/order/Reference/getget /api/v1/order/Reference/getlistget /api/v1/order/Reference/getmapped
Service
post /api/v1/order/Service/getDebtLoadRatiopost /api/v1/order/Service/getMonthlyPaymentpost /api/v1/order/Service/updateDebtLoadRatio
User
AdminOrderRequest
post /api/v1/order/adm/orderConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
{ "correlationId" : "eb928471-9a88-424a-8346-9573cde9339d", "data" : { "page" : 0, "itemsPerPage" : 20, "dateFrom" : "2020-01-01T00:00:00", "dateTo" : "2022-11-24T17:41:28.8301704+00:00", "fetchContent" : false, "integrationId" : "00000000-0000-0000-0000-000000000000", "fetchExcludedCriterias" : false } }Return type
Example data
{
"data" : {
"total" : 9,
"items" : [ {
"offers" : [ {
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"sourceId" : 1,
"tagId" : 6,
"userScore" : 1,
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"debtLoadRatio" : 4.965218492984954,
"lastStateModifyDate" : "2000-01-23T04:56:07.000+00:00",
"content" : "content",
"orderMethod" : "UnifiedForm",
"payload" : "payload",
"orderRequestCount" : 7,
"offersCount" : 1,
"currentDebtLoadRatio" : 5.025004791520295,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"state" : 1,
"jsonContent" : "jsonContent",
"lastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"productType" : "Any",
"issueCity" : "issueCity",
"excludedCriterias" : {
"exclusions" : [ {
"reasons" : [ {
"actualValue" : "actualValue",
"key" : "key"
}, {
"actualValue" : "actualValue",
"key" : "key"
} ],
"criteria" : {
"orderType" : "Unknown",
"estateType" : "Unknown",
"debtLoadRatioMax" : 7,
"ageMax" : 5,
"workIncomeMin" : 3,
"experienceMin" : 7,
"occupationTypes" : "Unknown",
"enabled" : true,
"experienceMax" : 9,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"minEducationLvl" : "Unknown",
"daysMax" : 2,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"mortgageType" : "Unknown",
"dontCheckCustomLimits" : true,
"sumMin" : 0.8008281904610115,
"daysMin" : 5,
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ageMin" : 1,
"workIncomeMax" : 2,
"clientOfferId" : "clientOfferId",
"sumMax" : 6.027456183070403,
"offerId" : "offerId",
"nbkiRatingMin" : 4,
"popupText" : "popupText"
}
}, {
"reasons" : [ {
"actualValue" : "actualValue",
"key" : "key"
}, {
"actualValue" : "actualValue",
"key" : "key"
} ],
"criteria" : {
"orderType" : "Unknown",
"estateType" : "Unknown",
"debtLoadRatioMax" : 7,
"ageMax" : 5,
"workIncomeMin" : 3,
"experienceMin" : 7,
"occupationTypes" : "Unknown",
"enabled" : true,
"experienceMax" : 9,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"minEducationLvl" : "Unknown",
"daysMax" : 2,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"mortgageType" : "Unknown",
"dontCheckCustomLimits" : true,
"sumMin" : 0.8008281904610115,
"daysMin" : 5,
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ageMin" : 1,
"workIncomeMax" : 2,
"clientOfferId" : "clientOfferId",
"sumMax" : 6.027456183070403,
"offerId" : "offerId",
"nbkiRatingMin" : 4,
"popupText" : "popupText"
}
} ]
}
}, {
"offers" : [ {
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ],
"sourceId" : 1,
"tagId" : 6,
"userScore" : 1,
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"debtLoadRatio" : 4.965218492984954,
"lastStateModifyDate" : "2000-01-23T04:56:07.000+00:00",
"content" : "content",
"orderMethod" : "UnifiedForm",
"payload" : "payload",
"orderRequestCount" : 7,
"offersCount" : 1,
"currentDebtLoadRatio" : 5.025004791520295,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"state" : 1,
"jsonContent" : "jsonContent",
"lastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"productType" : "Any",
"issueCity" : "issueCity",
"excludedCriterias" : {
"exclusions" : [ {
"reasons" : [ {
"actualValue" : "actualValue",
"key" : "key"
}, {
"actualValue" : "actualValue",
"key" : "key"
} ],
"criteria" : {
"orderType" : "Unknown",
"estateType" : "Unknown",
"debtLoadRatioMax" : 7,
"ageMax" : 5,
"workIncomeMin" : 3,
"experienceMin" : 7,
"occupationTypes" : "Unknown",
"enabled" : true,
"experienceMax" : 9,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"minEducationLvl" : "Unknown",
"daysMax" : 2,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"mortgageType" : "Unknown",
"dontCheckCustomLimits" : true,
"sumMin" : 0.8008281904610115,
"daysMin" : 5,
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ageMin" : 1,
"workIncomeMax" : 2,
"clientOfferId" : "clientOfferId",
"sumMax" : 6.027456183070403,
"offerId" : "offerId",
"nbkiRatingMin" : 4,
"popupText" : "popupText"
}
}, {
"reasons" : [ {
"actualValue" : "actualValue",
"key" : "key"
}, {
"actualValue" : "actualValue",
"key" : "key"
} ],
"criteria" : {
"orderType" : "Unknown",
"estateType" : "Unknown",
"debtLoadRatioMax" : 7,
"ageMax" : 5,
"workIncomeMin" : 3,
"experienceMin" : 7,
"occupationTypes" : "Unknown",
"enabled" : true,
"experienceMax" : 9,
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"minEducationLvl" : "Unknown",
"daysMax" : 2,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"mortgageType" : "Unknown",
"dontCheckCustomLimits" : true,
"sumMin" : 0.8008281904610115,
"daysMin" : 5,
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ageMin" : 1,
"workIncomeMax" : 2,
"clientOfferId" : "clientOfferId",
"sumMax" : 6.027456183070403,
"offerId" : "offerId",
"nbkiRatingMin" : 4,
"popupText" : "popupText"
}
} ]
}
} ]
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success OrderAdmReportItemsContainerServiceResultpost /api/v1/order/adm/request-feedbackConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
{ "correlationId" : "1cf73833-3d9a-4bd8-8def-43804c1e947c", "data" : { "page" : 0, "itemsPerPage" : 10, "createdFrom" : "2020-01-01T00:00:00", "createdTo" : "2022-11-24T17:41:28.894553+00:00" } }Return type
Example data
{
"data" : {
"total" : 6,
"items" : [ {
"lastName" : "lastName",
"orderType" : "Unknown",
"orderRequestCreationDate" : "2000-01-23T04:56:07.000+00:00",
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"orderMethod" : "UnifiedForm",
"orderState" : "Incomplete",
"orderRequestDeliveryDate" : "2000-01-23T04:56:07.000+00:00",
"firstName" : "firstName",
"phone" : "phone",
"orderRequestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"middleName" : "middleName",
"id" : 0,
"text" : "text",
"email" : "email"
}, {
"lastName" : "lastName",
"orderType" : "Unknown",
"orderRequestCreationDate" : "2000-01-23T04:56:07.000+00:00",
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"orderMethod" : "UnifiedForm",
"orderState" : "Incomplete",
"orderRequestDeliveryDate" : "2000-01-23T04:56:07.000+00:00",
"firstName" : "firstName",
"phone" : "phone",
"orderRequestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"middleName" : "middleName",
"id" : 0,
"text" : "text",
"email" : "email"
} ]
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success OrderRequestFeedbackAdmReportItemsContainerServiceResultpost /api/v1/order/adm/requestConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
{ "correlationId" : "669a59d3-fd00-42d2-9621-c0ec5d808c01", "data" : { "page" : 0, "itemsPerPage" : 10, "dateFrom" : "2020-01-01T00:00:00", "dateTo" : "2022-11-24T17:41:28.6212984+00:00", "fetchContent" : false } }Return type
Example data
{
"data" : {
"total" : 3,
"items" : [ {
"orderType" : "Unknown",
"orderRequestStateResponse" : "orderRequestStateResponse",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"tagId" : 5,
"integrationName" : "integrationName",
"orderRequestTryCount" : 6,
"userPhone" : "userPhone",
"clickId" : "clickId",
"orderRequestState" : "Created",
"userScore" : 2,
"lastStateModifyDate" : "2000-01-23T04:56:07.000+00:00",
"content" : "content",
"productName" : "productName",
"orderState" : 1,
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currentDebtLoadRatio" : 9.301444243932576,
"deliveryDate" : "2000-01-23T04:56:07.000+00:00",
"lastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"issueCity" : "issueCity",
"amount" : 5.637376656633329,
"deliveryTryCount" : 0,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"userName" : "userName",
"debtLoadRatio" : 7.061401241503109,
"orderMethod" : "UnifiedForm",
"orderLastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"response" : "response",
"deliveryState" : "Unknown",
"jsonContent" : "jsonContent"
}, {
"orderType" : "Unknown",
"orderRequestStateResponse" : "orderRequestStateResponse",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"tagId" : 5,
"integrationName" : "integrationName",
"orderRequestTryCount" : 6,
"userPhone" : "userPhone",
"clickId" : "clickId",
"orderRequestState" : "Created",
"userScore" : 2,
"lastStateModifyDate" : "2000-01-23T04:56:07.000+00:00",
"content" : "content",
"productName" : "productName",
"orderState" : 1,
"requestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currentDebtLoadRatio" : 9.301444243932576,
"deliveryDate" : "2000-01-23T04:56:07.000+00:00",
"lastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"issueCity" : "issueCity",
"amount" : 5.637376656633329,
"deliveryTryCount" : 0,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"userName" : "userName",
"debtLoadRatio" : 7.061401241503109,
"orderMethod" : "UnifiedForm",
"orderLastModifyDate" : "2000-01-23T04:56:07.000+00:00",
"response" : "response",
"deliveryState" : "Unknown",
"jsonContent" : "jsonContent"
} ]
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success OrderRequestAdmReportItemsContainerServiceResultContact
post /api/v1/order/Contact/addQuery parameters
Responses
200
Successget /api/v1/order/Email/getQuery parameters
Return type
Example data
[ "", "" ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
SuccessGeo
get /api/v1/order/Geo/getForCashloanQuery parameters
Return type
Example data
[ {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
}, {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successget /api/v1/order/Geo/getForMfoQuery parameters
Return type
Example data
[ {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
}, {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successget /api/v1/order/Geo/getForMortgageQuery parameters
Return type
Example data
[ {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
}, {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successpost /api/v1/order/Geo/getConsumes
This API call consumes the following media types via the Content-Type request header:multipart/form-data
Form parameters
Return type
Example data
[ {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
}, {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successpost /api/v1/order/Geo/validateAddressConsumes
This API call consumes the following media types via the Content-Type request header:multipart/form-data
Form parameters
Return type
Example data
trueProduces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success BooleanIntegration
get /api/v1/order/adm/IntegrationQuery parameters
Return type
Example data
[ {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
}, {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successpost /api/v1/order/adm/Integration/searchByIdsConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : [ {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
}, {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
} ],
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success IntegrationResponseIReadOnlyCollectionServiceResultpost /api/v1/order/adm/Integration/searchConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
{ "correlationId" : "c0fd7e91-8d43-411d-9067-1e608a67dad8", "data" : "" }Return type
Example data
{
"data" : [ {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
}, {
"information" : {
"stepByStepIntegration" : true,
"organizationName" : "organizationName",
"name" : "name",
"description" : "description",
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"allowSendShortForm" : true,
"allowMultipleOffers" : true,
"applicableOrderTypes" : [ "Unknown", "Unknown" ],
"hasAdditionalForm" : true
}
} ],
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success IntegrationResponseIReadOnlyCollectionServiceResultOrder
post /api/v1/Order/addConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success AddOrderResponseServiceResultpost /api/v1/Order/changeOrderMethodConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : true,
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success BooleanServiceResultpost /api/v1/Order/checkOrderByClickIdConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : true,
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success BooleanServiceResultpost /api/v1/Order/checkduplicateConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"isDuplicate" : true
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success CheckDuplicateResponseServiceResultpost /api/v1/Order/copyConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"newOrderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success CopyOrderResponseServiceResultpost /api/v1/Order/fetch-scoresConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : true,
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success BooleanServiceResultpost /api/v1/Order/getLastOrderForPhoneConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"reqCount" : 0,
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"state" : 6
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success LastOrderForPhoneResponseServiceResultpost /api/v1/Order/getConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"AdditionalInfo" : {
"ChangeOfPassport" : true,
"MaritalStatus" : "MaritalStatus",
"TypeOfAdditionalIncome" : 9,
"ChangeOfFullName" : true,
"AdditionalDocumentType" : "AdditionalDocumentType",
"AdditionalIncome" : "AdditionalIncome",
"EducationLevel" : "EducationLevel",
"FamilyIncome" : "FamilyIncome",
"UnderAgeChildrenCount" : 3,
"DateChangeOfFullName" : "DateChangeOfFullName",
"NumberOfDependents" : 7
},
"Ownership" : {
"Car" : true,
"House" : true
},
"Email" : "Email",
"Pensioner" : {
"HavePension" : true,
"PensionerStatus" : "PensionerStatus",
"PensionReasons" : "PensionReasons",
"DocumentNumber" : "DocumentNumber",
"PensionIncome" : "PensionIncome",
"Date" : "Date"
},
"Amount" : "Amount",
"IndividualIntegrations" : [ {
"PropertyName" : "PropertyName",
"Value" : "Value",
"IntegrationId" : "IntegrationId"
}, {
"PropertyName" : "PropertyName",
"Value" : "Value",
"IntegrationId" : "IntegrationId"
} ],
"MortgageType" : "MortgageType",
"LoadingData" : {
"LoanSpending" : 2.027123023002322,
"PreviouslyApplied" : "PreviouslyApplied"
},
"Duration" : {
"Type" : "Type",
"Value" : "Value"
},
"Security" : "Security",
"Addresses" : [ {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
}, {
"Zip" : "Zip",
"FullAddress" : "FullAddress",
"House" : "House",
"City" : "City",
"Okato" : "Okato",
"Date" : "Date",
"Apartments" : "Apartments",
"Oktmo" : "Oktmo",
"Type" : "Type",
"State" : "State",
"FiasId" : "FiasId",
"Region" : "Region",
"Street" : "Street",
"Block" : "Block",
"RegionId" : "RegionId",
"Kladr" : "Kladr"
} ],
"EstateType" : "EstateType",
"Passport" : {
"Series" : "Series",
"Number" : "Number",
"DateOfIssue" : "DateOfIssue",
"Birthplace" : "Birthplace",
"PeriodOfResidenceInYears" : 0,
"IsResidentOfRussianFederation" : true,
"CitizenOfRussianFederation" : true,
"Code" : "Code",
"IssuedBy" : "IssuedBy"
},
"OrderType" : "OrderType",
"Phones" : [ {
"Msisdn" : "Msisdn",
"Type" : "Type",
"Usage" : "Usage"
}, {
"Msisdn" : "Msisdn",
"Type" : "Type",
"Usage" : "Usage"
} ],
"InitialAmount" : "InitialAmount",
"Persons" : [ {
"Relation" : "Relation",
"FirstName" : "FirstName",
"Sex" : "Sex",
"LastName" : "LastName",
"MiddleName" : "MiddleName",
"Birthdate" : "Birthdate"
}, {
"Relation" : "Relation",
"FirstName" : "FirstName",
"Sex" : "Sex",
"LastName" : "LastName",
"MiddleName" : "MiddleName",
"Birthdate" : "Birthdate"
} ],
"WorkInfo" : {
"MonthIncome" : "MonthIncome",
"Okopf" : 1,
"PositionLevel" : 5,
"ActivityArea" : 5,
"Position" : "Position",
"Inn" : "Inn",
"NumberOfEmployees" : 6,
"TotalWorkExperience" : 2,
"Name" : "Name",
"StartDate" : "StartDate",
"CanConfirmEmployment" : true,
"OkopfCode" : "OkopfCode",
"OccupationType" : "OccupationType",
"ProofOfIncome" : "ProofOfIncome"
},
"CreditPurpose" : "CreditPurpose",
"CardHolder" : "CardHolder",
"SecretCode" : "SecretCode",
"DefaultContactPerson" : "DefaultContactPerson"
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success OrderServiceResultpost /api/v1/Order/get-scoreConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"dateTime" : "2000-01-23T04:56:07.000+00:00",
"score" : 0
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success UserScoreServiceResultpost /api/v1/Order/listConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"orders" : [ {
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"tagId" : 5,
"orderStatus" : 6,
"partnerId" : 0,
"requests" : [ {
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"requestStatus" : 5
}, {
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"requestStatus" : 5
} ],
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"totalCount" : 1
}, {
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"tagId" : 5,
"orderStatus" : 6,
"partnerId" : 0,
"requests" : [ {
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"requestStatus" : 5
}, {
"integrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"requestStatus" : 5
} ],
"creationDate" : "2000-01-23T04:56:07.000+00:00",
"totalCount" : 1
} ]
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success FindOrdersResponseServiceResultpost /api/v1/Order/payloadConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"payload" : {
"adsClientId" : "adsClientId",
"orderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"tagId" : 0,
"ip" : "ip",
"clickId" : "clickId",
"userAgent" : "userAgent",
"userScore" : 2,
"b24ContactId" : 5,
"afzIntegrationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"parentOrderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"editMode" : 6,
"abTestInformation" : {
"Index" : 7,
"Said" : "Said"
},
"requestDate" : "2000-01-23T04:56:07.000+00:00",
"regionAlias" : "regionAlias",
"childOrderId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"stepNumber" : 1,
"adsPartnerId" : "adsPartnerId",
"b24LeadtId" : 5
}
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success GetOrderPayloadResponseServiceResultpost /api/v1/Order/reciever/addConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"recievers" : [ {
"orderType" : "Unknown",
"stepByStepIntegration" : true,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isValid" : true,
"clientOfferId" : "clientOfferId",
"isApplicable" : true,
"offerId" : "offerId",
"recieverId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"popupText" : "popupText",
"isUsed" : true,
"hasAdditionalForm" : true
}, {
"orderType" : "Unknown",
"stepByStepIntegration" : true,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isValid" : true,
"clientOfferId" : "clientOfferId",
"isApplicable" : true,
"offerId" : "offerId",
"recieverId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"popupText" : "popupText",
"isUsed" : true,
"hasAdditionalForm" : true
} ],
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
}
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success AddOrderRecieversResponseServiceResultpost /api/v1/Order/reciever/addsingleConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"reciever" : {
"orderType" : "Unknown",
"stepByStepIntegration" : true,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isValid" : true,
"clientOfferId" : "clientOfferId",
"isApplicable" : true,
"offerId" : "offerId",
"recieverId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"popupText" : "popupText",
"isUsed" : true,
"hasAdditionalForm" : true
}
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success AddOrderRecieverResponseServiceResultpost /api/v1/Order/reciever/checkConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"canUse" : true
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success CheckRecieverForPossibilityUseResponseServiceResultpost /api/v1/Order/recieverConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"recievers" : [ {
"orderType" : "Unknown",
"stepByStepIntegration" : true,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isValid" : true,
"clientOfferId" : "clientOfferId",
"isApplicable" : true,
"offerId" : "offerId",
"recieverId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"popupText" : "popupText",
"isUsed" : true,
"hasAdditionalForm" : true
}, {
"orderType" : "Unknown",
"stepByStepIntegration" : true,
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"isValid" : true,
"clientOfferId" : "clientOfferId",
"isApplicable" : true,
"offerId" : "offerId",
"recieverId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"popupText" : "popupText",
"isUsed" : true,
"hasAdditionalForm" : true
} ],
"alternateRecieversByPeriod" : [ null, null ],
"alternateRecieversBySum" : [ null, null ],
"alternateDays" : 6,
"alternateSum" : 0.8008281904610115
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success GetAvailOrderRecieversResponseServiceResultpost /api/v1/Order/redirectRegistrationQuery parameters
Responses
200
Successpost /api/v1/Order/set-stateConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
}
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success SetOrderStateResponseServiceResultpost /api/v1/Order/statusConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
},
"state" : 0
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success GetOrderStatusResponseServiceResultpost /api/v1/Order/updateConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"validationResult" : {
"isError" : true,
"isWarning" : true,
"isValid" : true,
"items" : [ {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
}, {
"isError" : true,
"isWarning" : true,
"propertyName" : "propertyName",
"description" : "description"
} ]
}
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success UpdateOrderResponseServiceResultOrderRequest
post /api/v1/order/request/feedback/addConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"feedbackId" : 0
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success AddOrderRequestFeedbackResponseServiceResultpost /api/v1/order/request/feedback/infoConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : {
"orderType" : "Unknown",
"productId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"orderRequestId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success OrderRequestDataForFeedbackResponseServiceResultpost /api/v1/order/request/set-stateConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : { },
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success SetOrderRequestStateResponseServiceResultpost /api/v1/order/request/set-statesConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"data" : { },
"success" : true,
"correlationId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success SetOrderRequestStateResponseServiceResultOrganization
get /api/v1/order/OrganizationQuery parameters
Return type
Example data
{
"address" : "address",
"phone" : "phone",
"okopf" : "okopf",
"name" : "name",
"inn" : "inn",
"employeeCount" : 0
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success Organizationget /api/v1/order/Organization/searchQuery parameters
Return type
Example data
[ {
"address" : "address",
"phone" : "phone",
"okopf" : "okopf",
"name" : "name",
"inn" : "inn",
"employeeCount" : 0
}, {
"address" : "address",
"phone" : "phone",
"okopf" : "okopf",
"name" : "name",
"inn" : "inn",
"employeeCount" : 0
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
SuccessReference
get /api/v1/order/Reference/getQuery parameters
Return type
Example data
{
"code" : "code",
"orderCost" : 0,
"value" : "value",
"key" : "key"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/json
Responses
200
Success ReferenceItemget /api/v1/order/Reference/getlistQuery parameters
Return type
Example data
[ {
"code" : "code",
"orderCost" : 0,
"value" : "value",
"key" : "key"
}, {
"code" : "code",
"orderCost" : 0,
"value" : "value",
"key" : "key"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successget /api/v1/order/Reference/getmappedQuery parameters
Return type
Example data
{
"code" : "code",
"orderCost" : 0,
"value" : "value",
"key" : "key"
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/json
Responses
200
Success ReferenceItemService
post /api/v1/order/Service/getDebtLoadRatioConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Return type
Example data
{
"monthlyPayment" : 1.4658129805029452,
"currentDebtLoadRatio" : 0.8008281904610115,
"debtLoadRatio" : 6.027456183070403
}Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success DebtLoadRatioResponsepost /api/v1/order/Service/getMonthlyPaymentConsumes
This API call consumes the following media types via the Content-Type request header:application/json-patch+jsonapplication/jsontext/jsonapplication/*+jsonapplication/xmltext/xmlapplication/*+xml
Request body
Query parameters
Return type
Example data
0.8008281904610115Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success Doublepost /api/v1/order/Service/updateDebtLoadRatioQuery parameters
Return type
Example data
trueProduces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Success BooleanUser
get /api/v1/order/User/fmsQuery parameters
Return type
Example data
[ {
"data" : {
"code" : "code",
"name" : "name",
"type" : "type",
"region_code" : "region_code"
},
"unrestricted_value" : "unrestricted_value",
"value" : "value"
}, {
"data" : {
"code" : "code",
"name" : "name",
"type" : "type",
"region_code" : "region_code"
},
"unrestricted_value" : "unrestricted_value",
"value" : "value"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
Successget /api/v1/order/User/suggestQuery parameters
Return type
Example data
[ {
"patronymic" : "patronymic",
"gender" : 0,
"surname" : "surname",
"name" : "name",
"value" : "value"
}, {
"patronymic" : "patronymic",
"gender" : 0,
"surname" : "surname",
"name" : "name",
"value" : "value"
} ]Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.text/plainapplication/jsontext/jsonapplication/xmltext/xml
Responses
200
SuccessModels
[ Jump to Methods ]Table of Contents
AbTestInformationAddOrderRecieverRequestAddOrderRecieverRequestServiceRequestAddOrderRecieverResponseAddOrderRecieverResponseServiceResultAddOrderRecieversRequestAddOrderRecieversRequestServiceRequestAddOrderRecieversResponseAddOrderRecieversResponseServiceResultAddOrderRequestAddOrderRequestFeedbackRequestAddOrderRequestFeedbackRequestServiceRequestAddOrderRequestFeedbackResponseAddOrderRequestFeedbackResponseServiceResultAddOrderRequestServiceRequestAddOrderResponseAddOrderResponseServiceResultAdditionalInfoAddressAddressTypeBooleanServiceResultChangeOrderMethodRequestChangeOrderMethodRequestServiceRequestCheckDuplicateRequestCheckDuplicateRequestServiceRequestCheckDuplicateResponseCheckDuplicateResponseServiceResultCheckOrderByClickIdRequestCheckOrderByClickIdRequestServiceRequestCheckRecieverForPossibilityUseRequestCheckRecieverForPossibilityUseRequestServiceRequestCheckRecieverForPossibilityUseResponseCheckRecieverForPossibilityUseResponseServiceResultCopyOrderRequestCopyOrderRequestServiceRequestCopyOrderResponseCopyOrderResponseServiceResultDebtLoadRatioRequestDebtLoadRatioResponseDeliveryStateEducationLevelEstateTypeExcludedCriteriaRecordExcludedCriteriasExclusionReasonFetchScoresRequestFetchScoresRequestServiceRequestFindOrdersRequestFindOrdersRequestServiceRequestFindOrdersResponseFindOrdersResponseServiceResultFindOrdersResponse_OrderFindOrdersResponse_RequestGeo_get_bodyGeo_validateAddress_bodyGetAvailOrderRecieversRequestGetAvailOrderRecieversRequestServiceRequestGetAvailOrderRecieversResponseGetAvailOrderRecieversResponseServiceResultGetLastOrderForPhoneRequestGetLastOrderForPhoneRequestServiceRequestGetOrderPayloadRequestGetOrderPayloadRequestServiceRequestGetOrderPayloadResponseGetOrderPayloadResponseServiceResultGetOrderStatusRequestGetOrderStatusRequestServiceRequestGetOrderStatusResponseGetOrderStatusResponseServiceResultGuidArrayServiceRequestGuidServiceRequestIndividualIntegrationDataIntegrationInformationIntegrationResponseIntegrationResponseIReadOnlyCollectionServiceResultLastOrderForPhoneResponseLastOrderForPhoneResponseServiceResultLoadingDataLocalReferenceTypeMortgageTypeOccupationTypeOrderOrderAdmReportOrderAdmReportItemsContainerOrderAdmReportItemsContainerServiceResultOrderMethodOrderOfferInfoOrderPayloadOrderReportRequestOrderReportRequestServiceRequestOrderRequestAdmReportOrderRequestAdmReportItemsContainerOrderRequestAdmReportItemsContainerServiceResultOrderRequestDataForFeedbackRequestOrderRequestDataForFeedbackRequestServiceRequestOrderRequestDataForFeedbackResponseOrderRequestDataForFeedbackResponseServiceResultOrderRequestFeedbackAdmReportOrderRequestFeedbackAdmReportItemsContainerOrderRequestFeedbackAdmReportItemsContainerServiceResultOrderRequestFeedbackRequestOrderRequestFeedbackRequestServiceRequestOrderRequestPayloadOrderRequestReportRequestOrderRequestReportRequestServiceRequestOrderRequestStateOrderServiceResultOrderStateOrderTypeOrganizationOwnershipPassportPensionerPeriodPersonPhoneProductTypeRecieverRecipientCriteriaReferenceItemSetOrderRequestStateRequestSetOrderRequestStateRequestIReadOnlyCollectionServiceRequestSetOrderRequestStateRequestServiceRequestSetOrderRequestStateResponseSetOrderRequestStateResponseServiceResultSetOrderStateRequestSetOrderStateRequestServiceRequestSetOrderStateResponseSetOrderStateResponseServiceResultStringServiceRequestUpdateOrderRequestUpdateOrderRequestServiceRequestUpdateOrderResponseUpdateOrderResponseServiceResultUserDataUserFmsUserFmsDataUserScoreUserScoreRequestUserScoreRequestServiceRequestUserScoreServiceResultValidationItemValidationResultWorkInfo
AddOrderRecieverRequest Up
AddOrderRecieverRequestServiceRequest Up
AddOrderRecieverResponseServiceResult Up
AddOrderRecieversRequest Up
AddOrderRecieversRequestServiceRequest Up
AddOrderRecieversResponseServiceResult Up
AddOrderRequest Up
AddOrderRequestFeedbackRequest Up
AddOrderRequestFeedbackRequestServiceRequest Up
AddOrderRequestFeedbackResponse Up
AddOrderRequestFeedbackResponseServiceResult Up
AddOrderRequestServiceRequest Up
AddOrderResponse Up
AddOrderResponseServiceResult Up
AdditionalInfo Up
Уровень образования
Семейное положение
Address Up
Тип адреса (домашний, рабочий).
AddressType Up
Тип адреса.
ChangeOrderMethodRequestServiceRequest Up
CheckDuplicateRequestServiceRequest Up
CheckDuplicateResponse Up
CheckDuplicateResponseServiceResult Up
CheckOrderByClickIdRequestServiceRequest Up
CheckRecieverForPossibilityUseRequest Up
CheckRecieverForPossibilityUseRequestServiceRequest Up
CheckRecieverForPossibilityUseResponseServiceResult Up
CopyOrderRequest Up
CopyOrderRequestServiceRequest Up
CopyOrderResponse Up
CopyOrderResponseServiceResult Up
DeliveryState Up
Статус доставки заявки потребителю.
EducationLevel Up
Уровень образования
EstateType Up
Тип недвижимости.
ExcludedCriterias Up
ExclusionReason Up
FetchScoresRequest Up
FetchScoresRequestServiceRequest Up
FindOrdersRequest Up
FindOrdersRequestServiceRequest Up
FindOrdersResponse Up
FindOrdersResponseServiceResult Up
FindOrdersResponse_Order Up
GetAvailOrderRecieversRequestServiceRequest Up
GetAvailOrderRecieversResponse Up
GetAvailOrderRecieversResponseServiceResult Up
GetLastOrderForPhoneRequest Up
GetLastOrderForPhoneRequestServiceRequest Up
GetOrderPayloadRequest Up
GetOrderPayloadRequestServiceRequest Up
GetOrderPayloadResponseServiceResult Up
GetOrderStatusRequest Up
GetOrderStatusRequestServiceRequest Up
GetOrderStatusResponse Up
GetOrderStatusResponseServiceResult Up
GuidArrayServiceRequest Up
IndividualIntegrationData Up
Название поля сохраняемое для интеграции
IntegrationInformation Up
IntegrationResponse Up
IntegrationResponseIReadOnlyCollectionServiceResult Up
LastOrderForPhoneResponseServiceResult Up
LoadingData Up
LocalReferenceType Up
Варианты локальных справочнииков
MortgageType Up
Тип ипотеки.
OccupationType Up
Тип занятости.
Order Up
Контактное лицо по умолчанию
Тип кредитного продукта
Тип ипотеки для ипотечных продуктов
Тип недвижимости
Обеспечение кредита
Цель кредита
OrderAdmReport Up
OrderAdmReportItemsContainer Up
OrderAdmReportItemsContainerServiceResult Up
OrderMethod Up
Метод получения запроса.
OrderOfferInfo Up
OrderPayload Up
OrderReportRequest Up
OrderReportRequestServiceRequest Up
OrderRequestAdmReport Up
OrderRequestAdmReportItemsContainer Up
OrderRequestAdmReportItemsContainerServiceResult Up
OrderRequestDataForFeedbackRequest Up
OrderRequestDataForFeedbackRequestServiceRequest Up
OrderRequestDataForFeedbackResponseServiceResult Up
OrderRequestFeedbackAdmReport Up
Отзыв пользователя на запрос на продукт.
Vbr.OrderService.Contracts.Request.Adm.OrderRequestFeedbackRequest
OrderRequestFeedbackAdmReportItemsContainer Up
OrderRequestFeedbackAdmReportItemsContainerServiceResult Up
OrderRequestFeedbackRequest Up
OrderRequestFeedbackRequestServiceRequest Up
OrderRequestPayload Up
OrderRequestReportRequest Up
OrderRequestReportRequestServiceRequest Up
OrderRequestState Up
Состояния заявки банка.
OrderState Up
Статус запроса (бинарное значение)
OrderType Up
Тип кредитного продукта
Passport Up
Pensioner Up
Статус пенсионера
Основание для получения пенсии
Person Up
Тип отношения к заемщику
Phone Up
Тип телефонного номера
Применение телефона
Reciever Up
RecipientCriteria Up
ReferenceItem Up
SetOrderRequestStateRequest Up
SetOrderRequestStateRequestIReadOnlyCollectionServiceRequest Up
SetOrderRequestStateRequestServiceRequest Up
SetOrderRequestStateResponseServiceResult Up
SetOrderStateRequestServiceRequest Up
SetOrderStateResponse Up
SetOrderStateResponseServiceResult Up
UpdateOrderRequest Up
UpdateOrderRequestServiceRequest Up
UpdateOrderResponse Up
UpdateOrderResponseServiceResult Up
UserScoreRequestServiceRequest Up
ValidationResult Up
WorkInfo Up
Тип занятости
Подтверждение дохода.