Создание нового паевого контракта
application/json
Request Body required
request
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
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
additional boolean
branchId int64
clientAccount boolean
clientId int64
closeDate date-time
contractLine object
id int64
lineLimit int64
contractTypeId int64
createSubdivisionId int64
createUserId int32
creationDate date
currencyId int64
estimateFee double
fixedEstimateFee double
fixedInsuranceFee double
fixedJoinFee double
id int64
insuranceFee double
joinFee double
name string
shareAmount double
subdivisionId int64
takeShareDate date-time
{
"additional": true,
"branchId": 0,
"clientAccount": true,
"clientId": 0,
"closeDate": "2024-11-20T07:47:08.452Z",
"contractLine": {
"id": 0,
"lineLimit": 0
},
"contractTypeId": 0,
"createSubdivisionId": 0,
"createUserId": 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,
"takeShareDate": "2024-11-20T07:47:08.452Z"
}
Created
Unauthorized
Forbidden
Not Found
Loading...