Authorizes cashflow transaction

post

/service/v1/authorizeCashflowTxn

This endpoint is used to authorize the cashflow transaction.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new cashflow TM Txn
Root Schema : ObcmsAuthorizeCashflowTxnCollection
Type: object
Collection of Cashflow Transaction to be authorized.
Show Source
Nested Schema : data
Type: array
Collection of Authorized Cashflow Transaction Request Data Model
Show Source
Nested Schema : ObcmsAuthorizeCashflowTxnDTO
Type: object
Authorized 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 : ObcmsAuthorizeCashflowTxnResponse
Type: object
Authorized Cashflow Transaction Response Data Model
Show Source
Nested Schema : cashflowResponse
Type: array
Collection of Cashflow Transaction Response
Show Source
Nested Schema : ObcmsCashflowTransactionRespDTO
Type: object
Scf Filter Parameters model
Show Source
Nested Schema : errors
Type: array
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