Validate the instrument number and deposit slip number
get
/service/v1/instrumentCollection/duplicateCheck
This api validates duplicate instrument number and deposit slip number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
corporateId(required): string
Corporate Id
-
depositSlipNo(required): string
DepositSlipNumber
-
drawnOnBankCode(required): string
Drawan On Bank Code
-
instrumentNo(required): string
Instrument Number
Header Parameters
-
appId(required): string
Application Id for SMS
-
authToken: string
Authorization Token For SMS
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
tenantId: string
Tenant Id for SMS
-
userId(required): 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:
string
Corporate Id
-
depositSlipNo:
string
DepositSlip Number
-
drawnOnBankCode:
string
Drawn On Bank Code
-
errors:
object errors
List Of Errors
-
instrumentNo:
string
Instrument Number
-
responseStatus:
string
Response Status
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