POST api/DBHRM007/InsertNewDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM007Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00701 | globally unique identifier |
None. |
|
| HRM00702 | string |
None. |
|
| HRM00703 | string |
None. |
|
| HRM00704 | integer |
None. |
|
| HRM00705 | boolean |
None. |
|
| HRM00706 | date |
None. |
|
| HRM00707 | globally unique identifier |
None. |
|
| HRM00708 | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM00701": "862358cd-6e4d-4904-a7ce-8ff6bfcde5ce",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:10:02.9628389+07:00",
"HRM00707": "6d00687d-0707-482a-bf79-68e3fac545db",
"HRM00708": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"