POST api/Other_Emergency

新增緊急連絡人資料

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "O_ID": "dac77767-72ef-4488-965f-2b140f89b28d",
  "OE_RELATIONSHIP": "sample string 3",
  "OE_NAME": "sample string 4",
  "OR_ADDRESS": "sample string 5",
  "OE_PHONE": "sample string 6",
  "UPDATETIME": "2026-04-02T22:57:59.4936457+08:00",
  "CREATETIME": "2026-04-02T22:57:59.4936457+08:00"
}

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 'RMS_OTHERS_EMERGENCY_2018'.

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": "82629401-0f8e-4893-babd-a85dfbe76842",
  "OE_RELATIONSHIP": "sample string 3",
  "OE_NAME": "sample string 4",
  "OR_ADDRESS": "sample string 5",
  "OE_PHONE": "sample string 6",
  "UPDATETIME": "2026-04-02T22:57:59.4936457+08:00",
  "CREATETIME": "2026-04-02T22:57:59.4936457+08:00"
}