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

saveRepaymentReaccept

saveRepaymentReaccept

Query Parameters
    line-violation boolean

    line-violation

Request Body required

request

    actionTypeId int64
    actionsReq object[]
  • Array [
  • amount object
    foreign double
    local double
    issueDate date
    repaymentDate date
    sign int32
  • ]
  • amountTypeId int64
    collateralActionTypeId int64
    collateralId int64
    contractId int64
    date date-time
    id int64
    outBalance boolean
    paymentTypeId int64
    storingPlaceId int64
    totalAmount object
    foreign double
    local double
Responses

OK


Schema
    actionTypeId int64
    actionsReq object[]
  • Array [
  • actionTypeId int64
    amount object
    foreign double
    local double
    amountTypeId int64
    contractId int64
    id int64
    issueDate date
    operDate date-time
    operationId int64
    outBalance boolean
    paymentTypeId int64
    repaymentDate date
    sign int32
  • ]
  • amountTypeId int64
    autoAccept boolean
    collateralActionTypeId int64
    collateralId int64
    contractId int64
    date date-time
    documentId int64
    documentType string
    fundTransactionId int64
    id int64
    outBalance boolean
    paymentTypeId int64
    realDate date-time
    storeActionsReq object[]
  • Array [
  • collateralActionTypeId int64
    collateralId int64
    contractId int64
    id int64
    loanValue double
    operDate date-time
    operationId int64
    outBalance boolean
    sign int32
    storingPlaceId int64
  • ]
  • storingPlaceId int64
    timeInMillis int64
    totalAmount object
    foreign double
    local double
    userId int32
POST /main/operations/repayment-reaccept/save

Request

Base URL
//localhost
line-violation — query
Body required
{
"actionTypeId": 0,
"actionsReq": [
{
"amount": {
"foreign": 0,
"local": 0
},
"issueDate": "2025-03-31",
"repaymentDate": "2025-03-31",
"sign": 0
}
],
"amountTypeId": 0,
"collateralActionTypeId": 0,
"collateralId": 0,
"contractId": 0,
"date": "2025-03-31T15:16:30.523Z",
"id": 0,
"outBalance": true,
"paymentTypeId": 0,
"storingPlaceId": 0,
"totalAmount": {
"foreign": 0,
"local": 0
}
}
curl / cURL
curl -L -X POST '//localhost/main/operations/repayment-reaccept/save' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"actionTypeId": 0,
"actionsReq": [
{
"amount": {
"foreign": 0,
"local": 0
},
"issueDate": "2025-03-31",
"repaymentDate": "2025-03-31",
"sign": 0
}
],
"amountTypeId": 0,
"collateralActionTypeId": 0,
"collateralId": 0,
"contractId": 0,
"date": "2025-03-31T15:16:30.523Z",
"id": 0,
"outBalance": true,
"paymentTypeId": 0,
"storingPlaceId": 0,
"totalAmount": {
"foreign": 0,
"local": 0
}
}'