POST 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": "baf784e5-2537-4fce-a799-94c3fc3bd988",
  "TL_L_NAME": 3,
  "TL_L_LISTEN": 4,
  "TL_L_SPEAK": 5,
  "TL_L_READ": 6,
  "TL_L_WRITE": 7,
  "CREATETIME": "2026-04-02T22:51:41.5899823+08:00",
  "UPDATETIME": "2026-04-02T22:51:41.5899823+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TL_ID": "650d18fb-e8d9-4f08-a0b6-419920891f41",
  "TL_L_NAME": 3,
  "TL_L_LISTEN": 4,
  "TL_L_SPEAK": 5,
  "TL_L_READ": 6,
  "TL_L_WRITE": 7,
  "CREATETIME": "2026-04-02T22:51:41.5899823+08:00",
  "UPDATETIME": "2026-04-02T22:51:41.5899823+08:00"
}