Release the ECA block by given block RefNo
patch
/service/ecablock/{blockRefNo}/release
This endpoint is used to release the ECA block identified by given block RefNo.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
blockRefNo(required): string
blockRefNo of the ecablock maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
remarks for amount block to be released
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Successful operation.
Nested Schema : ECABlockServiceQueryMasterDTO
Type:
Show Source
object
-
amtBlkQueueReq:
string
Flag to indicate if queue is required for Amount Block
-
authStatus:
string
Minimum Length:
1
Maximum Length:1
Approval Status -
blockRefNo:
string
Block Reference Number ECA number
-
checkerDtStamp:
string
DateStamp of Authorization
-
checkerId:
string
User id of Authorizer
-
ECABlockServiceQueryDetailDTO:
array ECABlockServiceQueryDetailDTO
-
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
DateStamp of Making of the Transaction
-
makerId:
string
User id of Maker
-
sourceCode(required):
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 : ECABlockServiceQueryDetailDTO
Type:
Show Source
object
-
accountType:
string
Type of an account
-
amtInRealAccCcy:
number
Amount based on real account details
-
approvedAmount:
number
Approved amount for placing block on account
-
approvedAmtInVaCcy:
number
Approved Block Amount based on virtual account details
-
blockCcy(required):
string
Minimum Length:
1
Maximum Length:3
Currency in which block amount is placed on this account -
blockRefNo:
string
-
custAccBrn(required):
string
Minimum Length:
1
Maximum Length:3
Virtual Account branch for which block amount will be placed -
ddaEcaRefNo:
string
Minimum Length:
1
Maximum Length:50
DDA ECA Reference Number -
ecaBlkStatus:
string
Minimum Length:
1
Maximum Length:10
-
ecaSystemName:
string
Minimum Length:
1
Maximum Length:50
DDA System Name -
excRateBlockccyRaccy:
number
Exchange Rate specific to Real Account Currency
-
excRateBlockccyVaccy:
number
Exchange Rate specific to virtual 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
Default Value:Y
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(required):
number
Requested amount for placing block on account
-
requestedAmtInVaCcy:
number
Requested Block Amount based on virtual account details
-
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 -
virtualAccountCcy:
string
Minimum Length:
3
Maximum Length:3
Currency of the Virtual Account
202 Response
Accepted
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error