PUT api/loanreview
Create/update a loan review.
Requires Authorisation
The api request must supply authenticated token in a custom variable in the request header. The custom variable name is configured in web.config. The default name of the custom variable is “X-Fern-Token”.
Requires Api License and User Access
The api requires license and user permission for API ID, PUTapi/loanreview. The user permission can be defined on User Settings screen in Abacus. For license, please contact Fern manager.
Request Information
URI Parameters
None.
Body Parameters
Loan review data.
LoanReviewsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanReviews |
Loan Reviews. |
Collection of LoanReviewDto | |
| IsReviewed |
Indicates whether an account is reviewd or not. |
boolean | |
| ReviewPeriodNum |
Number of reviews days. |
integer | |
| ReviewPeriod |
Review period. |
integer | |
| CULoanID |
Unique identifier of a loan account. |
integer | |
| CULoanPartID |
Unique identifier of a loan part. |
integer | |
| LoanPart |
Loan part. |
LoanPartDto |
Response Information
Response Codes
Success Status:
- Created (201), the HTTP response location header field contains the Uri of the newely created resource. Please see resource description below.
Failed Status(es):
Resource Description
Returns created loan review.
AccountLoanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CommunityLoans |
Member loans. |
Collection of AccountLoanBaseDto | It has value only for solidarity type loan. |
| LoanGuarantor |
Loan Guarantor Information if any. |
Collection of LoanGuarantorDto | |
| CancelReasonID |
Loan Cancel Reason Id. |
integer | Required for Loan Cancellation |
| Notes |
Notes for Loan Cancel |
NoteDto | Optional |
| LoanEditScheduleDto | LoanScheduleEditDto | ||
| Edit | boolean | ||
| ActualTotalRepayment | decimal number | ||
| LoanAgreementType | integer | ||
| IsCollateralProcessIncluded |
Determine whether Loan Collateral is included in Loan Manager Process. |
boolean | |
| IsGuarantorProcessIncluded |
Determine whether Loan Guarantor is included in Loan Manager Process. |
boolean | |
| CustomerFinancialAnalysisLinks |
Customer Financial Analysis Links of an account. |
Collection of CustomerFinancialAnalysisLinkDto | |
| LoanStatus |
Status to decide whether its loan application screen (it may be top up or new loan) |
LoanStatus | |
| CUInsuranceID |
Insurance product selected in loan application |
integer | |
| CustomerExternalLoans |
Customer's Loan Details. |
Collection of CustomerExternalLoansDto | |
| PersonEmployee |
Customer's Income Details. |
Collection of PersonEmployeeDto | |
| CULoanID |
Unique identifier of the loan account. |
integer | |
| CommunityCULoanID |
Unique identifier of a community loan. |
integer | |
| LoanApp |
Loan Application. |
LoanAppDto | |
| Excluded |
Exclude the loan from loan members. |
boolean | It is applicable only for solidarity members. |
| Issued |
Whether loan is issued or not. |
boolean | |
| ProductLoan |
Loan Product. |
LoanProductDto | |
| CUAccountID |
Unique identifier of an account. |
integer | Required |
| CustomerID |
Unique identifier of a customer who owns this account. |
integer | Required. |
| ProductId |
Unique identifier of a product. |
integer | Required. |
| CUAccountPortfolioID |
Unique identifer of a portfolio. |
integer | |
| DRAmount |
Credit Amount. |
decimal number | Read-Only. |
| CRAmount |
Debit Amount. |
decimal number | Read-Only. |
| Surveys |
Surveys of an account. |
Collection of SurveyDto | |
| AnalysisLinks |
Analysis Links of an account. |
Collection of AnalysisLinkDto | |
| Description |
Account's Description. |
string | ReadOnly. |
| Name |
Account's Name. |
string | |
| CUAccountRatingID |
Rating id of an account. |
integer | |
| CUAccountIndustryCodeID |
Industry code of an account. |
integer | |
| RegularStatements |
Customer receives regular statements (default to be set at account level. |
boolean | |
| StatementFrequencyNum |
Number of periods between statements. |
integer | |
| StatementFrequencyID |
ID of the statement period. |
byte | |
| StatementLastRun |
When the statement was last run. |
string | |
| CurrencyId |
Currency ID of an account. |
integer | |
| Active |
Active or Inactive status of an account |
boolean | |
| AccStatus | byte | ||
| AccountNumber | string |