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": "c6a26aec-53c2-4731-ad43-98e3ea13af43",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:52:49.737925+08:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TLDataModels'.

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": "74656db2-e7d6-4b3a-977d-0898322535e3",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:52:49.737925+08:00"
}