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

Применить ссудный продукт к залоговому билету

  1. Инициализация залогового билета 2. Применение ссудного продукта к залоговому билету. Для вызова этого метода в теле запроса передаются поля полученные в предадущем методе инициализации залогового билета. Ответ, полученный этим методом, передатся в теле запроса метода создания залогового билета. 3. Создание залогового билета
Path Parameters
    pawnTicketProductId int64 required

    pawnTicketProductId

Request Body required

request

    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[]
  • Array [
  • id int64
    interestRate double
    periodBegin int32
    periodEnd int32
  • ]
  • lossFee double
    mandatoryChargePeriod int32
    parkingFeeAtRepayment double
    parkingFeeBeforeIssue double
    penaltyRates object[]
  • Array [
  • 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

OK


Schema
    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[]
  • Array [
  • id int64
    interestRate double
    periodBegin int32
    periodEnd int32
  • ]
  • lossFee double
    mandatoryChargePeriod int32
    parkingFeeAtRepayment double
    parkingFeeBeforeIssue double
    penaltyRates object[]
  • Array [
  • 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
Loading...