Применить ссудный продукт к залоговому билету
- Инициализация залогового билета 2. Применение ссудного продукта к залоговому билету. Для вызова этого метода в теле запроса передаются поля полученные в предадущем методе инициализации залогового билета. Ответ, полученный этим методом, передатся в теле запроса метода создания залогового билета. 3. Создание залогового билета
Path Parameters
pawnTicketProductId int64 required
pawnTicketProductId
application/json
Request Body required
request
- Array [
- ]
- Array [
- ]
branchId int64
captive boolean
clientId int64
collateralIds int64[]
creationDate date
creditOfficerId int64
currencyId int64
donorId int64
forIssue boolean
id int64
loanAmount double
name string
pawnTicketFieldReq object
adminFee double
calendarDaysPenalty boolean
gracePeriod int32
id int64
interestRateArray object[]
id int64
interestRate double
periodBegin int32
periodEnd int32
lossFee double
mandatoryChargePeriod int32
parkingFeeAtRepayment double
parkingFeeBeforeIssue double
penaltyRates object[]
feeRate double
id int64
interestRate double
keyRateCB double
keyRateCBTypeId int64
periodBegin int32
periodEnd int32
principalRate double
penaltyTypeId int64
repaymentSequenceId int64
storageFeeRate double
trancheDuration int32
vatRate double
warrantyPeriod int32
pawnTicketProductId int64
storingPlaceId int64
subdivisionId int64
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
branchId int64
captive boolean
clientId int64
collateralIds int64[]
creationDate date
creditOfficerId int64
currencyId int64
donorId int64
forIssue boolean
id int64
loanAmount double
name string
pawnTicketFieldReq object
adminFee double
calendarDaysPenalty boolean
gracePeriod int32
id int64
interestRateArray object[]
id int64
interestRate double
periodBegin int32
periodEnd int32
lossFee double
mandatoryChargePeriod int32
parkingFeeAtRepayment double
parkingFeeBeforeIssue double
penaltyRates object[]
feeRate double
id int64
interestRate double
keyRateCB double
keyRateCBTypeId int64
periodBegin int32
periodEnd int32
principalRate double
penaltyTypeId int64
repaymentSequenceId int64
storageFeeRate double
trancheDuration int32
vatRate double
warrantyPeriod int32
pawnTicketProductId int64
storingPlaceId int64
subdivisionId int64
{
"branchId": 0,
"captive": true,
"clientId": 0,
"collateralIds": [
0
],
"creationDate": "2024-11-20",
"creditOfficerId": 0,
"currencyId": 0,
"donorId": 0,
"forIssue": true,
"id": 0,
"loanAmount": 0,
"name": "string",
"pawnTicketFieldReq": {
"adminFee": 0,
"calendarDaysPenalty": true,
"gracePeriod": 0,
"id": 0,
"interestRateArray": [
{
"id": 0,
"interestRate": 0,
"periodBegin": 0,
"periodEnd": 0
}
],
"lossFee": 0,
"mandatoryChargePeriod": 0,
"parkingFeeAtRepayment": 0,
"parkingFeeBeforeIssue": 0,
"penaltyRates": [
{
"feeRate": 0,
"id": 0,
"interestRate": 0,
"keyRateCB": 0,
"keyRateCBTypeId": 0,
"periodBegin": 0,
"periodEnd": 0,
"principalRate": 0
}
],
"penaltyTypeId": 0,
"repaymentSequenceId": 0,
"storageFeeRate": 0,
"trancheDuration": 0,
"vatRate": 0,
"warrantyPeriod": 0
},
"pawnTicketProductId": 0,
"storingPlaceId": 0,
"subdivisionId": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...