Add/update the account transaction restriction
post
/service/acctxnrestriction
This endpoint is used to add /edit the transaction restriction at account level.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
source code
Request Body that contains data required for acctxnrestriction
Nested Schema : VamTmAccountTxnRestrSaveServiceDTO-allOf[0]
Type:
Show Source
object
-
limitCode(required):
string
Limit code
-
VamTmAccountTxnRestrDetailServiceDTO:
array VamTmAccountTxnRestrDetailServiceDTO
-
virtualAccountNo(required):
string
Virtual account number
Nested Schema : VamTmAccountTxnRestrDetailSaveDTO
Type:
Show Source
object
-
count(required):
number
allowed count of transaction for the specific restriction
-
restrictionId(required):
string
the restriction id for which count is getting captured
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created acctxnrestriction
Nested Schema : VamTmAccountTxnRestrMasterServiceDTO-allOf[0]
Type:
Show Source
object
-
approverRemarks:
string
Remarks made by Approver
-
authStatus:
string
Authorization Status of Virtual Account
-
checkerDateStamp:
string
Date and Time when some action on Virtual Account is authorized
-
checkerId:
string
Checker ID of Virtual Account
-
doerRemarks:
string
Remarks made by Maker
-
limitCode(required):
string
Limit code
-
makerDateStamp:
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId:
string
Maker ID of Virtual Account
-
modNo:
integer
Version number of Virtual Account
-
onceAuth:
string
Flag that indicated if Virtual Account is authorized once or not
-
recordStatus:
string
Record Status of Virtual Account
-
VamTmAccountTxnRestrDetailServiceDTO:
array VamTmAccountTxnRestrDetailServiceDTO
-
virtualAccountNo(required):
string
Virtual account number
Nested Schema : VamTmAccountTxnRestrDetailServiceDTO
Type:
Show Source
object
-
count(required):
number
allowed count of transaction for the specific restriction
-
restrictionId(required):
string
the restriction id for which count is getting captured
-
virtualAccountNo:
string
virtual account 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