Create 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 authorized automatically, else the another call for approval API is required.
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 creating a new cashflow TM Txn
Root Schema : ObcmsCashflowTransactionCollection
Type:
object
Collection of Cashflow Transaction Model
Show Source
-
data(optional):
array data
List Of ObcmsCashflowTransactionDTO
Nested Schema : data
Type:
array
List Of ObcmsCashflowTransactionDTO
Show Source
-
Array of:
object ObcmsCashflowTransactionDTO
Cashflow Transaction Request Parameters model
Nested Schema : ObcmsCashflowTransactionDTO
Type:
object
Cashflow Transaction Request Parameters model
Show Source
-
actualCashflowAmt(optional):
string
Actual Cashflow Amount
-
actualDate(optional):
string
Actual Date
-
amount(optional):
string
Amount
-
applicationName(optional):
string
Application Name
-
autoAuth(optional):
string
Auto Authentication Flag
-
bankAccountNumber(optional):
string
Bank Account Number
-
cashflowIndicator(optional):
string
Cashflow Indicator Flag
-
ccy(optional):
string
Currency
-
channel(optional):
string
Channel
-
code(optional):
string
Code
-
corporateId(optional):
string
Corporate Id
-
customerRefNo(optional):
string
Customer Reference No
-
description(optional):
string
Description
-
excludeRecon(optional):
string
Exclude Recon
-
expectedDate(optional):
string
Expected Date
-
externalReferenceNo(optional):
string
External Reference No
-
lastActionPerformed(optional):
string
Last Action Performed
-
narration(optional):
string
Narration
-
partyId(optional):
string
Party Id
-
partyName(optional):
string
Party Name
-
reconStatus(optional):
string
Recon Status
-
revisedExpectedDate(optional):
string
Revised Expected Date
-
status(optional):
string
Status
-
transactionStatus(optional):
string
Transaction Status
-
udfTxt1(optional):
string
User Defined Text 1
-
udfTxt10(optional):
string
User Defined Text 10
-
udfTxt2(optional):
string
User Defined Text 2
-
udfTxt3(optional):
string
User Defined Text 3
-
udfTxt4(optional):
string
User Defined Text 4
-
udfTxt5(optional):
string
User Defined Text 5
-
udfTxt6(optional):
string
User Defined Text 6
-
udfTxt7(optional):
string
User Defined Text 7
-
udfTxt8(optional):
string
User Defined Text 8
-
udfTxt9(optional):
string
User Defined Text 9
-
varianceAmount(optional):
string
Variance Amount
-
virtualAcctNo(optional):
string
Virtual Account No
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 : ObcmsCashflowTransactionResponse
Type:
object
Cashflow Transaction Response model
Show Source
-
cashflowResponse(optional):
array cashflowResponse
Collection of Cashflow Transaction Response
Nested Schema : cashflowResponse
Type:
array
Collection of Cashflow Transaction Response
Show Source
-
Array of:
object ObcmsCashflowTransactionRespDTO
Cashflow Transaction Response Model
Nested Schema : ObcmsCashflowTransactionRespDTO
Type:
object
Cashflow Transaction Response Model
Show Source
-
actualCashflowAmt(optional):
string
Actual Cashflow Amount
-
actualDate(optional):
string
Actual Date
-
amount(optional):
string
Amount
-
applicationName(optional):
string
Application Name
-
authStatus(optional):
string
Authentication Status
-
bankAccountNumber(optional):
string
Bank Account Number
-
cashflowIndicator(optional):
string
Cashflow Indicator Flag
-
ccy(optional):
string
Currency
-
channel(optional):
string
Channel
-
code(optional):
string
Code
-
corporateId(optional):
string
Corporate Id
-
customerRefNo(optional):
string
Customer reference No
-
description(optional):
string
Description
-
errorDesc(optional):
string
Error Description
-
errors(optional):
array errors
List Of Error Details
-
errorStatus(optional):
string
Error Status
-
excludeRecon(optional):
string
Exclude Recon
-
expectedDate(optional):
string
Expected Date
-
externalReferenceNo(optional):
string
External Reference No
-
lastActionPerformed(optional):
string
Last Action Performed
-
modNo(optional):
integer
Modification No
-
narration(optional):
string
Narration
-
partyId(optional):
string
Party Id
-
partyName(optional):
string
Party Name
-
reconStatus(optional):
string
Recon status
-
responseCode(optional):
string
Response Code
-
revisedExpectedDate(optional):
string
Revised Expected Date
-
status(optional):
string
Status
-
transactionId(optional):
string
Transaction Id
-
transactionStatus(optional):
string
Transaction Status
-
udfTxt1(optional):
string
User Defined Text 1
-
udfTxt10(optional):
string
User Defined Text 10
-
udfTxt2(optional):
string
User Defined Text 2
-
udfTxt3(optional):
string
User Defined Text 3
-
udfTxt4(optional):
string
User Defined Text 4
-
udfTxt5(optional):
string
User Defined Text 5
-
udfTxt6(optional):
string
User Defined Text 6
-
udfTxt7(optional):
string
User Defined Text 7
-
udfTxt8(optional):
string
User Defined Text 8
-
udfTxt9(optional):
string
User Defined Text 9
-
varianceAmount(optional):
string
Variance Amount
-
virtualAcctNo(optional):
string
Virtual Account No
Nested Schema : errors
Type:
array
List Of Error Details
Show Source
-
Array of:
object Error
Error Model
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