saveRepaymentReaccept
saveRepaymentReaccept
Query Parameters
line-violation boolean
line-violation
application/json
Request Body required
request
actionTypeId int64
actionsReq object[]
amountTypeId int64
collateralActionTypeId int64
collateralId int64
contractId int64
date date-time
id int64
outBalance boolean
paymentTypeId int64
storingPlaceId int64
totalAmount object
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
actionTypeId int64
actionsReq object[]
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[]
storingPlaceId int64
timeInMillis int64
totalAmount object
userId int32
{
"actionTypeId": 0,
"actionsReq": [
{
"actionTypeId": 0,
"amount": {
"foreign": 0,
"local": 0
},
"amountTypeId": 0,
"contractId": 0,
"id": 0,
"issueDate": "2025-03-31",
"operDate": "2025-03-31T15:16:31.465Z",
"operationId": 0,
"outBalance": true,
"paymentTypeId": 0,
"repaymentDate": "2025-03-31",
"sign": 0
}
],
"amountTypeId": 0,
"autoAccept": true,
"collateralActionTypeId": 0,
"collateralId": 0,
"contractId": 0,
"date": "2025-03-31T15:16:31.465Z",
"documentId": 0,
"documentType": "string",
"fundTransactionId": 0,
"id": 0,
"outBalance": true,
"paymentTypeId": 0,
"realDate": "2025-03-31T15:16:31.465Z",
"storeActionsReq": [
{
"collateralActionTypeId": 0,
"collateralId": 0,
"contractId": 0,
"id": 0,
"loanValue": 0,
"operDate": "2025-03-31T15:16:31.465Z",
"operationId": 0,
"outBalance": true,
"sign": 0,
"storingPlaceId": 0
}
],
"storingPlaceId": 0,
"timeInMillis": 0,
"totalAmount": {
"foreign": 0,
"local": 0
},
"userId": 0
}
Created
Unauthorized
Forbidden
Not Found
POST /main/operations/repayment-reaccept/save
Request
Request
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
}
}'
python / requests
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
}
}'
go / native
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
}
}'
nodejs / axios
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
}
}'
php / guzzle
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
}
}'
java / OkHttp
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
}
}'