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": "0933a7e9-1181-4e02-9971-dd242052836a",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:10:01.3417843+07:00",
"HRM00807": "28170baa-deca-46c7-8dfe-f27ef34c4b2e",
"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"