Delete the unauthorized cashflow transactions

post

/service/v1/deleteUnAuthCashflowTxn

This endpoint is used to delete the unauthorized cashflow transactions.

Request

Supported Media Types
Header Parameters
Body ()
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
Nested Schema : data
Type: array
Collection of UnAuthorized Cashflow Transaction Request Data Model
Show Source
Nested Schema : ObcmsUnAuthorizeCashflowTxnDTO
Type: object
UnAuthorized Cashfow Transaction Request Parameters model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : ObcmsUnAuthorizeCashflowTxnResponse
Type: object
UnAuthorized Cashflow Transaction Response Model
Show Source
Nested Schema : unAuthorizedCashflowResponse
Type: array
Collection of UnAuthorized Cashflow Transaction Response
Show Source
Nested Schema : ObcmsUnAuthorizedCashflowTransactionRespDTO
Type: object
UnAuthorized Cashfow Transaction Response DTO model
Show Source
Nested Schema : errors
Type: object
Error Details
Show Source
Nested Schema : Error
Type: object
Error Model
Show Source

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
Back to Top