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": "2f40f29e-29a4-4ea1-88be-2feb370cd8fd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "658cf6f9-8cc9-41d7-9e31-d3f3cac85498",
"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.8620824+08:00",
"CREATETIME": "2026-04-02T22:55:00.8620824+08:00"
}