Adds a new record in virtual account sanction status
post
/service/vasanctionstatus
This endpoint is used to update the sanction status for a virtual account.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request Body that contains data required for creating a new virtual account sanction status request
Root Schema : VASanctionStatusServiceDTO
Type:
Show Source
object
-
accountDescription:
string
Account description
-
approverRemarks:
string
Approver remarks
-
authStatus:
string
Auth status
-
checkerDateStamp:
string(date)
Checker Date time stamp
-
checkerId:
string
Checker ID
-
currSanctionStatus:
string
Current Authorized Sanction status
-
customerNo:
string
customer number
-
keyId:
string
ID of Virtual Account Sanction Status
-
makerDateStamp:
string(date)
Maker Date time stamp
-
makerId:
string
Maker ID
-
newSanctionStatus(required):
string
Sanction status which needs to be updated
-
referenceNo:
string
Reference number of Virtual Account Closure Request submission
-
sourceReferenceNo:
string
Source reference number of Virtual Account Closure Request submission
-
virtualAccountNo(required):
string
Virtual account number for which sanction status needs to get updated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created Virtual Account Sanction Status
Nested Schema : VASanctionStatusServiceDTO
Type:
Show Source
object
-
accountDescription:
string
Account description
-
approverRemarks:
string
Approver remarks
-
authStatus:
string
Auth status
-
checkerDateStamp:
string(date)
Checker Date time stamp
-
checkerId:
string
Checker ID
-
currSanctionStatus:
string
Current Authorized Sanction status
-
customerNo:
string
customer number
-
keyId:
string
ID of Virtual Account Sanction Status
-
makerDateStamp:
string(date)
Maker Date time stamp
-
makerId:
string
Maker ID
-
newSanctionStatus(required):
string
Sanction status which needs to be updated
-
referenceNo:
string
Reference number of Virtual Account Closure Request submission
-
sourceReferenceNo:
string
Source reference number of Virtual Account Closure Request submission
-
virtualAccountNo(required):
string
Virtual account number for which sanction status needs to get updated
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