PUT api/TLC
修改證照子資料
Request Information
URI Parameters
None.
Body Parameters
RMS_TL_SUB_CERT_2018| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TL_ID | globally unique identifier |
None. |
|
| TL_C_NAME | string |
None. |
|
| TL_C_ORGANIZER | string |
None. |
|
| TL_C_HOURS | string |
None. |
|
| TL_C_LICENSE | string |
None. |
|
| CREATETIME | date |
None. |
|
| UPDATETIME | date |
None. |
|
| RMS_JOININNOLUX_2018 | RMS_JOININNOLUX_2018 |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"TL_ID": "31d131c0-01f7-48cf-838d-b722a200013f",
"TL_C_NAME": "sample string 3",
"TL_C_ORGANIZER": "sample string 4",
"TL_C_HOURS": "sample string 5",
"TL_C_LICENSE": "sample string 6",
"CREATETIME": "2026-04-02T22:55:44.1584828+08:00",
"UPDATETIME": "2026-04-02T22:55:44.1584828+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.