Retrives the list of Accounts with Balance and Structure Code
get
/service/accounts/accountswithbalandstrcode
This endpoint is used to retrieve the list of Accounts with Balance and Structure Code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
currency(optional): string
Currency of the Virtual Account belonging to a Customer
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting point of records to be fetched
-
realAccLinkage(optional): string
Real Account Linkage for which facilty is provided
-
realAccountNo(optional): string
Real Account Number for which facilty is provided
-
realCustomerNo: string
Real Customer Number for which facilty is provided
-
status(optional): string
Record Status of the Virtual Accounts belonging to a Customer
-
virtualAccountName(optional): string
virtual Account Name of a Virtual Entity or Virtual Customer
-
virtualAccountNo(optional): string
virtual Account Number of a Virtual Entity or Virtual Customer
-
virtualAccountProduct(optional): string
Account Product for the Virtual Account
-
virtualEntityId(optional): string
Virtual Entity ID is a Virtual ID of which can be maintained by the customer in OBVAM system
-
virtualEntityName(optional): string
Virtual Entity Name is a Virtual ID of which can be maintained by the customer in OBVAM system
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns list of Accounts with Balance and Structure Code.
Nested Schema : AccountWithBalAndStrCodeServiceDTO
Type:
Show Source
object
-
availableBal(optional):
number
Available balance of a virtual account
-
creationDate(optional):
string
Creation date of a virtual account
-
currency(optional):
string
Currency of a virtual account
-
currentBalance(optional):
number
Current balance of the Virtual Account
-
realAccLinkage(optional):
string
Indicates if Real Account Linkage is at Account level or Structure level
-
realAccountBrn(optional):
string
Real Account Branch for which Virtual Account is created
-
realAccountNo(optional):
string
Real Account Number for which Virtual Account is created
-
status(optional):
string
Status of the virtual account
-
strCode(optional):
string
Structure code of the virtual account
-
virtualAccountName(optional):
string
Virtual account name of a virtual account
-
virtualAccountNo(optional):
string
Virtual account no, is a unique virtual no, which can be created for a entity
-
virtualAccountProduct(optional):
string
Account Product with which the Virtual Account is created
-
virtualEntityId(optional):
string
Virtual entity id is a unique no of virtual customer
-
virtualEntityName(optional):
string
Virtual entity or customer name of entity id
204 Response
NO CONTENT. No records found
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.