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: string
structure code of the structure that needs to be fetched
Header Parameters
-
sourceCode: string
Source From which request is Initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the accountstructures based on given structure code.
Nested Schema : AccountMapDownloadDTO
Type:
Show Source
object
-
branchCode(optional):
string
-
branchName(optional):
string
-
entityID(optional):
string
-
entityName(optional):
string
-
parentAccount(optional):
string
-
parentAccountIBAN(optional):
string
-
parentAccountName(optional):
string
-
structureLevel(optional):
integer
-
virtualAccount(optional):
string
-
virtualAccountAvailableBalance(optional):
number
-
virtualAccountCurrency(optional):
string
-
virtualAccountIBAN(optional):
string
-
virtualAccountName(optional):
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error