Create the cash deposit slip transaction

put

/service/v1/denominationCollection/update

This endpoint creates the cash deposit slip transaction.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating denomination collections
Root Schema : DenominationCollectionsArray
Type: object
Denomination Collections Array model
Show Source
Nested Schema : denominationCollections
Type: array
Denomination Collections Transaction
Show Source
Nested Schema : DenominationCollections
Type: object
Denomination Collections model
Show Source
Nested Schema : cashSlipTxn
Type: array
Cash Slip Transaction
Show Source
Nested Schema : CollectionTxnModel
Type: object
InstrumentCollections model
Show Source
Nested Schema : CashSlipTxnModel
Type: object
Cash Slip model
Show Source
Nested Schema : CashSlipAdditionalInfoCollection
Type: object
Collection of CashSlips
Show Source
Nested Schema : DenominationCollection
Type: object
Collection of Denominations
Show Source
Nested Schema : CashSlipAdditionalInfoList
Type: array
Cash Slip Additional Information Model
Show Source
Nested Schema : CashSlipAdditionalInfoModel
Type: object
DataSlips additional Field
Show Source
Nested Schema : DenominationList
Type: array
Denomination Model
Show Source
Nested Schema : DenominationModel
Type: object
Denomination model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successfully performs the operation and returns the denomination response model of the updated denomination collection
Body ()
Root Schema : DenominationCollectionResponseModelArray
Type: object
Denomination Collection Response Model
Show Source
Nested Schema : denominationCollections
Type: array
Denomination Collections ResponseModel
Show Source
Nested Schema : DenominationCollectionResponseModel
Type: object
Denomination Collection Response Model
Show Source
Nested Schema : CashSlipTxnData
Type: object
Cash Slip Transaction Data
Nested Schema : CollectionTxnData
Type: object
Denomination Collection Transaction Model
Nested Schema : Errors
Type: object
List Of Errors
Show Source
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