Deleting unAuthorize cashflow transactions
post
/service/v1/deleteUnAuthCashflowTxn
This endpoint is used to delete the unAuthorize cashflow transactions.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application Id
-
branchCode: string
Branch Code
-
userId: 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(optional):
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(optional):
string
Application Name
-
cashflowIndicator(optional):
string
Cashflow Indicator Flag
-
code(optional):
string
Cashflow Code
-
corporateId(optional):
string
Corporate Id
-
externalReferenceNo(optional):
string
External Reference No
-
udfTxt4(optional):
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(optional):
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(optional):
string
Application Name
-
authStat(optional):
string
Auth status
-
cashflowIndicator(optional):
string
Cashflow Indicator Flag
-
code(optional):
string
Cashflow Code
-
corporateId(optional):
string
Corporate Id
-
errors(optional):
object errors
Error Details
-
externalReferenceNo(optional):
string
External Reference No
-
id(optional):
string
Id
-
modNo(optional):
integer
Modification No
-
responseCode(optional):
string
Response Code
-
udfTxt4(optional):
string
User Defined Text 4
Nested Schema : Error
Type:
object
Error Model
Show Source
-
ecode(optional):
string
Error Code
-
edesc(optional):
string
Error Description
-
etype(optional):
string
Error Type
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