POST api/JoinInnolux
登入面試資料
Request Information
URI Parameters
None.
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:53:46.4250962+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.