Creates cash deposit transaction details record
post
/service/v1/cashDepositTxn
This endpoint is used to create a cash deposit transaction details record.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
App Id
-
branchCode: string
Branch code
-
userId: 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(optional):
number
Currency Amount
-
cashAccRefNo(optional):
string
Cash Acc Ref No
-
channel(optional):
string
Channel
-
channelDepositBranch(optional):
string
Channel Deposit Branch
-
corporateId(optional):
string
Corporate Id of the DepositSlip
-
corporateName(optional):
string
Corporate Name of the DepositSlip
-
creditAccountNo(optional):
string
creditAccountNo of the DepositSlip
-
creditACCY(optional):
string
Credit Currency Amount
-
creditDate(optional):
string(date)
Credit Date
-
creditStatus(optional):
string
Credit Status
-
depositSlipAmt(optional):
number
Deposit Slip Amount
-
depositSlipAmtCcy(optional):
string
Deposit Slip Amount Currency
-
depositSlipCount(optional):
integer(int64)
Deposit Slip Count
-
depositSlipDate(optional):
string(date)
Deposit Slip Date
-
depositSlipDateString(optional):
string
DepositSlip Date String
-
depositSlipNo(optional):
string
no of the DepositSlipNo
-
depositSlipRefNo(optional):
string
deposit Slip Ref No of the slip
-
depositSlipValue(optional):
number
Deposit Slip Value
-
divisionCode(optional):
string
Division Code of Deposit Slip
-
divisionDesc(optional):
string
Division Description of Deposit Slip
-
exchangeRate(optional):
number
Exchange Rate
-
externalReferenceNum(optional):
string
External Reference Num of the DepositSlip
-
linkedRefNum(optional):
string
Linked Reference Number
-
pickupDate(optional):
string(date)
Pickup Date
-
pickupDateString(optional):
string
Pickup Date String
-
pickupLocationCode(optional):
string
Pickup Location Code of Deposit Slip
-
pickupLocationDesc(optional):
string
Pickup Location Description of Deposit Slip
-
pickupPointCode(optional):
string
Pickup Point Code of Deposit Slip
-
pickupPointDesc(optional):
string
Pickup Point Description of Deposit Slip
-
pickupRequestDate(optional):
string(date)
Pickup Request Date
-
referenceNum(optional):
string
Reference Num of the DepositSlip
-
requestDate(optional):
string(date)
Request Date
-
seqNo(optional):
integer(int64)
Seq No of the DepositSlip
-
stage(optional):
string
Stage
-
totalDenominationCount(optional):
integer(int64)
Total Denomination Count of Deposit Slip
-
txnRefNo(optional):
string
Transaction Reference Number
-
vaFlagYN(optional):
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