Инициализация нового паевого контракта
Инициализация нового паевого контракта для последующего заполнения полей и сохранения.
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
additional boolean
branchId int64
clientAccount boolean
clientId int64
creationDate date
currencyId int64
estimateFee double
fixedEstimateFee double
fixedInsuranceFee double
fixedJoinFee double
id int64
insuranceFee double
joinFee double
name string
shareAmount double
subdivisionId int64
{
"additional": true,
"branchId": 0,
"clientAccount": true,
"clientId": 0,
"creationDate": "2024-11-20",
"currencyId": 0,
"estimateFee": 0,
"fixedEstimateFee": 0,
"fixedInsuranceFee": 0,
"fixedJoinFee": 0,
"id": 0,
"insuranceFee": 0,
"joinFee": 0,
"name": "string",
"shareAmount": 0,
"subdivisionId": 0
}
Unauthorized
Forbidden
Not Found
Loading...