Retrives the virtual entities with Details of accounts under that entity for a given real customer

get

/service/virtualentities/entitieswithaccountdetails

This endpoint is used to retrive the virtual entities with Details of accounts under that entity for a given real customer.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the virtualentities based on given id.
Body ()
Root Schema : EntityServiceWithAccountDetailsCollection
Type: object
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : EntityWithAccountDetailsServiceDTO
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