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
Root Schema : VASanctionStatusServiceResponseWrapperDTO
Type:
Show Source
object
-
data:
object VASanctionStatusServiceDTO
-
messages:
object VASanctionStatusServiceResponseDto
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
Nested Schema : VASanctionStatusServiceResponseDto
Type:
Show Source
object
-
codes:
array codes
-
status:
string
Nested Schema : VASanctionStatusServiceResponseCode
Type:
Show Source
object
-
Code:
string
-
Desc:
string
-
Language:
string
-
Type:
string
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