POST 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": "ee683a9a-e603-4b3e-847b-9bee2a3b08d6",
"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:53:36.0753768+08:00",
"UPDATETIME": "2026-04-02T22:53:36.0753768+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"TL_ID": "bfd5d3f7-1160-46e1-96f3-74d07d890a4f",
"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:53:36.0910226+08:00",
"UPDATETIME": "2026-04-02T22:53:36.0910226+08:00"
}