Creates a new cashflow transaction

post

/service/v1/cashflowInflowTxns

This endpoint is used to create a new cashflow transaction. If the autoAuth flag is Y, then the transactions are authorised automatically, else the another call for approval API is required.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new cashflow TM Txn
Root Schema : ObcmsCashflowTransactionCollection
Type: object
Collection of Cashflow Transaction Model
Show Source
Nested Schema : data
Type: array
List Of ObcmsCashflowTransactionDTO
Show Source
Nested Schema : ObcmsCashflowTransactionDTO
Type: object
Cashflow 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 : ObcmsCashflowTransactionResponse
Type: object
Cashflow Txn Response model
Show Source
Nested Schema : cashflowResponse
Type: array
Collection of request attributes.
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