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": "6bcdef31-314c-4241-a509-6001702ea194",
"HRM00102": "sample string 2",
"HRM00103": "sample string 3",
"HRM00104": true,
"HRM00105": "2026-01-29T16:26:34.5819065+07:00",
"HRM00106": "4d5756e5-ccb5-4877-b016-6b332c9e45d5",
"HRM00107": 6,
"HRM00108": "sample string 7",
"HRM00109": "81ad12e8-2eeb-4c56-9e4b-a44064cb5899"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"