PUT api/OtherRel
修改子表家屬狀況資料
Request Information
URI Parameters
None.
Body Parameters
RMS_OTHERS_REL_2018| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| O_ID | globally unique identifier |
None. |
|
| OR_RELATIONSHIP | string |
None. |
|
| OR_NAME | string |
None. |
|
| OR_DEPARTMENT | string |
None. |
|
| OR_TITLE | 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": "64498a89-9ee6-47e8-ab1b-7fef1ce0660e",
"OR_RELATIONSHIP": "sample string 3",
"OR_NAME": "sample string 4",
"OR_DEPARTMENT": "sample string 5",
"OR_TITLE": "sample string 6",
"UPDATETIME": "2026-04-02T22:52:48.2341264+08:00",
"CREATETIME": "2026-04-02T22:52:48.2341264+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.