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: string
source code
Request Body that contains data required for acctxnrestriction
Nested Schema : VamTmAccountTxnRestrSaveServiceDTO-allOf[0]
Type:
Show Source
object
-
limitCode:
string
Limit code
-
VamTmAccountTxnRestrDetailServiceDTO(optional):
array VamTmAccountTxnRestrDetailServiceDTO
-
virtualAccountNo:
string
Virtual account number
Nested Schema : VamTmAccountTxnRestrDetailSaveDTO
Type:
Show Source
object
-
count:
number
allowed count of transaction for the specific restriction
-
restrictionId:
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(optional):
string
Remarks made by Approver
-
authStatus(optional):
string
Authorization Status of Virtual Account
-
checkerDateStamp(optional):
string
Date and Time when some action on Virtual Account is authorized
-
checkerId(optional):
string
Checker ID of Virtual Account
-
doerRemarks(optional):
string
Remarks made by Maker
-
limitCode:
string
Limit code
-
makerDateStamp(optional):
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId(optional):
string
Maker ID of Virtual Account
-
modNo(optional):
integer
Version number of Virtual Account
-
onceAuth(optional):
string
Flag that indicated if Virtual Account is authorized once or not
-
recordStatus(optional):
string
Record Status of Virtual Account
-
VamTmAccountTxnRestrDetailServiceDTO(optional):
array VamTmAccountTxnRestrDetailServiceDTO
-
virtualAccountNo:
string
Virtual account number
Nested Schema : VamTmAccountTxnRestrDetailServiceDTO
Type:
Show Source
object
-
count:
number
allowed count of transaction for the specific restriction
-
restrictionId:
string
the restriction id for which count is getting captured
-
virtualAccountNo(optional):
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