Validate the 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.
Root Schema : ResponseModel
Type:
object
Response Model
Show Source
-
data:
object data
-
errors:
object errors
-
nettingTxnErrorList:
object NettingTxnErrorModelCollection
Netting Transaction Error Model Collection
-
paging:
object paging
Nested Schema : data
Type:
object
Nested Schema : errors
Type:
object
Nested Schema : NettingTxnErrorModelCollection
Type:
object
Netting Transaction Error Model Collection
Show Source
Nested Schema : paging
Type:
object
Nested Schema : nettingTxnErrorModelList
Type:
Show Source
array
-
Array of:
object NettingTxnErrorModel
Netting Transaction Error Model
Nested Schema : NettingTxnErrorModel
Type:
object
Netting Transaction Error Model
Show Source
-
errorCode:
string
Error Code
-
errorDescription:
string
Error Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error