Method of obtaining the balance of the line of credits
GET
The method gets the balance of the credit line by the ID of the credit line.
To get the balance for a specific date - you can specify the variable date in the request parameters, if not specified - the current date is used.
If you specify the request parameter includeUnissuedContracts and pass true in this parameter, then contracts that have not yet been issued will be taken into account when calculating the line balance (example request no. 2).
Parameters
Path Parameters
id*
id
Type
Requiredinteger
Format
"int64"Query Parameters
date
date
Type
string
Format
"date"includeUnissuedContracts
includeUnissuedContracts
Type
boolean
Default
falseResponses
OK
*/*
data
number
Returns data upon request, in this case the amount of fees upon issue
Format
"double"status
string
Request progress status
Valid values
"error""ok"timestamp
integer
Time stamp
Format
"int64"