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
- application/json
- application/xml
Query Parameters
-
customerNumber(required): string
update date of the entities that need to be fetched
-
fromDate: string
update date of the entities that need to be fetched
-
fromEntity: string
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
toDate: string
update date of the entities that need to be fetched
-
toEntity: string
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns the entitypositionenquiry based on given id.
Root Schema : VieTbInterEntityDateWiseCollection
Type:
object
Collection of interentitypositions by date range.
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