GET DigitalLending/LoanType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
KeyValuePair| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| Key | integer |
None. |
|
| code | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Page": 1,
"Key": 2,
"code": "sample string 3",
"Value": "sample string 4"
}