PUT api/Other_Emergency
修改緊急聯絡人資料
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"O_ID": "a24f2249-e084-4b63-b0bf-9e098399fba7",
"OE_RELATIONSHIP": "sample string 3",
"OE_NAME": "sample string 4",
"OR_ADDRESS": "sample string 5",
"OE_PHONE": "sample string 6",
"UPDATETIME": "2026-04-02T22:56:35.3541349+08:00",
"CREATETIME": "2026-04-02T22:56:35.3541349+08:00"
}
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": "5e478236-bf2f-43a4-a694-08680a47c3f2",
"OE_RELATIONSHIP": "sample string 3",
"OE_NAME": "sample string 4",
"OR_ADDRESS": "sample string 5",
"OE_PHONE": "sample string 6",
"UPDATETIME": "2026-04-02T22:56:35.3541349+08:00",
"CREATETIME": "2026-04-02T22:56:35.3541349+08:00"
}