PUT api/TL

修改專業訓練與語言資料

Request Information

URI Parameters

None.

Body Parameters

TLDataModels
NameDescriptionTypeAdditional information
ID

integer

None.

J_UUID

查詢用的GUID,前端須填值

globally unique identifier

None.

TL_SKILLS

其他技能 陣列儲存 範例:CCMAIL,AS/400,BizTalk,FrameMark

string

String length: inclusive between 0 and 500

CREATETIME

不必填

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "J_UUID": "d9f83eec-3188-474c-97af-444c84fa368a",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:51:25.2695574+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TLDataModels
NameDescriptionTypeAdditional information
ID

integer

None.

J_UUID

查詢用的GUID,前端須填值

globally unique identifier

None.

TL_SKILLS

其他技能 陣列儲存 範例:CCMAIL,AS/400,BizTalk,FrameMark

string

String length: inclusive between 0 and 500

CREATETIME

不必填

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "J_UUID": "0ee8dc0a-403d-4581-8168-630f560b8bfc",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:51:25.2695574+08:00"
}