POST api/DBHRM010/InsertNewDataItem
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": "de961525-7a8b-4d35-8554-3878abaf67a2",
"HRM01002": "2b421b72-a7c5-4427-8fb1-18e7c8bd356f",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:10:03.2478051+07:00",
"HRM01008": "ea2134fa-f401-45f2-805f-bce5514d8a8c",
"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"