Create the Instrument collection transaction

put

/service/v1/instrumentCollection/update

This endpoint creates Instrument collection transaction.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating instrument collections
Root Schema : InstrumentCollections
Type: object
InstrumentCollections model
Show Source
Nested Schema : CollectionTxnModel
Type: object
InstrumentCollections model
Show Source
Nested Schema : depositSlipTxn
Type: array
depositSlip
Show Source
Nested Schema : DepositSlipTxnModel
Type: object
DepositSlip Transaction model
Show Source
Nested Schema : DepositSlipAdditionalFieldsModel
Type: object
Collection of DepositSlips
Show Source
Nested Schema : errors
Type: object
List Of Errors
Show Source
Nested Schema : InstrumentDetTxn
Type: object
Collection of Instruments Details Transaction
Show Source
Nested Schema : DepositSlipAdditionalInfoList
Type: array
Show Source
Nested Schema : DepositSlipAdditionalFieldsDto
Type: object
DataSlips additional Field
Show Source
Nested Schema : Error
Type: object
Error Model
Show Source
Nested Schema : instrumentList
Type: array
Show Source
Nested Schema : InstrumentDetTxnModel
Type: object
Instrument Details Transaction model
Show Source
Nested Schema : InstrumentDetailAdditionalFieldsModel
Type: object
Collection of DepositSlips
Show Source
Nested Schema : InstrumentModelAdditionalInfoList
Type: array
Show Source
Nested Schema : InstrumentDetailAdditionalFieldsDto
Type: object
DataSlips additional Field
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the Id of the updated instrument collection
Body ()
Root Schema : InstrumentCollectionResponseModel
Type: object
Instrument Collection Response Model
Show Source
Nested Schema : DepositSlipTxnData
Type: object
DepositSlip Transaction Data
Nested Schema : errors
Type: object
List Of Errors
Show Source
Nested Schema : InstCollTxnData
Type: object
Instrument Collection Traction Model
Nested Schema : Error
Type: object
Error Model
Show Source

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
Back to Top