Retrieves the list of Total Effective Balances
get
/service/lmd/effectivebalance
This endpoint is used to get effective balances.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
structureId(optional): string
Pattern:
[A-Z0-9]{1,30}
fetch record according to structureId
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdTbEffectiveBalanceServiceCollection
Type:
object
Collection of Effective Balances
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object LmdTbEffectiveBalanceDTO
EffectiveBalance DTO
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 : LmdTbEffectiveBalanceDTO-allOf[1]
Type:
Show Source
object
-
accountNumber(optional):
string
account number in Effective Balance
-
availableBalance(optional):
integer
Available Balance in Effective Balance
-
branchCode(optional):
string
branch Code in Effective Balance
-
currencyCode(optional):
string
Currency code in Effective Balance
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Effective Balance -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structure id in Effective Balance -
userId(optional):
string
User Id of the Effective Balance
-
valueDate(optional):
string(date)
value date in Effective Balance
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error