PUT api/JoinInnolux?guid={guid}
更新身分證及生日
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
Required |
Body Parameters
JoinInnolux| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.