Get the balance for all the virtual accounts of a structure

get

/service/structureaccountbalances

This endpoint is used to get the balance for all the virtual accounts of a structure.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Body ()
Root Schema : BalanceWrapperServiceListDto
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : BalanceServiceResponseDto
Type: object
Show Source
Nested Schema : VamsTbAccountBalanceServiceDTO
Type: object
Show Source
Nested Schema : blockedChildContributionList
Type: array
Show Source
Nested Schema : ccyWiseAmount
Type: object
Additional Properties Allowed
Show Source
Nested Schema : childContributionList
Type: array
Show Source
Nested Schema : contributionDtoList
Type: array
Show Source
Nested Schema : CcyWiseContributionDTO
Type: object
Cross Currency Contribution Details
Show Source
Nested Schema : ChildAccountBalance
Type: object
Show Source
Nested Schema : ContributionDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : BalanceServiceResponseCode
Type: object
Show Source

202 Response

Error message or validations that occur

401 Response

Unauthorized request error, invalid credentials

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top