POST api/Others

新增其它資料

Request Information

URI Parameters

None.

Body Parameters

OthersDataModels
NameDescriptionTypeAdditional information
ID

PK主鍵

integer

None.

J_UUID

查詢用的GUID,前端須填值

globally unique identifier

None.

O_RELATIONSHIP

緊急連絡人關係

string

Required

O_REL_NAME

緊急聯絡人姓名

string

String length: inclusive between 0 and 50

O_PHONE

緊急連絡人電話

string

String length: inclusive between 0 and 50

O_ADDRESS

緊急連絡人地址

string

String length: inclusive between 0 and 50

O_R_HAVE_BEEN

是否曾為本公司員工 0-否 1-是

string

None.

O_DEPARTMENT

是否曾為本公司員工-部門

string

String length: inclusive between 0 and 50

O_TITLE

是否曾為本公司員工-職稱

string

String length: inclusive between 0 and 50

O_RF_WORK

有無親友服務於本公司 0-否 1-是

string

None.

O_RF_WORK_NAME

有無親友服務於本公司-姓名 純文字

string

String length: inclusive between 0 and 50

O_RF_WORK_DEP

有無親友服務於本公司-部門 純文字

string

String length: inclusive between 0 and 50

O_RF_WORK_REL

有無親友服務於本公司-關係 純文字

string

String length: inclusive between 0 and 50

O_RCF_NAME

資歷審查第一位 姓名 純文字

string

String length: inclusive between 0 and 50

O_RCF_REL

資歷審查第一位 關係 純文字

string

String length: inclusive between 0 and 50

O_RCF_JOB

資歷審查第一位 任職 純文字

string

String length: inclusive between 0 and 50

O_RCF_TITLE

資歷審查第一位 職稱 純文字

string

String length: inclusive between 0 and 50

O_RCF_PHONE

資歷審查第一位 電話 純文字

string

String length: inclusive between 0 and 50

O_RCS_NAME

資歷審查第二位 姓名 純文字

string

String length: inclusive between 0 and 50

O_RCS_REL

資歷審查第二位關係 純文字

string

String length: inclusive between 0 and 50

O_RCS_JOB

資歷審查第二位 任職 純文字

string

String length: inclusive between 0 and 50

O_RCS_Title

資歷審查第二位 職稱 純文字

string

String length: inclusive between 0 and 50

O_RCS_Phone

資歷審查第二位 電話 純文字

string

String length: inclusive between 0 and 50

O_CERTIFICATE

畢業證書 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_TRANSCRIPT

成績單 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_OTHERATTACHMENT

附件 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_CERTIFICATE_P

畢業證書 純文字 存放路徑+檔名 path

string

String length: inclusive between 0 and 250

O_TRANSCRIPT_P

成績單 純文字 存放路徑+檔名 path

string

String length: inclusive between 0 and 250

O_OTHERATTACHMENT_P

附件 純文字 存放檔名+路徑 path

string

String length: inclusive between 0 and 250

O_WAY_OF_APPLICATION

應徵方式 1-104人才 2-人才招募 3-官網 4-Linkedln 5-Facebook 6-Line 7-校園 8-就輔 9-員工 10-離職回任 11-其它

string

None.

O_MOTIVATION

應徵動機

string

String length: inclusive between 0 and 100

O_SCHOOLPROJECT

string

String length: inclusive between 0 and 100

O_PLATFORM

string

String length: inclusive between 0 and 100

OM_Name

應徵動機-姓名

string

None.

OM_DEPARTMENT

應徵動機-部門

string

None.

OM_REF

應徵動機-關係

string

None.

OM_Title

應徵動機-職稱

string

None.

O_EXPECTED_WORKPLACE

1-竹南 2-台南 3-高雄 4-大陸地區

string

None.

O_WE

派駐海外意願 輸入格式: 1-是 2-否

string

None.

O_WE_AREA

海外地區

string

String length: inclusive between 0 and 100

O_ON_BOARD

1-隨時 2-2周內 3-1個月以上 4-3個月內 5-3個月以上

string

None.

O_EXPECTED_SALARY

期望薪資

string

String length: inclusive between 0 and 100

O_TFT_LCD_INDUSTRY

有無應徵TFT-LCD相關產業

string

String length: inclusive between 0 and 150

O_PERIOD

期間

string

None.

CREATETIME

