POST api/DBHRM001/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM001Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00101 | globally unique identifier |
None. |
|
| HRM00102 | string |
None. |
|
| HRM00103 | string |
None. |
|
| HRM00104 | boolean |
None. |
|
| HRM00105 | date |
None. |
|
| HRM00106 | globally unique identifier |
None. |
|
| HRM00107 | integer |
None. |
|
| HRM00108 | string |
None. |
|
| HRM00109 | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM00101": "c9064bf6-4302-4611-90d4-eafc98f92e9c",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-04-03T18:14:54.2165832+07:00",
"HRM00106": "34b3f5ba-79a0-4e70-ad11-1f22378dde34",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "fe04040b-8d0e-43d8-b0d6-d703d537fa69"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"