To Create the cash withdrawal from an external application like OBDX and sent the request to oracle banking cash management
put
/service/v1/cashWithdrawalInquiry
This endpoint is used to get exposed to the external application normally portal to create Cash Withdrawal and send it to CMS back office for further processing.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application ID for SMS
-
authToken(optional): string
Authentication Token
-
branchCode: string
Unique Branch Code
-
contentType(optional): string
Content of a file
-
tenantId(optional): string
Tenant ID for SMS
-
userId: string
User id for SMS
Request Body that contains data required for creating a new CashWithdrawal Entry
Root Schema : CashWithdrawalEntryRequestModel
Type:
object
Collection of CashWithdrawal Request Model
Show Source
-
cashWithdrawalEntryData(optional):
object CashWithDrawalEntryModel
Cash Withdrawal Enquiry Model
Nested Schema : CashWithDrawalEntryModel
Type:
object
Cash Withdrawal Enquiry Model
Show Source
-
action(optional):
string
Action
-
amount(optional):
number
Amount
-
amtAccCcy(optional):
number
Amount Account Ccy
-
authStat(optional):
string
Authorization Status
-
branchCode(optional):
string
branchCode
-
cashWithdrawalEnquiryDenominationfFieldsData(optional):
array cashWithdrawalEnquiryDenominationfFieldsData
-
channel(optional):
string
Channel
-
channelWithdrawalBranch(optional):
string
Channel Withdrawal Branch
-
checkerDtStamp(optional):
string
CheckerDateStamp
-
checkerId(optional):
string
Checker Id
-
checkerRemarks(optional):
string
Checker Remarks
-
chequeDate(optional):
string
Cheque Date
-
chequeNo(optional):
string
Cheque Number
-
consignmentDate(optional):
string
Consignment Date
-
consignmentNo(optional):
string
Consignment Number
-
contactNo(optional):
string
Contact Number
-
corporateId(optional):
string
Corporate Id
-
corporateName(optional):
string
Corporate Name
-
corporateRefNo(optional):
string
Corporate Reference Number
-
courierCode(optional):
string
Courier Code
-
currency(optional):
string
Currency
-
cwAccRefNo(optional):
string
CashWithdrawal Account Reference Number
-
debitAccountNo(optional):
string
Debit Account Number
-
debitACCY(optional):
string
Debit Account CCY
-
debitDate(optional):
string
Debit Date
-
debitStatus(optional):
string
Debit Status
-
deliveryPointCode(optional):
string
Delivery Point Code
-
deliveryPointDesc(optional):
string
Delivery Point Description
-
denominationCount(optional):
number
Denomination Count
-
exchangeRate(optional):
number
Exchange Rate
-
externalChannel(optional):
string
External Channel
-
extReferenceNo(optional):
string
External Reference Number
-
id(optional):
string
Id of the cashwithdrawal
-
idProofDetail(optional):
string
Id Proof Detail
-
idProofType(optional):
string
Id Proof Type
-
lienAmount(optional):
number
Lien Amount
-
lienDate(optional):
string
Lien Date
-
lienNumber(optional):
string
Lien Number
-
lienStatus(optional):
string
Lien Status
-
makerDtStamp(optional):
string
MakerDateStamp
-
makerId(optional):
string
Maker Id
-
makerRemarks(optional):
string
Maker Remarks
-
misc1(optional):
string
1st Miscellaneous Field
-
misc10(optional):
string
10th Miscellaneous Field
-
misc11(optional):
string
11th Miscellaneous Field
-
misc12(optional):
string
12th Miscellaneous Field
-
misc13(optional):
string
13th Miscellaneous Field
-
misc14(optional):
string
14th Miscellaneous Field
-
misc15(optional):
string
15th Miscellaneous Field
-
misc16(optional):
string
16th Miscellaneous Field
-
misc17(optional):
string
17th Miscellaneous Field
-
misc18(optional):
string
18th Miscellaneous Field
-
misc19(optional):
string
19th Miscellaneous Field
-
misc2(optional):
string
2nd Miscellaneous Field
-
misc20(optional):
string
20th Miscellaneous Field
-
misc21(optional):
string
21st Miscellaneous Field
-
misc22(optional):
string
22nd Miscellaneous Field
-
misc23(optional):
string
23rd Miscellaneous Field
-
misc24(optional):
string
24th Miscellaneous Field
-
misc25(optional):
string
25th Miscellaneous Field
-
misc26(optional):
string
26th Miscellaneous Field
-
misc27(optional):
string
27th Miscellaneous Field
-
misc28(optional):
string
28th Miscellaneous Field
-
misc29(optional):
string
29th Miscellaneous Field
-
misc3(optional):
string
3rd Miscellaneous Field
-
misc30(optional):
string
30th Miscellaneous Field
-
misc4(optional):
string
4th Miscellaneous Field
-
misc5(optional):
string
5th Miscellaneous Field
-
misc6(optional):
string
6th Miscellaneous Field
-
misc7(optional):
string
7th Miscellaneous Field
-
misc8(optional):
string
8th Miscellaneous Field
-
misc9(optional):
string
9th Miscellaneous Field
-
modNo(optional):
integer
Mod No of the cashwithdrawal
-
noOfMiscFields(optional):
number
noOfMiscFields
-
onceAuth(optional):
string
Once Authorization
-
processingDate(optional):
string
Processing Date
-
processingStatus(optional):
string
Stage
-
recipientName(optional):
string
recipient Name
-
recipientType(optional):
string
Recipient Type
-
recordStat(optional):
string
Record Status
-
requestedDate(optional):
string
Requested Date
-
slipNo(optional):
string
Slip Number
-
stage(optional):
string
Stage
-
transactionRefNo(optional):
string
Transaction Reference Number
-
vaFlagYN(optional):
string
Virtual Account Falg(Y/N)
-
withdrawalDate(optional):
string
Channel Withdrawal Date
-
withdrawalSlipDate(optional):
string
WithdrawalSlipDate
Nested Schema : cashWithdrawalEnquiryDenominationfFieldsData
Type:
Show Source
array
-
Array of:
object CashWithdrawalEnquiryDenominationFieldsModel
Collection of CashWithdrawal Enquiry Denomination Fields Model
Nested Schema : CashWithdrawalEnquiryDenominationFieldsModel
Type:
object
Collection of CashWithdrawal Enquiry Denomination Fields Model
Show Source
-
checkerDtStamp(optional):
string
CheckerDateStamp
-
checkerId(optional):
string
Checker Id
-
denominationAmount(optional):
number
Denomination Amount
-
denominationCount(optional):
number
Denomination Count
-
denominationRefNo(optional):
string
Denomination Reference Number
-
denominationType(optional):
string
Denomination Type
-
denominationValue(optional):
number
Denomination Value
-
depositSlipNo(optional):
number
DepositSlip Number
-
depositSlipRefNo(optional):
string
DepositSlip Reference Number
-
id(optional):
string
Id for Denomination
-
makerDtStamp(optional):
string
MakerDateStamp
-
makerId(optional):
string
Maker Id
-
referenceNum(optional):
string
Reference Number
-
seqNo(optional):
number
Seq No
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : CashWithdrawalEntryResponseModel
Type:
object
Collection of CashWithdrawal Response Model
Show Source
-
cashWithdrawalEntryData(optional):
object CashWithDrawalEntryModel
Cash Withdrawal Enquiry Model
-
errors(optional):
object errors
List Of Errors
-
responseStatus(optional):
string
Response Status
Nested Schema : CashWithDrawalEntryModel
Type:
object
Cash Withdrawal Enquiry Model
Show Source
-
action(optional):
string
Action
-
amount(optional):
number
Amount
-
amtAccCcy(optional):
number
Amount Account Ccy
-
authStat(optional):
string
Authorization Status
-
branchCode(optional):
string
branchCode
-
cashWithdrawalEnquiryDenominationfFieldsData(optional):
array cashWithdrawalEnquiryDenominationfFieldsData
-
channel(optional):
string
Channel
-
channelWithdrawalBranch(optional):
string
Channel Withdrawal Branch
-
checkerDtStamp(optional):
string
CheckerDateStamp
-
checkerId(optional):
string
Checker Id
-
checkerRemarks(optional):
string
Checker Remarks
-
chequeDate(optional):
string
Cheque Date
-
chequeNo(optional):
string
Cheque Number
-
consignmentDate(optional):
string
Consignment Date
-
consignmentNo(optional):
string
Consignment Number
-
contactNo(optional):
string
Contact Number
-
corporateId(optional):
string
Corporate Id
-
corporateName(optional):
string
Corporate Name
-
corporateRefNo(optional):
string
Corporate Reference Number
-
courierCode(optional):
string
Courier Code
-
currency(optional):
string
Currency
-
cwAccRefNo(optional):
string
CashWithdrawal Account Reference Number
-
debitAccountNo(optional):
string
Debit Account Number
-
debitACCY(optional):
string
Debit Account CCY
-
debitDate(optional):
string
Debit Date
-
debitStatus(optional):
string
Debit Status
-
deliveryPointCode(optional):
string
Delivery Point Code
-
deliveryPointDesc(optional):
string
Delivery Point Description
-
denominationCount(optional):
number
Denomination Count
-
exchangeRate(optional):
number
Exchange Rate
-
externalChannel(optional):
string
External Channel
-
extReferenceNo(optional):
string
External Reference Number
-
id(optional):
string
Id of the cashwithdrawal
-
idProofDetail(optional):
string
Id Proof Detail
-
idProofType(optional):
string
Id Proof Type
-
lienAmount(optional):
number
Lien Amount
-
lienDate(optional):
string
Lien Date
-
lienNumber(optional):
string
Lien Number
-
lienStatus(optional):
string
Lien Status
-
makerDtStamp(optional):
string
MakerDateStamp
-
makerId(optional):
string
Maker Id
-
makerRemarks(optional):
string
Maker Remarks
-
misc1(optional):
string
1st Miscellaneous Field
-
misc10(optional):
string
10th Miscellaneous Field
-
misc11(optional):
string
11th Miscellaneous Field
-
misc12(optional):
string
12th Miscellaneous Field
-
misc13(optional):
string
13th Miscellaneous Field
-
misc14(optional):
string
14th Miscellaneous Field
-
misc15(optional):
string
15th Miscellaneous Field
-
misc16(optional):
string
16th Miscellaneous Field
-
misc17(optional):
string
17th Miscellaneous Field
-
misc18(optional):
string
18th Miscellaneous Field
-
misc19(optional):
string
19th Miscellaneous Field
-
misc2(optional):
string
2nd Miscellaneous Field
-
misc20(optional):
string
20th Miscellaneous Field
-
misc21(optional):
string
21st Miscellaneous Field
-
misc22(optional):
string
22nd Miscellaneous Field
-
misc23(optional):
string
23rd Miscellaneous Field
-
misc24(optional):
string
24th Miscellaneous Field
-
misc25(optional):
string
25th Miscellaneous Field
-
misc26(optional):
string
26th Miscellaneous Field
-
misc27(optional):
string
27th Miscellaneous Field
-
misc28(optional):
string
28th Miscellaneous Field
-
misc29(optional):
string
29th Miscellaneous Field
-
misc3(optional):
string
3rd Miscellaneous Field
-
misc30(optional):
string
30th Miscellaneous Field
-
misc4(optional):
string
4th Miscellaneous Field
-
misc5(optional):
string
5th Miscellaneous Field
-
misc6(optional):
string
6th Miscellaneous Field
-
misc7(optional):
string
7th Miscellaneous Field
-
misc8(optional):
string
8th Miscellaneous Field
-
misc9(optional):
string
9th Miscellaneous Field
-
modNo(optional):
integer
Mod No of the cashwithdrawal
-
noOfMiscFields(optional):
number
noOfMiscFields
-
onceAuth(optional):
string
Once Authorization
-
processingDate(optional):
string
Processing Date
-
processingStatus(optional):
string
Stage
-
recipientName(optional):
string
recipient Name
-
recipientType(optional):
string
Recipient Type
-
recordStat(optional):
string
Record Status
-
requestedDate(optional):
string
Requested Date
-
slipNo(optional):
string
Slip Number
-
stage(optional):
string
Stage
-
transactionRefNo(optional):
string
Transaction Reference Number
-
vaFlagYN(optional):
string
Virtual Account Falg(Y/N)
-
withdrawalDate(optional):
string
Channel Withdrawal Date
-
withdrawalSlipDate(optional):
string
WithdrawalSlipDate
Nested Schema : cashWithdrawalEnquiryDenominationfFieldsData
Type:
Show Source
array
-
Array of:
object CashWithdrawalEnquiryDenominationFieldsModel
Collection of CashWithdrawal Enquiry Denomination Fields Model
Nested Schema : CashWithdrawalEnquiryDenominationFieldsModel
Type:
object
Collection of CashWithdrawal Enquiry Denomination Fields Model
Show Source
-
checkerDtStamp(optional):
string
CheckerDateStamp
-
checkerId(optional):
string
Checker Id
-
denominationAmount(optional):
number
Denomination Amount
-
denominationCount(optional):
number
Denomination Count
-
denominationRefNo(optional):
string
Denomination Reference Number
-
denominationType(optional):
string
Denomination Type
-
denominationValue(optional):
number
Denomination Value
-
depositSlipNo(optional):
number
DepositSlip Number
-
depositSlipRefNo(optional):
string
DepositSlip Reference Number
-
id(optional):
string
Id for Denomination
-
makerDtStamp(optional):
string
MakerDateStamp
-
makerId(optional):
string
Maker Id
-
referenceNum(optional):
string
Reference Number
-
seqNo(optional):
number
Seq No
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.
500 Response
Internal error