Retrieves the Child Account by Parent Account Number and Structure key ID
get
/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(optional): boolean
true to get details for rejected modification/record on a structure and false for restDefault Value:
false
-
isSimulationMode(optional): boolean
true for simulation mode and false for restDefault Value:
false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
parentAccountNumber: string
Parent Account Number that needs to be fetched
-
structureMasterId: string
Id of the structure master that needs to be fetched
-
version(optional): string
Version of the structure to be fetched
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
-
accCategory(optional):
string
-
accountCurrency(optional):
string
-
accountLevel(optional):
integer
-
accountNumber(optional):
string
-
accountType(optional):
string
-
acyAvailableBal(optional):
number
-
allowReverseSweep(optional):
string
-
bankCode(optional):
string
-
bookingAccountBranch(optional):
string
-
bookingAccountCurrency(optional):
string
-
bookingAccountNumber(optional):
string
-
branchCode(optional):
string
-
centralAccountBranch(optional):
string
-
centralAccountCurrency(optional):
string
-
centralAccountNumber(optional):
string
-
cityId(optional):
string
-
countryId(optional):
string
-
eodExecution(optional):
string
-
id(optional):
string
-
isExternal(optional):
string
-
isHold(optional):
string
-
isNominatedAccount(optional):
string
-
isNotional(optional):
string
-
isTwoWay(optional):
string
-
LmmTmStructureAccPriorityDTO(optional):
array LmmTmStructureAccPriorityDTO
-
LmmTmStructureIclDTO(optional):
array LmmTmStructureIclDTO
-
LmmTmStructureInstructionDTO(optional):
array LmmTmStructureInstructionDTO
-
LmmTmStructurePaymentDTO(optional):
array LmmTmStructurePaymentDTO
-
onlineBalanceFetch(optional):
string
-
parentAccountBranch(optional):
string
-
parentAccountCurrency(optional):
string
-
parentAccountNumber(optional):
string
-
partialReverseSweep(optional):
string
-
partialTransferAllowed(optional):
string
- percentageChildShare(optional): integer
- percentageShare(optional): integer
-
ratePickUp(optional):
string
-
rateType(optional):
string
-
reallocationMethod(optional):
string
-
reallocationRequired(optional):
string
-
reverseSweepFrequency(optional):
string
-
structureMasterId(optional):
string
-
sweepPriority(optional):
integer
-
twowaySweepPriority(optional):
integer
Nested Schema : LmmTmStructureInstructionDTO
Type:
Show Source
object
-
id(optional):
string
-
instrDesc(optional):
string
-
instructionId(optional):
string
-
instructionPriority(optional):
integer
-
LmmTmStructureInstructionDetDTO(optional):
array LmmTmStructureInstructionDetDTO
-
LmmTmStructureInstructionFrequencyDTO(optional):
array LmmTmStructureInstructionFrequencyDTO
-
structureDetailsId(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error