PUT api/TLL

修改語言子資料

Request Information

URI Parameters

None.

Body Parameters

RMS_TL_SUB_LANG_2018
NameDescriptionTypeAdditional 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": "fc5ff293-d4ae-4ce5-a855-b85c8b43590a",
  "TL_L_NAME": 3,
  "TL_L_LISTEN": 4,
  "TL_L_SPEAK": 5,
  "TL_L_READ": 6,
  "TL_L_WRITE": 7,
  "CREATETIME": "2026-04-02T22:52:40.942913+08:00",
  "UPDATETIME": "2026-04-02T22:52:40.942913+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.