Validate the cash deposit slip number
get
/service/v1/cashDeposit/duplicateValidation/{depositSlipNo}/{corporateId}
This endpoint validates the duplicate deposit slip number.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
corporateId(required): string
CorporateId of the DepositSlip that needs to be fetched
-
depositSlipNo(required): string
DepositSlipNo of the DepositSlip that needs to be fetched
Header Parameters
-
appId(required): string
-
authToken: string
Branch code for SMS
-
branchCode(required): string
Branch Code
-
contentType: string
ContentType for SMS
-
tenantId: string
TenantId 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 given parameters.
Nested Schema : ReconDecResponseData
Type:
Show Source
object
-
authStatus:
string
Authorization Status
-
existing:
string
Existing
-
partyId:
string
Party Id
-
reconRuleResponse:
array reconRuleResponse
Nested Schema : ReconRuleResponse
Type:
Show Source
object
-
ruleAuthStat:
string
Rule Authorization Status
-
ruleCheckerDate:
object ruleCheckerDate
Rule Checker Date
-
ruleCheckerId:
string
Rule Checker Id
-
ruleDescription:
string
Rule Description
-
ruleExisting:
string
Rule Existing
-
ruleId:
string
Rule Id
-
ruleMakerDate:
object ruleMakerDate
Rule Maker Date
-
ruleMakerId:
string
Rule Maker Id
Nested Schema : ruleCheckerDate
Type:
object
Rule Checker Date
Nested Schema : ruleMakerDate
Type:
object
Rule Maker Date
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error