Retrieves the list of total effective balances.
get
/api/1.0/service/lmd/effectivebalance
This endpoint is used to get effective balances
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
structureId: string
Pattern:
[A-Z0-9]{1,30}
fetch record according to structureId
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
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:
string
account number in Effective Balance
-
availableBalance:
integer
Available Balance in Effective Balance
-
branchCode:
string
branch Code in Effective Balance
-
currencyCode:
string
Currency code in Effective Balance
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Effective Balance -
structureId:
string
Pattern:
[A-Z0-9]{1,30}
structure id in Effective Balance -
userId:
string
User Id of the Effective Balance
-
valueDate:
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