getCollateralLineBalanceByTranchesAndAmountTypes
getCollateralLineBalanceByTranchesAndAmountTypes
Path Parameters
collateralLineId int64 required
collateralLineId
date date required
date
Query Parameters
ignoreIssueDate boolean
ignoreIssueDate
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
amountType object
account string
deletable boolean
id int64
name string
positiveBalance boolean
repayable boolean
system boolean
byContracts object[]
contractId int64
contractName string
inBalance object
foreign double
local double
outBalance object
foreign double
local double
inBalance object
foreign double
local double
issueDate date-time
outBalance object
foreign double
local double
repaymentDate date-time
[
{
"amountType": {
"account": "string",
"deletable": true,
"id": 0,
"name": "string",
"positiveBalance": true,
"repayable": true,
"system": true
},
"byContracts": [
{
"contractId": 0,
"contractName": "string",
"inBalance": {
"foreign": 0,
"local": 0
},
"outBalance": {
"foreign": 0,
"local": 0
}
}
],
"inBalance": {
"foreign": 0,
"local": 0
},
"issueDate": "2024-11-20T07:47:13.584Z",
"outBalance": {
"foreign": 0,
"local": 0
},
"repaymentDate": "2024-11-20T07:47:13.584Z"
}
]
Unauthorized
Forbidden
Not Found
Loading...