Cash Withdrawal API

post

/api-gateway/obremo-srv-branch-teller-services/obremo-srv-branch-teller-services/ob/obbrn/branchteller/v1/cashWithdrawal

External API to perform cash withdrawal transaction

Request

Supported Media Types
Header Parameters
  • Indicates a unique code to identify the application sub-domain. The value to be passed for this service as: SRVBRNTLR
  • Indicates the authorization token generated for the User ID mentioned above.
  • Indicates the application branch in which the operation is being initiated. The User ID used should have appropriate roles/rights to perform the action/operation in the given Branch.
  • Indicates the date of the application branch in which the operation is being initiated.
  • Indicates the media type of the resource being sent in the HTTP message body. This specifies the kind of data being sent by the server or the client. The value to be passed for this service as: application/json
  • Indicates the source system from where the operation is being initiated.
  • Indicates the Tenent ID on the SaaS Deployment.
  • Indicates the application User ID which will be used to initiate the operation. This User ID will be stored for audit purpose in the application against the operation. The User ID used here should have the appropriate roles/rights to perform the operation/action.
Body ()
Request Body that contains data required for creating a Cash withdrawal
Root Schema : CashWithdrawalData
Type: object
User Cash Withdrawal Request
Show Source
Nested Schema : CashDepositTransaction
Type: object
Cash Deposit Transaction
Match All
Cash Deposit Transaction
Show Source
Nested Schema : demDtls
Type: array
Show Source
Nested Schema : ExtSysDtls
Type: object
External System Details
Match All
External System Details
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
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

Bad request error, the server is unable to process the request.

401 Response

Unauthorized request error, invalid credentials.

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top