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": "ee5c81bb-2c7a-4173-af4c-fe3a4f5071e9",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-01-29T16:25:33.9414276+07:00",
"HRM00707": "5fa95564-5b8a-4399-91fe-0dd0ab0b5548",
"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"