POST api/Receive

履歷投遞-紀錄投遞履歷的時間

Request Information

URI Parameters

None.

Body Parameters

RMS_RECEIVE_2018
NameDescriptionTypeAdditional information
J_UUID

globally unique identifier

None.

ID

integer

None.

CREATETIME

date

None.

UPDATETIME

date

None.

PHONE_1

string

None.

PHONE_2

string

None.

RMS_JOININNOLUX_2018

RMS_JOININNOLUX_2018

None.

Request Formats

application/json, text/json

Sample:
{
  "J_UUID": "a7f98f95-bb2d-473a-b007-967de73df38d",
  "ID": 2,
  "CREATETIME": "2026-04-02T22:52:30.86596+08:00",
  "UPDATETIME": "2026-04-02T22:52:30.86596+08:00",
  "PHONE_1": "sample string 4",
  "PHONE_2": "sample string 5"
}

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

Response Information

Resource Description

RMS_RECEIVE_2018
NameDescriptionTypeAdditional information
J_UUID

globally unique identifier

None.

ID

integer

None.

CREATETIME

date

None.

UPDATETIME

date

None.

PHONE_1

string

None.

PHONE_2

string

None.

RMS_JOININNOLUX_2018

RMS_JOININNOLUX_2018

None.

Response Formats

application/json, text/json

Sample:
{
  "J_UUID": "155d06c7-b6f5-46f2-b8ed-cfb3d7a12633",
  "ID": 2,
  "CREATETIME": "2026-04-02T22:52:30.86596+08:00",
  "UPDATETIME": "2026-04-02T22:52:30.86596+08:00",
  "PHONE_1": "sample string 4",
  "PHONE_2": "sample string 5"
}