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

ContractKitMortgage

Данные по ипотеке

typestring

Possible values: [WITH_MORTGAGE, WITHOUT_MORTGAGE]

amountnumber
mortgageContract object
numberstring

Possible values: <= 255 characters

datedate

Possible values: Value must match regular expression ^[0-9]\{4}-((0[1-9])|(1[0-2]))-[0-9]\{2}(T[0-9]\{2}:[0-9]\{2}:[0-9]\{2}(()|(.[0-9]\{1,6})(Z|([+-](0[0-9]|1[0-2]):([0-5][0-9])))|(.[0-9]\{1,6}))|)$

monthsint32

Possible values: <= 2147483647

ContractKitMortgage
{
"type": "WITH_MORTGAGE",
"amount": 0,
"mortgageContract": {
"number": "string",
"date": "2024-07-29",
"months": 0
}
}