GET api/common_value/yearnames/{bf},{af}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bf | integer |
Required |
|
| af | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DSMTitle| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayNameENG | string |
None. |
|
| DisplayNameTHA | string |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DisplayNameENG": "sample string 1",
"DisplayNameTHA": "sample string 2",
"ID": 3
},
{
"DisplayNameENG": "sample string 1",
"DisplayNameTHA": "sample string 2",
"ID": 3
}
]