Calculates and creates cash deposit charges transaction
post
/service/v1/cashDepositTxn
This endpoint is used to calculates and creates cash deposit charges transaction details record.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch code
-
userId(required): string
User Id
Request body with cash deposit transaction details to be persisted
Root Schema : CashDepositTxnDTOCollection
Type:
object
Collection of CashDeposit Txn Dto.
Show Source
Nested Schema : obCashDepositChargesTxnDTOList
Type:
Show Source
array
-
Array of:
object CollectionCashDepositTxnDTO
Collection of CashDeposit Txn Dto.
Nested Schema : CollectionCashDepositTxnDTO
Type:
object
Collection of CashDeposit Txn Dto.
Show Source
-
amountACCY:
number
Currency Amount
-
cashAccRefNo:
string
Cash Acc Ref No
-
channel:
string
Channel
-
channelDepositBranch:
string
Channel Deposit Branch
-
corporateId:
string
Corporate Id of the DepositSlip
-
corporateName:
string
Corporate Name of the DepositSlip
-
creditAccountNo:
string
creditAccountNo of the DepositSlip
-
creditACCY:
string
Credit Currency Amount
-
creditDate:
string(date)
Credit Date
-
creditStatus:
string
Credit Status
-
depositSlipAmt:
number
Deposit Slip Amount
-
depositSlipAmtCcy:
string
Deposit Slip Amount Currency
-
depositSlipCount:
integer(int64)
Deposit Slip Count
-
depositSlipDate:
string(date)
Deposit Slip Date
-
depositSlipDateString:
string
DepositSlip Date String
-
depositSlipNo:
string
no of the DepositSlipNo
-
depositSlipRefNo:
string
deposit Slip Ref No of the slip
-
depositSlipValue:
number
Deposit Slip Value
-
divisionCode:
string
Division Code of Deposit Slip
-
divisionDesc:
string
Division Description of Deposit Slip
-
exchangeRate:
number
Exchange Rate
-
externalReferenceNum:
string
External Reference Num of the DepositSlip
-
linkedRefNum:
string
Linked Reference Number
-
pickupDate:
string(date)
Pickup Date
-
pickupDateString:
string
Pickup Date String
-
pickupLocationCode:
string
Pickup Location Code of Deposit Slip
-
pickupLocationDesc:
string
Pickup Location Description of Deposit Slip
-
pickupPointCode:
string
Pickup Point Code of Deposit Slip
-
pickupPointDesc:
string
Pickup Point Description of Deposit Slip
-
pickupRequestDate:
string(date)
Pickup Request Date
-
referenceNum:
string
Reference Num of the DepositSlip
-
requestDate:
string(date)
Request Date
-
seqNo:
integer(int64)
Seq No of the DepositSlip
-
stage:
string
Stage
-
totalDenominationCount:
integer(int64)
Total Denomination Count of Deposit Slip
-
txnRefNo:
string
Transaction Reference Number
-
vaFlagYN:
string
Virtual Acc Flag YN
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
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