建立時間

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "J_UUID": "978ead8b-88b2-468d-87ac-d99e683f7be4",
  "O_RELATIONSHIP": "sample string 3",
  "O_REL_NAME": "sample string 4",
  "O_PHONE": "sample string 5",
  "O_ADDRESS": "sample string 6",
  "O_R_HAVE_BEEN": "sample string 7",
  "O_DEPARTMENT": "sample string 8",
  "O_TITLE": "sample string 9",
  "O_RF_WORK": "sample string 10",
  "O_RF_WORK_NAME": "sample string 11",
  "O_RF_WORK_DEP": "sample string 12",
  "O_RF_WORK_REL": "sample string 13",
  "O_RCF_NAME": "sample string 14",
  "O_RCF_REL": "sample string 15",
  "O_RCF_JOB": "sample string 16",
  "O_RCF_TITLE": "sample string 17",
  "O_RCF_PHONE": "sample string 18",
  "O_RCS_NAME": "sample string 19",
  "O_RCS_REL": "sample string 20",
  "O_RCS_JOB": "sample string 21",
  "O_RCS_Title": "sample string 22",
  "O_RCS_Phone": "sample string 23",
  "O_CERTIFICATE": "sample string 24",
  "O_TRANSCRIPT": "sample string 25",
  "O_OTHERATTACHMENT": "sample string 26",
  "O_CERTIFICATE_P": "sample string 27",
  "O_TRANSCRIPT_P": "sample string 28",
  "O_OTHERATTACHMENT_P": "sample string 29",
  "O_WAY_OF_APPLICATION": "sample string 30",
  "O_MOTIVATION": "sample string 31",
  "O_SCHOOLPROJECT": "sample string 32",
  "O_PLATFORM": "sample string 33",
  "OM_Name": "sample string 34",
  "OM_DEPARTMENT": "sample string 35",
  "OM_REF": "sample string 36",
  "OM_Title": "sample string 37",
  "O_EXPECTED_WORKPLACE": "sample string 38",
  "O_WE": "sample string 39",
  "O_WE_AREA": "sample string 40",
  "O_ON_BOARD": "sample string 41",
  "O_EXPECTED_SALARY": "sample string 42",
  "O_TFT_LCD_INDUSTRY": "sample string 43",
  "O_PERIOD": "sample string 44",
  "CREATETIME": "2026-04-02T22:51:30.8381311+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OthersDataModels
NameDescriptionTypeAdditional information
ID

PK主鍵

integer

None.

J_UUID

查詢用的GUID,前端須填值

globally unique identifier

None.

O_RELATIONSHIP

緊急連絡人關係

string

Required

O_REL_NAME

緊急聯絡人姓名

string

String length: inclusive between 0 and 50

O_PHONE

緊急連絡人電話

string

String length: inclusive between 0 and 50

O_ADDRESS

緊急連絡人地址

string

String length: inclusive between 0 and 50

O_R_HAVE_BEEN

是否曾為本公司員工 0-否 1-是

string

None.

O_DEPARTMENT

是否曾為本公司員工-部門

string

String length: inclusive between 0 and 50

O_TITLE

是否曾為本公司員工-職稱

string

String length: inclusive between 0 and 50

O_RF_WORK

有無親友服務於本公司 0-否 1-是

string

None.

O_RF_WORK_NAME

有無親友服務於本公司-姓名 純文字

string

String length: inclusive between 0 and 50

O_RF_WORK_DEP

有無親友服務於本公司-部門 純文字

string

String length: inclusive between 0 and 50

O_RF_WORK_REL

有無親友服務於本公司-關係 純文字

string

String length: inclusive between 0 and 50

O_RCF_NAME

資歷審查第一位 姓名 純文字

string

String length: inclusive between 0 and 50

O_RCF_REL

資歷審查第一位 關係 純文字

string

String length: inclusive between 0 and 50

O_RCF_JOB

資歷審查第一位 任職 純文字

string

String length: inclusive between 0 and 50

O_RCF_TITLE

資歷審查第一位 職稱 純文字

string

String length: inclusive between 0 and 50

O_RCF_PHONE

資歷審查第一位 電話 純文字

string

String length: inclusive between 0 and 50

O_RCS_NAME

資歷審查第二位 姓名 純文字

string

String length: inclusive between 0 and 50

O_RCS_REL

資歷審查第二位關係 純文字

string

String length: inclusive between 0 and 50

O_RCS_JOB

資歷審查第二位 任職 純文字

string

String length: inclusive between 0 and 50

O_RCS_Title

資歷審查第二位 職稱 純文字

string

String length: inclusive between 0 and 50

