Rest API for Oracle Banking Liquidity Management

Liquidate Online

post

/onliq/liquidateOnline

This endpoint is used to get online liquidation.

Request

Supported Media Types
  • application/json
  • application/xml
Body (
  1. OnliqWrapperDTO
)
Request Body that contains data required for calculating
Root Schema : OnliqWrapperDTO
Type: object
OnliqWrapperDTO
Show Source
Nested Schema : onliq
Type: array
IC Liquidation Details
Show Source
Nested Schema : OnliqDetailsDTO
Type: object
Show Source
  • accountNumber(optional): string
  • branchCode(optional): string
  • liquidationDate(optional): string
  • productCode(optional): string
Back to Top

Response

Supported Media Types
  • application/json
  • application/xml

201 Response

Returns message of succes or failure
Headers
Body (
  1. OnliqResponseWrapperDTO
)
Root Schema : OnliqResponseWrapperDTO
Type: object
OnliqResponseDTO
Show Source
Nested Schema : onliq
Type: array
IC Liquidation Details
Show Source
Nested Schema : OnliqResponseDTO
Type: object
OnliqResponseDTO.
Show Source
Nested Schema : errors
Type: array
Error Code List
Show Source
Nested Schema : onliq
Type: object
IC Calculation Details
Show Source
Nested Schema : warnings
Type: array
Warning Code List
Show Source
Nested Schema : ErrorCodeDTO
Type: object
Show Source
  • errorCode(optional): string
  • errorDesc(optional): string
Nested Schema : OnliqDetailsDTO
Type: object
Show Source
  • accountNumber(optional): string
  • branchCode(optional): string
  • liquidationDate(optional): string
  • productCode(optional): string
Nested Schema : WarningCodeDTO
Type: object
Show Source
  • warningCode(optional): string
  • warningDesc(optional): string

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