Delete the unauthorized cashflow transactions
post
/service/v1/deleteUnAuthCashflowTxn
This endpoint is used to delete the unauthorized cashflow transactions.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request Body that contains data required for deleting unauthorized cashflow Txn status
Root Schema : ObcmsUnAuthorizeCashflowTxnCollection
Type:
object
Collection of Cashflow Transaction to be UnAuthorized.
Show Source
-
data:
array data
Collection of UnAuthorized Cashflow Transaction Request Data Model
Nested Schema : data
Type:
array
Collection of UnAuthorized Cashflow Transaction Request Data Model
Show Source
-
Array of:
object ObcmsUnAuthorizeCashflowTxnDTO
UnAuthorized Cashfow Transaction Request Parameters model
Nested Schema : ObcmsUnAuthorizeCashflowTxnDTO
Type:
object
UnAuthorized Cashfow Transaction Request Parameters model
Show Source
-
applicationName:
string
Application Name
-
cashflowIndicator:
string
Cashflow Indicator Flag
-
code:
string
Cashflow Code
-
corporateId:
string
Corporate Id
-
externalReferenceNo:
string
External Reference No
-
udfTxt4:
string
User Defined Text 4
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created fsgbu
Root Schema : ObcmsUnAuthorizeCashflowTxnResponse
Type:
object
UnAuthorized Cashflow Transaction Response Model
Show Source
-
unAuthorizedCashflowResponse:
array unAuthorizedCashflowResponse
Collection of UnAuthorized Cashflow Transaction Response
Nested Schema : unAuthorizedCashflowResponse
Type:
array
Collection of UnAuthorized Cashflow Transaction Response
Show Source
-
Array of:
object ObcmsUnAuthorizedCashflowTransactionRespDTO
UnAuthorized Cashfow Transaction Response DTO model
Nested Schema : ObcmsUnAuthorizedCashflowTransactionRespDTO
Type:
object
UnAuthorized Cashfow Transaction Response DTO model
Show Source
-
applicationName:
string
Application Name
-
authStat:
string
Auth status
-
cashflowIndicator:
string
Cashflow Indicator Flag
-
code:
string
Cashflow Code
-
corporateId:
string
Corporate Id
-
errors:
object errors
Error Details
-
externalReferenceNo:
string
External Reference No
-
id:
string
Id
-
modNo:
integer
Modification No
-
responseCode:
string
Response Code
-
udfTxt4:
string
User Defined Text 4
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