Gets all valid account products

get

/service/accountproducts

This endpoint is used to get all valid account products.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns Success or failure messages.
Headers
Body ()
Root Schema : VirAccProductServiceCollection
Type: object
Collection of accountproduct.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : VirAccProductServiceDTO
Type: object
Match All
Show Source
Nested Schema : VirAccProductServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : VirAccProdCcyRestrServiceDTO
Type: array
Show Source
Nested Schema : VirAccProdTxnRestrServiceDTO
Type: array
Show Source
Nested Schema : VirAccProdCcyRestrServiceDTO
Type: object
Show Source
Nested Schema : VirAccProdTxnRestrServiceDTO
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.

405 Response

Invalid input, method is not allowed

500 Response

Internal server error
Back to Top