Gets manual allocation transaction detail
post
/service/v1/getManualAlloc
This endpoint is used to gets manual allocation transaction detail by given filter attributes.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application id
-
branchCode: string
Branch Code
-
userId: string
User id
Request Body to search allocation transaction detail
Root Schema : ManualAllocSearchModel
Type:
object
search parameters for manual alloc
Show Source
-
allocAccount(optional):
string
Account Number
-
allocDateFrom(optional):
string
Allocation date from
-
allocDateTo(optional):
string
Allocation date to
-
allocStatus(optional):
string
Allocation Status
-
beneId(optional):
string
Beneficiary id
-
corporateId(optional):
string
Corporate Id
-
counterpartyId(optional):
string
Counterparty Id
-
drCrIndicator(optional):
string
Debit credit indicator
-
extPaymentRefNo(optional):
string
External Payment Ref No
-
isAuth(optional):
string
flag for auth-authorization
-
paymentPartyId(optional):
string
Payment Party Id
-
paymentRefNo(optional):
string
Internal Payment Ref No
-
reconCategory(optional):
string
Recon Category
-
reconTxnRefNo(optional):
string
Transaction reference number
-
reconType(optional):
string
Recon type Auto/manual
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saved data
Root Schema : ManualAllocCollection
Type:
object
Collection of Allocation Transaction detail.
Show Source
-
errCode(optional):
string
Error Code
-
errDesc(optional):
string
Error Description
-
manualAllocList(optional):
array manualAllocList
Allocation Detail list
Nested Schema : manualAllocList
Type:
array
Allocation Detail list
Show Source
-
Array of:
object ManualAllocModel
search result for manual alloc
Nested Schema : ManualAllocModel
Type:
object
search result for manual alloc
Show Source
-
allocAccount(optional):
string
Allocation Account Number
-
allocAmount(optional):
number
Amount to be allocated in the transaction
-
allocDate(optional):
string
date on which allocation happens
-
allocStatus(optional):
string
Allocation transaction status
-
allocType(optional):
string
Allocation type account/Attribute based
-
drCrIndicator(optional):
string
Debit Credit indicator of payment
-
errDesc(optional):
string
Error Description
-
extPaymentRefNo(optional):
string
External Payment Reference Number
-
isAuth(optional):
string
flag for auto-authorization of transaction
-
paymentAmount(optional):
number
Actual Payment Amount
-
paymentCcy(optional):
string
Payment Currency
-
paymentRefNo(optional):
string
Internal Payment Reference number
-
reconRule(optional):
string
-
reconRuleType(optional):
string
-
reconRuleVersion(optional):
number
-
reconTxnRefNo(optional):
string
Recon Transaction reference Number
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