Validate the instrument number and deposit slip number
get
/service/v1/instrumentCollection/duplicateCheck
This endpoint validates the duplicate instrument number and deposit slip number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
corporateId: string
Corporate Id
-
depositSlipNo: string
DepositSlipNumber
-
drawnOnBankCode: string
Drawan On Bank Code
-
instrumentNo: string
Instrument Number
Header Parameters
-
appId: string
Application Id for SMS
-
authToken(optional): string
Authorization Token For SMS
-
branchCode: string
Branch Code
-
contentType(optional): string
Content Type
-
tenantId(optional): string
Tenant Id for SMS
-
userId: string
User Id For SMS
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the Id of the duplicate instrument collection
Root Schema : InstrumentCollectionDuplicateCheckResponseModel
Type:
object
Instrument Collection Duplicate Check Model
Show Source
-
corporateId(optional):
string
Corporate Id
-
depositSlipNo(optional):
string
DepositSlip Number
-
drawnOnBankCode(optional):
string
Drawn On Bank Code
-
errors(optional):
object errors
List Of Errors
-
instrumentNo(optional):
string
Instrument Number
-
responseStatus(optional):
string
Response Status
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.
405 Response
Invalid input
500 Response
Internal error