PUT api/TLL
修改語言子資料
Request Information
URI Parameters
None.
Body Parameters
RMS_TL_SUB_LANG_2018| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TL_ID | globally unique identifier |
None. |
|
| TL_L_NAME | integer |
None. |
|
| TL_L_LISTEN | integer |
None. |
|
| TL_L_SPEAK | integer |
None. |
|
| TL_L_READ | integer |
None. |
|
| TL_L_WRITE | integer |
None. |
|
| CREATETIME | date |
None. |
|
| UPDATETIME | date |
None. |
|
| RMS_JOININNOLUX_2018 | RMS_JOININNOLUX_2018 |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"TL_ID": "4e035491-7b77-444d-a5bf-b4703c28631f",
"TL_L_NAME": 3,
"TL_L_LISTEN": 4,
"TL_L_SPEAK": 5,
"TL_L_READ": 6,
"TL_L_WRITE": 7,
"CREATETIME": "2026-04-02T22:55:43.660375+08:00",
"UPDATETIME": "2026-04-02T22:55:43.660375+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.