Retrieves the list of Accounts with Balance and Structure Code

get

/service/accounts/accountswithbalandstrcode

This endpoint is used to retrieve the list of Accounts with Balance and Structure Code.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns list of Accounts with Balance and Structure Code.
Body ()
Root Schema : AccountsWithBalAndStrCodeServiceCollection
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : VirtualAccountServiceResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccountWithBalAndStrCodeServiceDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VirtualAccountServiceResponseCode
Type: object
Show Source

204 Response

NO CONTENT. No records found

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