createCollateralLine
createCollateralLine
application/json
Request Body required
request
amount double
availabilityDate date
clientAccountId int64
clientId int64
closeDate date
collateralIds int64[]
creationDate date
creditCardMode boolean
creditLineId int64
creditPeriodFixedFee double
debtRatioCoef double
debtRatioCoefCalcDate date-time
fullCostOfCredit double
fullCostOfCreditInterest double
latePaymentFixedFee double
loanApplicationId int64
name string
ofertaCode string
paymentDay int32
recalcCreditProductId int64
recalcGracePeriod int32
shopId int64
signed boolean
singlePaymentDate boolean
subdivisionId int64
totalPaymentAmount double
uid string
usageFixedFee double
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
amount double
availabilityDate date
clientAccountId int64
clientId int64
closeDate date
collateralIds int64[]
creationDate date
creditCardMode boolean
creditLineId int64
creditPeriodFixedFee double
debtRatioCoef double
debtRatioCoefCalcDate date-time
fullCostOfCredit double
fullCostOfCreditInterest double
id int64
latePaymentFixedFee double
loanApplicationId int64
name string
ofertaCode string
paymentDay int32
recalcCreditProductId int64
recalcDate date-time
recalcGracePeriod int32
shopId int64
signed boolean
singlePaymentDate boolean
subdivisionId int64
totalPaymentAmount double
uid string
usageFixedFee double
{
"amount": 0,
"availabilityDate": "2024-11-20",
"clientAccountId": 0,
"clientId": 0,
"closeDate": "2024-11-20",
"collateralIds": [
0
],
"creationDate": "2024-11-20",
"creditCardMode": true,
"creditLineId": 0,
"creditPeriodFixedFee": 0,
"debtRatioCoef": 0,
"debtRatioCoefCalcDate": "2024-11-20T07:47:13.578Z",
"fullCostOfCredit": 0,
"fullCostOfCreditInterest": 0,
"id": 0,
"latePaymentFixedFee": 0,
"loanApplicationId": 0,
"name": "string",
"ofertaCode": "string",
"paymentDay": 0,
"recalcCreditProductId": 0,
"recalcDate": "2024-11-20T07:47:13.578Z",
"recalcGracePeriod": 0,
"shopId": 0,
"signed": true,
"singlePaymentDate": true,
"subdivisionId": 0,
"totalPaymentAmount": 0,
"uid": "string",
"usageFixedFee": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...