Редактировать элемент справочника 'Кредитные продукты' по ID
Замещает элемент справочника "Кредитные продукты" по ID
Path Parameters
id int64 required
id
application/json
Request Body required
request
active boolean
allowedDonorGroupId int64
beginDate date
branches object[]
calcLoanAmountBase string
Possible values: [COLLATERAL_ASSESSED_VALUE
, COLLATERAL_HYPOTHECATION_VALUE
]
collateralRatio double
contractPrefix string
contractorId int64
creditFieldReq object
creditProductGroupId int64
endDate date
forPremiumLoans boolean
forRepeatedLoans boolean
guarantorsMinQty int32
legalEntityId int64
loanCategoryCBId int64
manualFullCostOfCredit double
maxInitialInstallment double
maxLoanAmount double
maxPeriod int32
minInitialInstallment double
minLoanAmount double
minPeriod int32
name string
periodInTranches boolean
productCode string
scoringSchemaId int64
secondPeriodMaxFraction double
secondPeriodMinFraction double
secondary boolean
subdivisionIds int64[]
tags string[]
Каждый тег должен соответствовать ограничениям: длина строки должна быть < 256 символов, содержать буквы, цифры, подчеркивание или точки; * строка не должна начинаться или заканчиваться на пробел, либо содержать два пробела подряд.
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Schema
integer
Created
Unauthorized
Forbidden
Not Found
PUT /dicts/credit-products/:id
Request
Request
curl / cURL
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'
python / requests
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'
go / native
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'
nodejs / axios
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'
php / guzzle
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'
java / OkHttp
curl -L -X PUT '//localhost/dicts/credit-products/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"active": true,
"allowedDonorGroupId": 0,
"beginDate": "2025-04-15",
"branches": [
{
"branchId": 0,
"id": 0
}
],
"calcLoanAmountBase": "COLLATERAL_ASSESSED_VALUE",
"collateralRatio": 0,
"contractPrefix": "string",
"contractorId": 0,
"creditFieldReq": {
"allowHolidaysPayment": true,
"allowPrepayment": true,
"amountSecondPeriod": 0,
"arrearInterestFirstDay": 0,
"arrearInterestLastDay": 0,
"calcArrearInterest": true,
"calcIntOnDelinqBalanceOnlyAtDelinqIntRate": true,
"calcIntOnIssueDate": true,
"calcInterestOnDelinqBalance": true,
"calendarDaysPenalty": true,
"chargeExtraInterest": true,
"creditLineId": 0,
"dateCalcMethodId": 0,
"delayPenaltyDay": 0,
"delinqIntRateDelay": 0,
"delinquencyIntRate": 0,
"discountingEnabled": true,
"earlyProlongationFromCurrentDate": true,
"extraIntDaysQty": 0,
"fees": [
{
"amountTypeId": 0,
"chargeBaseId": 0,
"chargeMomentId": 0,
"chargePenalty": true,
"compositeValue": "string",
"id": 0,
"includeInTrancheAmountChargeBase": true,
"involvedInFullCostCalc": true,
"notForCharge": true,
"notForRepayment": true,
"value": 0,
"valueTypeId": 0
}
],
"firstWeekendWithoutPenalty": true,
"fixedDelayPenalty": 0,
"forepaymentConsiderationMethodId": 0,
"fullScheduleDatesRecalc": true,
"id": 0,
"intRateFirstPeriod": 0,
"intRateSecondPeriod": 0,
"interestCalcMethodId": 0,
"interestChargeMethodId": 0,
"interestForTranche": 0,
"interestGracePeriod": 0,
"interestLgotPeriod": 0,
"interestLgotRate": 0,
"interestOnLoanAmount": true,
"interestRateTypeId": 0,
"inviteAmountPct": 0,
"inviteDiscountPerFriend": 0,
"inviteMinIntRate": 0,
"keepUsingDelinqIntRate": true,
"mandatoryChargePeriod": 0,
"penaltyRatePeriodFrom": "FROM_DELINQUENCY_START_BY_STATUS",
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"principalDistribMethodId": 0,
"principalParts": [
{
"id": 0,
"part": 0,
"trancheNo": 0
}
],
"prolongationOnNewSchedule": true,
"prolongationPeriod": 0,
"prolongedIntToLastTranche": true,
"qtyDaysStopPenaltyOnClose": 0,
"qtyTranchesFirstPeriod": 0,
"qtyTranchesRepNormSecondPeriod": 0,
"qtyTranchesSecondPeriod": 0,
"repaymentNorm": 0,
"repaymentSequenceId": 0,
"scheduleRecalcEnabled": true,
"shiftFirstRepaymentDate": true,
"shortTermControl": true,
"stopPenaltyOnClose": true,
"trancheCount": 0,
"trancheDuration": 0,
"useDelinqIntRateForPsk": true,
"useDelinqIntRateTillNextTranche": true,
"useEirForDiscounting": true
},
"creditProductGroupId": 0,
"endDate": "2025-04-15",
"forPremiumLoans": true,
"forRepeatedLoans": true,
"guarantorsMinQty": 0,
"legalEntityId": 0,
"loanCategoryCBId": 0,
"manualFullCostOfCredit": 0,
"maxInitialInstallment": 0,
"maxLoanAmount": 0,
"maxPeriod": 0,
"minInitialInstallment": 0,
"minLoanAmount": 0,
"minPeriod": 0,
"name": "string",
"periodInTranches": true,
"productCode": "string",
"scoringSchemaId": 0,
"secondPeriodMaxFraction": 0,
"secondPeriodMinFraction": 0,
"secondary": true,
"subdivisionIds": [
0
],
"tags": [
"string"
]
}'