Fetch Pool Log for Structure
get
/service/lmp/pool/log
This endpoint is used to fetch pool log for structure.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
bookDateFrom(optional): string
-
bookDateTo(optional): string
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
customerId need to be set to fetch pool log for particular customer -
filterBy(optional): string
-
includeInactiveStructure(optional): string
-
structureId(optional): string
Pattern:
[0-9a-fA-Z-]{1,36}
structureId need to be set to fetch pool log for particular structure
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : LmpTbPoolMonitorServiceCollection
Type:
object
Collection of pool position.
Show Source
Nested Schema : LmpTbPoolMonitorDTO
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
executionId(optional):
string
-
LmpTbPoolContributionDTO(optional):
array LmpTbPoolContributionDTO
-
logTime(optional):
string
-
netPoolPostion(optional):
number
-
status(optional):
string
-
statusMessage(optional):
string
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
valueDate(optional):
string
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmpTbPoolContributionDTO-allOf[1]
Type:
Show Source
object
-
contributionAmount(optional):
number
-
contributionFrCcyAmount(optional):
number
-
executionId(optional):
string
Maximum Length:
36
-
fromAccountNumber(optional):
string
Maximum Length:
20
-
fromBranchCode(optional):
string
Maximum Length:
5
-
fromCurrencyCode(optional):
string
Maximum Length:
3
-
fxRate(optional):
number
-
isSimulate(optional):
string
-
status(optional):
string
-
statusMessage(optional):
string
-
structureId(optional):
string
Pattern:
[0-9a-fA-Z-]{1,36}
-
toAccountNumber(optional):
string
Maximum Length:
20
-
toBranchCode(optional):
string
Maximum Length:
5
-
toCurrencyCode(optional):
string
Maximum Length:
3
-
valueDate(optional):
string
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