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:53:46.4250962+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 'JoinInnolux'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.