POST api/DBHRM001/InsertNewDataItem
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": "968ef122-5d2f-472c-bd15-8121df56efd8",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-04-03T18:14:54.0344461+07:00",
"HRM00106": "be981b09-71d8-445a-8775-41880111c220",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "b5c7d60f-74fc-43a7-bf11-9891aabfdfb1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"