Get valid system accounts for passed account pair
get
/service/lms/systemAccount/getForAccountPair
This endpoint is used to get valid system accounts for passed account pair.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
childAccountNumber(optional): string
child account number
-
parentAccountNumber(optional): string
parent account number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : LmsTbSystemAccountServiceCollection
Type:
object
Collection of system accounts.
Show Source
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmsTbSystemAccountDTO-allOf[1]
Type:
Show Source
object
-
accountDescription(optional):
string
-
accountGroupCode(optional):
string
-
accountNumber(optional):
string
-
branchCode(optional):
string
-
creationDate(optional):
string
-
creditDisbursementAccount(optional):
string
-
currency(optional):
string
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
debitDisbursementAccount(optional):
string
-
id(optional):
string
-
interestOs(optional):
number
-
interestPaid(optional):
number
-
isTwoWay(optional):
string
-
lastReallocationDate(optional):
string
-
lastReverseSweepDate(optional):
string
-
noOfDaysAccrued(optional):
number
-
principalOs(optional):
number
-
principalPaid(optional):
number
-
reallocatedAmount(optional):
number
-
status(optional):
string
-
sweepId(optional):
string
-
sweepLogId(optional):
string
-
trackAsIcl(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error