POST api/DBHRM010/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM010Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM01001 | globally unique identifier |
None. |
|
| HRM01002 | globally unique identifier |
None. |
|
| HRM01003 | string |
None. |
|
| HRM01004 | string |
None. |
|
| HRM01005 | integer |
None. |
|
| HRM01006 | boolean |
None. |
|
| HRM01007 | date |
None. |
|
| HRM01008 | globally unique identifier |
None. |
|
| HRM01009 | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM01001": "b2d79d11-1c41-49fe-9ee4-5a6597d02b42",
"HRM01002": "b311baa0-9f94-4bb5-b27b-3870274fc3d6",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:10:03.8884576+07:00",
"HRM01008": "e6929c3a-210c-4d9b-8e85-dc3099fb739c",
"HRM01009": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"