Get all valid system accounts.
get
/service/lms/systemAccount
This endpoint is used to get all system account records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNumber: string
account number
-
branchCode: string
Branch code
-
creditDisbursementAccount: string
borrowing account
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
customer ID (child) -
debitDisbursementAccount: string
lending account
-
fromDate: string
from account creation date
-
id: string
Record id
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
status: string
account status
-
sweepId: string
sweep ID
-
sweepLogId: string
sweep log ID
-
toDate: string
to account creation date
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
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:
string
-
accountGroupCode:
string
-
accountNumber:
string
-
branchCode:
string
-
creationDate:
string
-
creditDisbursementAccount:
string
-
currency:
string
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
-
debitDisbursementAccount:
string
-
id:
string
-
interestOs:
number
-
interestPaid:
number
-
isTwoWay:
string
-
lastReallocationDate:
string
-
lastReverseSweepDate:
string
-
noOfDaysAccrued:
number
-
principalOs:
number
-
principalPaid:
number
-
reallocatedAmount:
number
-
status:
string
-
sweepId:
string
-
sweepLogId:
string
-
trackAsIcl:
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