O_RCS_Phone

資歷審查第二位 電話 純文字

string

String length: inclusive between 0 and 50

O_CERTIFICATE

畢業證書 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_TRANSCRIPT

成績單 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_OTHERATTACHMENT

附件 純文字 原始檔案名稱 oldname

string

String length: inclusive between 0 and 250

O_CERTIFICATE_P

畢業證書 純文字 存放路徑+檔名 path

string

String length: inclusive between 0 and 250

O_TRANSCRIPT_P

成績單 純文字 存放路徑+檔名 path

string

String length: inclusive between 0 and 250

O_OTHERATTACHMENT_P

附件 純文字 存放檔名+路徑 path

string

String length: inclusive between 0 and 250

O_WAY_OF_APPLICATION

應徵方式 1-104人才 2-人才招募 3-官網 4-Linkedln 5-Facebook 6-Line 7-校園 8-就輔 9-員工 10-離職回任 11-其它

string

None.

O_MOTIVATION

應徵動機

string

String length: inclusive between 0 and 100

O_SCHOOLPROJECT

string

String length: inclusive between 0 and 100

O_PLATFORM

string

String length: inclusive between 0 and 100

OM_Name

應徵動機-姓名

string

None.

OM_DEPARTMENT

應徵動機-部門

string

None.

OM_REF

應徵動機-關係

string

None.

OM_Title

應徵動機-職稱

string

None.

O_EXPECTED_WORKPLACE

1-竹南 2-台南 3-高雄 4-大陸地區

string

None.

O_WE

派駐海外意願 輸入格式: 1-是 2-否

string

None.

O_WE_AREA

海外地區

string

String length: inclusive between 0 and 100

O_ON_BOARD

1-隨時 2-2周內 3-1個月以上 4-3個月內 5-3個月以上

string

None.

O_EXPECTED_SALARY

期望薪資

string

String length: inclusive between 0 and 100

O_TFT_LCD_INDUSTRY

有無應徵TFT-LCD相關產業

string

String length: inclusive between 0 and 150

O_PERIOD

期間

string

None.

CREATETIME

建立時間

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "J_UUID": "bdd30ed9-3c4e-4f87-8b62-5bea64e27273",
  "O_RELATIONSHIP": "sample string 3",
  "O_REL_NAME": "sample string 4",
  "O_PHONE": "sample string 5",
  "O_ADDRESS": "sample string 6",
  "O_R_HAVE_BEEN": "sample string 7",
  "O_DEPARTMENT": "sample string 8",
  "O_TITLE": "sample string 9",
  "O_RF_WORK": "sample string 10",
  "O_RF_WORK_NAME": "sample string 11",
  "O_RF_WORK_DEP": "sample string 12",
  "O_RF_WORK_REL": "sample string 13",
  "O_RCF_NAME": "sample string 14",
  "O_RCF_REL": "sample string 15",
  "O_RCF_JOB": "sample string 16",
  "O_RCF_TITLE": "sample string 17",
  "O_RCF_PHONE": "sample string 18",
  "O_RCS_NAME": "sample string 19",
  "O_RCS_REL": "sample string 20",
  "O_RCS_JOB": "sample string 21",
  "O_RCS_Title": "sample string 22",
  "O_RCS_Phone": "sample string 23",
  "O_CERTIFICATE": "sample string 24",
  "O_TRANSCRIPT": "sample string 25",
  "O_OTHERATTACHMENT": "sample string 26",
  "O_CERTIFICATE_P": "sample string 27",
  "O_TRANSCRIPT_P": "sample string 28",
  "O_OTHERATTACHMENT_P": "sample string 29",
  "O_WAY_OF_APPLICATION": "sample string 30",
  "O_MOTIVATION": "sample string 31",
  "O_SCHOOLPROJECT": "sample string 32",
  "O_PLATFORM": "sample string 33",
  "OM_Name": "sample string 34",
  "OM_DEPARTMENT": "sample string 35",
  "OM_REF": "sample string 36",
  "OM_Title": "sample string 37",
  "O_EXPECTED_WORKPLACE": "sample string 38",
  "O_WE": "sample string 39",
  "O_WE_AREA": "sample string 40",
  "O_ON_BOARD": "sample string 41",
  "O_EXPECTED_SALARY": "sample string 42",
  "O_TFT_LCD_INDUSTRY": "sample string 43",
  "O_PERIOD": "sample string 44",
  "CREATETIME": "2026-04-02T22:51:30.8849685+08:00"
}