Retrieves the List of Existing Customer Balance
get
/service/lmm/account/topcustomersbalances
This endpoint is used to retrieve the total balance for the given customers by currency.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdTbTopCustomerBalanceCollection
Type:
object
Collection of CustomerBalance
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object LmdTbTopCustomerBalanceDTO
CustomerBalance 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 : LmdTbTopCustomerBalanceDTO-allOf[1]
Type:
Show Source
object
-
availableBalance(optional):
integer
Balance in Customer Balance
-
currency(optional):
string
Currency in Customer Balance
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Customer Balance -
userId:
string
Maximum Length:
12
User Id of the Customer Balance
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error