Get all valid entity position enquiry
get
/service/entitypositionenquiry
This endpoints is used to get all valid entity position enquiry maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerNumber: string
Real Customer Number
-
fromEntity(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
toEntity(optional): string
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
- text/csv
201 Response
Returns message of succes or failure
Headers
Root Schema : VieTbInterEntityPositionsCollection
Type:
object
Collection of interentitypositions.
Show Source
Nested Schema : VieTbInterEntityPositionsDTO-allOf[0]
Type:
Show Source
object
-
currAmountDetails(optional):
array currAmountDetails
-
customerNumber(optional):
string
-
fromAccount(optional):
string
-
fromEntityId(optional):
string
-
id(optional):
string
-
lastUpdateTimeStamp(optional):
string(date)
-
toAccount(optional):
string
-
toEntityId(optional):
string
-
valueDate(optional):
string(date)
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error