Skip to main content

Fetch Properties for the System

GET System Properties

All data from system properties can be retrieved using this SynoFin LMS API.

image.png

URL: {{base_url}}/loan-management/v1/getSystemProperties

Request 
Request Type: GET
Authorization: Bearer Token

Response: 200


{
  "response": true,
  "data": {
    "current_date": "dd-MM-yyyy",
    "business_date": "dd-MM-yyyy"
  },
  "error": null
}