Get List of Accounts for Balance Update During EOD
get
/service/lmm/account/fetchAccountsEod/{eodBranchCode}
This endpoint is used to get the list of accounts for balance update during EOD.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
eodBranchCode: string
EOD Branch Code
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created account
Root Schema : VDBalanceRequestDTO
Type:
Show Source
object
-
accNumber(optional):
string
-
accountRequestDetails(optional):
array accountRequestDetails
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
externalSystemId(optional):
string
-
headerBrancRef(optional):
string
-
interfaceMasterId(optional):
string
-
isSimulation(optional):
string
-
methodName(optional):
string
-
refNo(optional):
string
-
reqXml(optional):
string
-
source(optional):
string
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
-
txnId(optional):
string
Nested Schema : VDBalanceRequestDetailsDTO
Type:
Show Source
object
-
accountNumber:
string
-
balanceType(optional):
string
-
branchCode:
string
-
currencyCode:
string
-
external(optional):
boolean
-
externalSystemId(optional):
string
-
simAccountNumber(optional):
string
-
valueDate:
string
From date for which value dated balance is being fetched
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