Retrieves the Child Account by Parent Account Number and Structure key ID
get
/api/1.0/service/lma/structure/v1/childAccounts
This endpoint is used to get the child Accounts by parent account number and Structure key ID
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
isRejected: boolean
true to get details for rejected modification/record on a structure and false for restDefault Value:
false
-
isSimulationMode: boolean
true for simulation mode and false for restDefault Value:
false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
parentAccountNumber(required): string
Parent Account Number that needs to be fetched
-
structureMasterId(required): string
Id of the structure master that needs to be fetched
-
version: string
Version of the structure to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the child Accounts based on given parent account number and master id.
Nested Schema : LmmTmStructureDetailsDTO
Type:
Show Source
object
-
accountCurrency:
string
-
accountLevel:
integer
-
accountNumber:
string
-
accountType:
string
-
allowReverseSweep:
string
-
bookingAccountBranch:
string
-
bookingAccountCurrency:
string
-
bookingAccountNumber:
string
-
branchCode:
string
-
centralAccountBranch:
string
-
centralAccountCurrency:
string
-
centralAccountNumber:
string
-
eodExecution:
string
-
id:
string
-
instructionPriority:
integer
-
isExternalAccount:
string
-
isHold:
string
-
isNominatedAccount:
string
-
isTwoWay:
string
-
LmmTmStructureInstructionDTO:
array LmmTmStructureInstructionDTO
-
LmmTmStructurePaymentDTO:
array LmmTmStructurePaymentDTO
-
onlineBalanceFetch:
string
-
parentAccountBranch:
string
-
parentAccountCurrency:
string
-
parentAccountNumber:
string
-
partialReverseSweep:
string
-
partialTransferAllowed:
string
- percentageChildShare: integer
- percentageShare: integer
-
ratePickUp:
string
-
rateType:
string
-
reallocationMethod:
string
-
reallocationRequired:
string
-
reverseSweepFrequency:
string
-
structureMasterId(required):
string
-
twowaySweepPriority:
integer
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error