Get all valid account structures by customer
get
/service/accountstructures/getByCustomer
This endpoint is used to get all valid accountstructures maintenance records based on customer number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountGroupId(optional): string
Virtual Multi-Currency Account Number
-
accountLinkage(optional): string
Type of real account number to be linked. Account or group level.
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting point of records to be fetched
-
realAccountBrn(optional): string
Branch Code of the Real Account Number
-
realAccountNo(optional): string
Real Account No of a VAM customer which is mapped to Structure code.
-
realCustomerNo(optional): string
Real Customer No for which Account Structure is maintained
-
status(optional): string
Record Status of the Virtual Account Structure
-
structureCode(optional): string
Account Structure Code of VAM customer
-
structureDesc(optional): string
Account Structure Code Description of VAM customer
-
virtualMainAcc(optional): string
Virtual Main Account no of a Structure Code.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : AccountMapViewDTO
Type:
Show Source
object
-
accountGroupId(optional):
string
Virtual Multi-Currency Account Number
-
accountLinkage(optional):
string
Type of real account number to be linked. Account or group level.
-
balance(optional):
number
Effective balance of header account
-
count(optional):
integer
no of child account in structure
-
creationDate(optional):
string
Structure creation date
-
id(optional):
string
id of a account structure
-
realAccountBrn(optional):
string
Branch code of the Real Account Number
-
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
-
status(optional):
string
Record Status of the Virtual Account Structure
-
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
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.
405 Response
Request denied, invalid input.
500 Response
Internal server error.