Cash Deposit API

post

/cash-services/service/v1/cash/cashDeposit

This endpoint is used to add a cash deposit.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a Cash Deposit
Root Schema : CashDepositData
Type: object
User Misc GL Credit Request
Show Source
Nested Schema : CashDepositTransaction
Type: object
GL Credit Request
Match All
Show Source
Nested Schema : demDtls
Type: array
Show Source
Nested Schema : ExtSysDtls
Type: object
User Misc GL Credit Request
Match All
Show Source
Nested Schema : prcDtls
Type: array
Show Source
Nested Schema : CashDepositTransaction-allOf[0]
Type: object
Show Source
Nested Schema : DenomTxnDtlsModel
Type: object
Show Source
Nested Schema : ExtSysDtls-allOf[0]
Type: object
Show Source
Nested Schema : PrcDtlsModel
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : APIDTOWrapper
Type: object
Show Source
Nested Schema : data
Type: object
Nested Schema : APIDTO
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : APICode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

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