Retrieves the account structures by ID
get
/service/accountstructures/download
This endpoint is used to retrieve the account structures by ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
structureCode(required): string
structure code of the structure that needs to be fetched
Header Parameters
-
sourceCode(required): string
Source From which request is Initiated
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns the accountstructures based on given structure code.
Nested Schema : AccountMapDownloadDTO
Type:
Show Source
object
-
branchCode:
string
-
branchName:
string
-
entityID:
string
-
entityName:
string
-
parentAccount:
string
-
parentAccountIBAN:
string
-
parentAccountName:
string
-
structureLevel:
integer
-
virtualAccount:
string
-
virtualAccountAvailableBalance:
number
-
virtualAccountCurrency:
string
-
virtualAccountIBAN:
string
-
virtualAccountName:
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error