Authorize the amount Blocks by given ID
post
/service/amountBlockSerQueues
This endpoint is used to authorize the amount Blocks identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for updating a amount block echange rate queue record.
Root Schema : AmtBlkSerMasterDTO
Type:
Show Source
object
-
amtBlkQueueReq:
string
Flag to indicate if queue is required for Amount Block
-
amtBlkSerDetailDTOList:
array amtBlkSerDetailDTOList
-
authStatus:
string
Minimum Length:
1
Maximum Length:1
Approval Status -
blockRefNo(required):
string
Block Reference Number ECA number
-
blockType(required):
string
Minimum Length:
1
Maximum Length:1
Type of block telling Resident or not -
checkerDtStamp:
string(date)
DateStamp of Authorization
-
checkerId:
string
User id of Authorizer
-
ddaEcaRefNo:
string
Minimum Length:
1
Maximum Length:50
DDA ECA Reference Number -
effectiveDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Effective Date from which block is valid -
expiryDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Expiry Date till which block is valid -
failAllOnErr:
string
Minimum Length:
1
Maximum Length:1
Flag indicating whether to fail all accounts block processing if any one fails -
makerDtStamp:
string(date)
DateStamp of Making of the Transaction
-
makerId:
string
User id of Maker
-
sourceCode:
string
Minimum Length:
1
Maximum Length:50
Source from which request for placing block amounts on these accounts -
sourceRefNo:
string
Minimum Length:
1
Maximum Length:50
Reference number from the source -
transactionStatus:
string
Minimum Length:
1
Maximum Length:1
Block transaction status -
txnBranch:
string
Minimum Length:
1
Maximum Length:3
Branch where this ECA block is created
Nested Schema : AmtBlkSerDetailDTO
Type:
Show Source
object
-
accountType:
string
Type of an account
-
amtBlkSerExchRateQueueDTO:
object AmtBlkSerExchRateQueueDTO
Discriminator:
resource_type
-
amtInRealAccCcy:
number
Amount based on real account details
-
approvedAmount:
number
Approved amount for placing block on account
-
blockCcy(required):
string
Minimum Length:
1
Maximum Length:3
Currency in which block amount is placed on this account -
blockRefNo:
string
-
custAccBrn:
string
Minimum Length:
1
Maximum Length:3
Virtual Account branch for which block amount will be placed -
ecaBlkStatus:
string
Minimum Length:
1
Maximum Length:10
-
excRateBlockccyRaccy:
number
Exchange Rate specific to Real Account Currency
-
lockedBy:
string
Minimum Length:
1
Maximum Length:30
Id of user who is holding the lock on this record currently -
outstandingBlockAmount:
number
Current outstanding block amount on account
-
partialBlockRequired:
string
Minimum Length:
1
Maximum Length:1
Flag describing if partial block is required or not -
partialReleaseAllowed:
string
Minimum Length:
1
Maximum Length:1
Flag describing if partial release is allowed or not -
realAccCcy:
string
Real account Currency of corresponding Virtual Account
-
realAccClass:
string
Real account class
-
realAccountBrn:
string
Real account branch of corresponding Virtual Account
-
realAccountNo:
string
Real account number of corresponding Virtual Account
-
releasedAmount:
number
Released amount for placing block on account
-
requestedAmount:
number
Requested amount for placing block on account
-
userInputRemarks:
string
Minimum Length:
1
Maximum Length:50
User input remarks -
virtualAccount(required):
string
Minimum Length:
1
Maximum Length:50
Virtual Account number for which block amount will be placed
Nested Schema : AmtBlkSerExchRateQueueDTO
Type:
object
Discriminator:
Show Source
resource_type
-
amtInRealAccCcy:
number
Amount calculated out of the exchange rate
-
authStatus:
string
Minimum Length:
1
Maximum Length:1
Approval Status -
blockRefNo(required):
string
reference number of the amount block which is in queue
-
checkerDtStamp:
string(date)
DateStamp of Authorization
-
checkerId:
string
User id of Authorizer
-
excRateBlockccyRaccy:
number
Currency in which block amount is placed on this account
-
makerDtStamp:
string(date)
DateStamp of Making of the Transaction
-
makerId:
string
User id of Maker
-
newExchRate(required):
number
allows user to enter the new exchange rate
-
updatedExchRateAmt:
number
based on Exch rate, amount will be calculated from currency conversion
-
virtualAccount(required):
string
Minimum Length:
1
Maximum Length:50
Virtual Account number for which block amount will be placed
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Successful operation.
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.
500 Response
Internal error