POST api/DBHRM008/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM008Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00801 | globally unique identifier |
None. |
|
| HRM00802 | string |
None. |
|
| HRM00803 | string |
None. |
|
| HRM00804 | integer |
None. |
|
| HRM00805 | boolean |
None. |
|
| HRM00806 | date |
None. |
|
| HRM00807 | globally unique identifier |
None. |
|
| HRM00808 | boolean |
None. |
|
| IsNotForOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM00801": "774e8ce0-1038-41a1-a78d-33e3e3126697",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:10:01.8730788+07:00",
"HRM00807": "8da7a312-7420-410c-a8cc-66dfdde3ac76",
"HRM00808": true,
"IsNotForOrder": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"