Retrieves the account structures by virtualMainAcc with account balances and child count
get
/service/accountstructures/{virtualMainAcc}/viewaccountstructure
This endpoint is used to retrieve the account structures by virtualMainAcc.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
virtualMainAcc: string
Natural key of the accountstructures Maintenance
Query Parameters
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
parentAcc(optional): string
Parent Account of the VirtualAccount
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns the accountstructures based on given id.
Root Schema : AccountStructureWithBalanceServiceCollection
Type:
object
Collection of accmap.
Show Source
Nested Schema : AccountStructureServiceWithBalanceDTO-allOf[0]
Type:
Show Source
object
-
accountLinkage(optional):
string
Linkage Type of the structure with Real Account
-
AccountMapServiceDetailWithBalanceDTO(optional):
array AccountMapServiceDetailWithBalanceDTO
-
balance(optional):
number
Effective balance of header account
-
childCount(optional):
integer
Child Count for the header Account
-
custChargeAcc(optional):
string
Maximum Length:
35
Customer charge account -
custChargeAccBrn(optional):
string
Maximum Length:
3
Customer charge account branch -
custChargeAccCcy(optional):
string
Maximum Length:
3
Customer charge account Currency -
interestCalcRequired(optional):
string
Pattern:
[Y,N]
Flag to indicate if Interest Calculation is required or not -
realAccountBrn(optional):
string
Real Account Branch for which the VA Structure is mapped
-
realAccountNo(optional):
string
Real Account Number for which the VA Structure is mapped
-
realCustomerName(optional):
string
Real Customer name for which Virtual Account Structure is maintained
-
realCustomerNo(optional):
string
Real Customer Number for which Virtual Account Structure is maintained
-
structureCode(optional):
string
Code to identify Virtual Account Structure
-
structureDesc(optional):
string
Description of Virtual Account Structure
-
virtualMainAcc(optional):
string
Virtual Main/Header Account
-
virtualMainAccCcy(optional):
string
Currency of Virtual Main Account
-
virtualMainAccName(optional):
string
Currency of Virtual Main Account Name
-
virtualMCA(optional):
string
Virtual Multi currency Account linked to the Structure
Nested Schema : AccountMapServiceDetailWithBalanceDTO
Type:
Show Source
object
-
balance(optional):
number
Effective balance of virtual account
-
childCount(optional):
integer
Child Count for the Virtual Account
-
currency(optional):
string
Currency of virtual account
-
virtualAccountName(optional):
string
Name of the Virtual Account
-
virtualChildAcc(optional):
string
Child account is virtual account, while creating structure it will be mapped to a parrent
-
virtualMainAcc(optional):
string
Currency of Virtual Main Account
-
virtualParentAcc(optional):
string
Main account of all the virtual account
400 Response
Bad request error, the server is unable to process the request
401 Response
Unauthorized request error, invalid credentials
403 Response
Request denied, no permission to access the request.
500 Response
Internal server error.