03-12-2018 23:59

Инициализация свойств залога на основе типа залога

POST   /bs-core/main/collaterals/properties/init/collateral-type-id/{collateralTypeId}

Запрос

POST /bs-core/main/collaterals/properties/init/collateral-type-id/101751 HTTP/1.1

{
        "name": null,
        "collateralTypeId": null,
        "depositorId": null,
        "document": "",
        "comment": "",
        "assessedValue": 0,
        "hypothecationValue": 0,
        "collateralProperties": []
}
Описание параметров
Параметр Обязателен Тип данных Описание
collateralTypeId R [int] Идентификатор типа залога
collateralProperties R [collection] Свойства залога
collateralProperties._.value М [string] Значение     [maxLength:512]
collateralProperties._.orderId М [int] Порядковый номер
collateralProperties._.collateralPropertyTypeId М [int] Свойство типа залога
saleBasis R [string] Основание для реализации
saleCode R [string] Код залога для реализации
loanValue R [float] Ссудная стоимость
hypothecationValue R [float] Залоговая стоимость
assessedValue R [float] Оценочная стоимость
comment R [string] Подробное описание
document R [string] Документ
depositorId R [int] Идентификатор залогодателя
name R [string] Название залога

Ответ


                        {
    "status": "ok",
    "timestamp": 1529427203227,
    "data": {
        "name": null,
        "collateralTypeId": 101751,
        "depositorId": null,
        "document": "",
        "comment": "",
        "assessedValue": 0,
        "hypothecationValue": 0,
        "loanValue": 0,
        "saleCode": "",
        "saleBasis": "",
        "collateralProperties": [
            {
                "collateralPropertyTypeId": 101831,
                "value": null,
                "orderId": 0
            },
            {
                "collateralPropertyTypeId": 101832,
                "value": null,
                "orderId": 0
            },
            {
                "collateralPropertyTypeId": 101833,
                "value": null,
                "orderId": 0
            },
            {
                "collateralPropertyTypeId": 101834,
                "value": null,
                "orderId": 0
            },
            {
                "collateralPropertyTypeId": 1018344,
                "value": null,
                "orderId": 0
            }
        ]
    }
}
                    
Описание параметров
Параметр Обязателен Тип данных Описание
collateralProperties R [collection] Свойства залога
collateralProperties._.collateralPropertyTypeId R [int] Свойство типа залога
collateralProperties._.value R [string] Значение     [maxLength:512]
collateralProperties._.orderId R [int] Порядковый номер
saleBasis R [string] Основание для реализации
saleCode R [string] Код залога для реализации
loanValue R [float] Ссудная стоимость
hypothecationValue R [float] Залоговая стоимость
assessedValue R [float] Оценочная стоимость
comment R [string] Подробное описание
document R [string] Документ
depositorId R [int] Идентификатор залогодателя
collateralTypeId R [int] Идентификатор типа залога
name R [string] Название залога