Retrieves the accountstructures by virtualMainAcc with account balances and child count

get

/service/accountstructures/{virtualMainAcc}/viewaccountstructure

This endpoint is used to retrieve the account structures by virtualMainAcc.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the accountstructures based on given id.
Body ()
Root Schema : AccountStructureWithBalanceServiceCollection
Type: object
Collection of accmap.
Show Source
Nested Schema : AccountStructureServiceWithBalanceDTO
Type: object
Match All
Show Source
Nested Schema : AccountMapServiceResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccountStructureServiceWithBalanceDTO-allOf[0]
Type: object
Show Source
Nested Schema : AccountMapServiceDetailWithBalanceDTO
Type: array
Show Source
Nested Schema : AccountMapServiceDetailWithBalanceDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : AccountMapServiceResponseCode
Type: object
Show Source

400 Response

Bad request error, the server is unable to process the request

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

500 Response

Internal server error.
Back to Top