Liquidate Online
post
/onliq/liquidateOnline
This endpoint is used to get online liquidation.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for calculating
Root Schema : OnliqWrapperDTO
Type:
object
OnliqWrapperDTO
Show Source
-
onliq(optional):
array onliq
IC Liquidation Details
Nested Schema : onliq
Type:
array
IC Liquidation Details
Show Source
-
Array of:
object OnliqDetailsDTO
Nested Schema : OnliqDetailsDTO
Type:
Show Source
object
-
accountNumber(optional):
string
-
branchCode(optional):
string
-
liquidationDate(optional):
string
-
productCode(optional):
string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly calculate charges
Root Schema : OnliqResponseWrapperDTO
Type:
object
OnliqResponseDTO
Show Source
-
onliq(optional):
array onliq
IC Liquidation Details
Nested Schema : onliq
Type:
array
IC Liquidation Details
Show Source
-
Array of:
object OnliqResponseDTO
OnliqResponseDTO.
Nested Schema : OnliqResponseDTO
Type:
object
OnliqResponseDTO.
Show Source
-
errors(optional):
array errors
Error Code List
-
msgStat(optional):
string
-
onliq(optional):
object onliq
IC Calculation Details
-
warnings(optional):
array warnings
Warning Code List
Nested Schema : onliq
Type:
object
IC Calculation Details
Show Source
-
Array of:
object OnliqDetailsDTO
Nested Schema : ErrorCodeDTO
Type:
Show Source
object
-
errorCode(optional):
string
-
errorDesc(optional):
string
Nested Schema : OnliqDetailsDTO
Type:
Show Source
object
-
accountNumber(optional):
string
-
branchCode(optional):
string
-
liquidationDate(optional):
string
-
productCode(optional):
string
Nested Schema : WarningCodeDTO
Type:
Show Source
object
-
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