Fetch cash deposit slip data
get
/service/v1/cashDepositInquiry
This endpoint fetches cash deposit slip data based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNumber: string
Reference of the Account Number
-
amountFrom: number
Reference of the From Amount
-
amountTo: number
Reference of the To Amount
-
amtRefBasis: string
Reference of the Amount
-
corporate: string
Reference of the Corporate
-
courier: string
Courier information
-
creditStatus: array[string]
Reference of the Credit Status
-
currency: string
Currency
-
dateFrom: string
Reference of the From Date
-
dateRefBasis: string
Reference Date
-
dateTo: string
Reference of the To Date
-
depositBranch: string
Reference of the Deposit Branch
-
depositChannel: string
Reference of the Deposit Channel
-
depositLocation: string
Reference of the Deposit Location
-
depositSlipNo: string
Deposit Slip No
-
depositSlipRefNo: string
Reference Number of the Deposit Slip
-
divisionCode: string
Reference of the Division Code
-
extRefNumber: string
Reference of the External Reference Number
-
limit: integer
Limit to be fetched
-
offset: integer
Offset of the limit
-
pickupFromDate: string
Pick Up From Date
-
pickupLocationCode: string
Pick Up Location Code
-
pickupPointCode: string
Pick Up Point Code
-
pickupToDate: string
Pick Up To Date
-
processingStatus: array[string]
Reference of the Processing Status
-
referenceNum: string
Reference Number
Header Parameters
-
appId(required): string
Application ID for SMS
-
authToken: string
Authentication Token
-
branchCode(required): string
Unique Branch Code
-
branchDate: string(date-time)
Branch Date
-
contentType: string
Content of a file
-
tenantId: string
Tenant ID for SMS
-
userId(required): string
User ID for SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation and returns the Cash Slip model based on the given parameters.
Root Schema : CashSlipInstrColl
Type:
object
Collection of Cash Deposit Inquiry
Show Source
-
cashSlipInstrumentList:
array cashSlipInstrumentList
Cash Deposit Summary Model
-
errors:
object errors
List Of Errors
-
paging:
object PagingDto
-
status:
string
Status
Nested Schema : cashSlipInstrumentList
Type:
array
Cash Deposit Summary Model
Show Source
-
Array of:
object CashDepositSummaryModel
Collection of Cash Deposit and Batch
Nested Schema : CashDepositSummaryModel
Type:
object
Collection of Cash Deposit and Batch
Show Source
-
BatchModel:
object BatchModel
Batch Data Model
-
CashSlipModel:
object CashSlipModel
CashSlip Data Model
Nested Schema : BatchModel
Type:
object
Batch Data Model
Nested Schema : CashSlipModel
Type:
object
CashSlip Data Model
Nested Schema : Error
Type:
object
Error Model
Show Source
-
errorCode:
string
Error Code
-
errorDescription:
string
Error Description
-
errorStatus:
string
Error Status
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error