DELETE api/Other_Emergency

刪除緊急聯絡人資料

Request Information

URI Parameters

None.

Body Parameters

DelDataModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DelDataModel'.

Response Information

Resource Description

RMS_OTHERS_EMERGENCY_2018
NameDescriptionTypeAdditional 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"
}