POST 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": "a4ad6e68-fbe4-4254-b32d-46398c0e52ca",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:52:31.8763911+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": "74aafc23-e026-432a-aa2b-b274f1462355",
  "TL_SKILLS": "sample string 3",
  "CREATETIME": "2026-04-02T22:52:31.8763911+08:00"
}