DELETE api/Other_Emergency
刪除緊急聯絡人資料
Request Information
URI Parameters
None.
Body Parameters
DelDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"GUID": "49d7031f-0c0b-4281-ab2d-360bb0e17b54"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RMS_OTHERS_EMERGENCY_2018| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| O_ID | globally unique identifier |
None. |
|
| OE_RELATIONSHIP | string |
None. |
|
| OE_NAME | string |
None. |
|
| OR_ADDRESS | string |
None. |
|
| OE_PHONE | string |
None. |
|
| UPDATETIME | date |
None. |
|
| CREATETIME | date |
None. |
|
| RMS_JOININNOLUX_2018 | RMS_JOININNOLUX_2018 |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"O_ID": "7747456c-7a28-42b1-8582-da0a0f409cb1",
"OE_RELATIONSHIP": "sample string 3",
"OE_NAME": "sample string 4",
"OR_ADDRESS": "sample string 5",
"OE_PHONE": "sample string 6",
"UPDATETIME": "2026-04-02T22:55:00.3702341+08:00",
"CREATETIME": "2026-04-02T22:55:00.3702341+08:00"
}