PUT api/JoinInnolux?guid={guid}

更新身分證及生日

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

string

Required

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:55:01.3601931+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.