POST api/DBHRM008/InsertNewDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM008Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00801 | globally unique identifier |
None. |
|
| HRM00802 | string |
None. |
|
| HRM00803 | string |
None. |
|
| HRM00804 | integer |
None. |
|
| HRM00805 | boolean |
None. |
|
| HRM00806 | date |
None. |
|
| HRM00807 | globally unique identifier |
None. |
|
| HRM00808 | boolean |
None. |
|
| IsNotForOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM00801": "fae9e61f-6e8b-4d14-9946-a02b7422bdf6",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-01-29T16:25:32.8472869+07:00",
"HRM00807": "24dfcbce-f843-4178-92f8-35cae80b855f",
"HRM00808": true,
"IsNotForOrder": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"