GET api/termsmas/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TermsMas| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
None. |
|
| DUE_DAYS | integer |
None. |
|
| INTEREST_PER | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"DUE_DAYS": 1,
"INTEREST_PER": 1.0
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"DUE_DAYS": 1,
"INTEREST_PER": 1.0
}
]