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": "53e8eb04-c9ca-4e72-a326-13430a53c7f6",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-01-29T16:25:34.4802827+07:00",
"HRM00807": "ab6264b4-fa85-467b-893b-563af1300407",
"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"