Adds a new reallocation log
post
/interestpaidreport/saveReallocationLog
This endpoint is used to add new reallocation log.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a new interestpaidreport
Nested Schema : ReallocationLogDTO
Type:
Show Source
object
-
amount(optional):
number
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
executionId(optional):
string
Maximum Length:
36
-
exMode(optional):
string
Maximum Length:
10
-
extTransactionNo(optional):
string
Maximum Length:
50
-
fromAccountBal(optional):
number
-
fromAccountBalance(optional):
number
-
fromAccountBranch(optional):
string
Maximum Length:
3
-
fromAccountCurrency(optional):
string
Maximum Length:
3
-
fromAccountNumber(optional):
string
Maximum Length:
20
-
fromAccPostBal(optional):
number
-
fromAmount(optional):
number
-
fromBicCode(optional):
string
Maximum Length:
30
-
fromBranchCode(optional):
string
-
fxRate(optional):
number
-
isExisting(optional):
string
Maximum Length:
1
-
isSim(optional):
string
Maximum Length:
1
-
isTwoWay(optional):
string
Maximum Length:
1
-
logTime(optional):
string
-
paramName(optional):
string
Maximum Length:
50
-
reallocationDetailMasterId(optional):
string
Maximum Length:
36
-
reallocationMasterId(optional):
string
-
status(optional):
string
Maximum Length:
1
-
statusMessage(optional):
string
Maximum Length:
250
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
-
toAccountBal(optional):
number
-
toAccountBalance(optional):
number
-
toAccountBranch(optional):
string
Maximum Length:
3
-
toAccountCurrency(optional):
string
Maximum Length:
3
-
toAccountNumber(optional):
string
Maximum Length:
20
-
toAccPostBal(optional):
number
-
toAmount(optional):
number
-
toBicCode(optional):
string
Maximum Length:
30
-
toBranchCode(optional):
string
-
valueDate(optional):
string
-
versionNo(optional):
number
Nested Schema : items
Type:
object
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created interestreport
Nested Schema : ResponseResourceSupport
Type:
object
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