POST api/JoinInnolux

登入面試資料

Request Information

URI Parameters

None.

Body Parameters

JoinInnolux
NameDescriptionTypeAdditional information
ID_NO

身分證字號

string

String length: inclusive between 0 and 50

Interview_Num

面試序號

string

String length: inclusive between 0 and 50

Birth

生日

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_NO": "sample string 1",
  "Interview_Num": "sample string 2",
  "Birth": "2026-04-02T22:52:48.734684+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.