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: string
update date of the entities that need to be fetched
-
fromDate(optional): string
update date of the entities that need to be fetched
-
fromEntity(optional): string
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
toDate(optional): string
update date of the entities that need to be fetched
-
toEntity(optional): string
Header Parameters
-
sourceCode: 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