Retrieves the list of total account map
get
/service/lmd/accountmap
This endpoint is used to get the list of total account map.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
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
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 : LmdRdAccountMapDTO-allOf[1]
Type:
Show Source
object
-
availableBalance:
number
Available Balance in Account Map
-
cityName:
string
City Name in Account Map
-
countryName:
string
Country Name in Account Map
-
currencyCode:
string
Currency code in Account Map
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
Customer Id for Account Map -
latitude:
number
latitude in the Account Map
-
longitude:
number
longitude in the Account Map
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error