Retrieves the entity positions by date range

get

/service/entitypositionenquiry/byDateRange

This endpoint is used to retrieve the entity positions by the date range.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the entitypositionenquiry based on given id.
Body ()
Root Schema : VieTbInterEntityDateWiseCollection
Type: object
Collection of interentitypositions by date range.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : VieTbInterEntityDateWiseDTO
Type: object
Match All
Show Source
Nested Schema : VieTbInterEntityDateWiseDTO-allOf[0]
Type: object
Show Source
Nested Schema : entityPositions
Type: array
Show Source
Nested Schema : EntityPositionsDetailsDTO
Type: object
Match All
Show Source
Nested Schema : EntityPositionsDetailsDTO-allOf[0]
Type: object
Show Source
Nested Schema : currAmountDetails
Type: array
Show Source
Nested Schema : CurrencyWiseEntityAggrDTO
Type: object
Match All
Show Source
Nested Schema : CurrencyWiseEntityAggrDTO-allOf[0]
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top