Validates cash depositSlip 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 : data
Type:
object
Nested Schema : errors
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error