Get VD Balance
get
/vdBal
This endpoint is used to fetch the VD balance.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acc(required): string
Fetch Based on Account Number, defult value is true
-
brn(required): string
Fetch Based on Branch Code, defult value is true
-
ccy(required): string
Fetch Based on Currency, defult value is true
-
valDt(required): string
Fetch Based on Value Date, defult value is true
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of succes or failure
Root Schema : VDBalDetailsDTO
Type:
Show Source
object
-
acc:
string
-
bal:
number
-
brn:
string
-
ccy:
string
-
creditCoverageRatio:
number
-
creditResidualRatio:
number
-
crTur:
number
-
debitCoverageRatio:
number
-
debitResidualRatio:
number
-
drTur:
number
-
hasTov:
string
-
icBal:
number
-
icLcyBal:
number
-
lcyBal:
number
-
negativeContribution:
number
-
netPoolPostion:
number
-
poolAcBal:
number
-
poolAccBrn:
string
-
poolAccCcy:
string
-
poolAccNo:
string
-
positiveContribution:
number
-
valDt:
string(date)
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error