Loan Action : Marking & Unmarking
Marking & Unmarking
The Synofin API's Loan Marking & Unmarking Action is linked to various closure that a user may initiate in accordance with their requirements. This feature involves different step which are :
-
Retrieving Cancellation (Marking & Unmarking)
-
Retrieving Data for Loan Action (Marking & Unmarking)
-
Saving / Initiation Request for Loan Action (Marking & Unmarking)
-
Approving / Rejection Service Request for Loan Action (Marking & Unmarking)
GET Marking & Unmarking
This API is used for retrieving all the closure details for the specified Loan Id.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Key | Data Type | Value |
request* | String | Fixed = marking |
loanId* | Integer | - |
Response: 200
Fetch Data for Marking & Unmarking
Upon fetching the SynoFin losure API. The user can choose the Marking & Unmarking they must carry out in order to fulfil their demand at this point.
Consequently, we use following APIs to retrieve the Data for the selected Marking & Unmarking for the specified Loan Id.
POST Data For Loan Action
To obtain data for Marking & Unmarking, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/getDataForLoanActions
POST Master Data for Marking & Unmarking
To obtain Master data for Marking & Unmarking, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Saving / Initiation Request for Loan Action (Marking & Unmarking)
These are the APIs that are used to save loan Marking & Unmarking or initiate service requests initiated by maker so that the checker can review them and then determine what they want to accomplish and either Approve or Reject the Request.
Consequently, we use following APIs to save or intiated the Loan Marking & Unmarking for the selected Marking & Unmarking for the specified Loan Id.
POST Save Service Request
To save data for Marking & Unmarking, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/save
Request Approval / Rejection
The request must now be approved at the Request page, where users may examine requests and take action.
Click on the link below for knowing more about how request work's
No Comments