Query the Collateral details through a Backoffice Service
get
/backoffice-services/backoffice/loans/elcm/collateral
This operation queries the collateral details through a Backoffice Service.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
branchCode: string
branch Code
-
collateralCategory: string
Category of the Collateral
-
collateralCode: string
Collateral Code
-
collateralCurrency: string
Collateral Currency
-
collateralType: string
Type of the Collateral
-
liabilityNo: string
Liability Number of the Collateral
-
startDate: string
Start Date of the Collateral
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : ELCMCollateralModel
Type:
object
Collateral model
Show Source
-
availableAmount:
number(double)
Available Amount
-
branchCode:
string
Branch Code
-
collateralAmount:
number(double)
Collateral Amount
-
collateralCategory:
string
Collateral Category
-
collateralCode:
string
Collateral Code
-
collateralCurrency:
string
Collateral Currency
-
collateralDescription:
string
Collateral Description
-
collateralType:
string
Collateral Type
-
liabilityNo:
string
Liability Number
-
startDate:
string
Start Date
-
utilizedAmount:
number(double)
Utilized Amount
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error