POST api/DBHRM009/InsertNewDataItem
Request Information
URI Parameters
None.
Body Parameters
DBHRM009Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00901 | globally unique identifier |
None. |
|
| HRM00902 | string |
None. |
|
| HRM00903 | string |
None. |
|
| HRM00904 | integer |
None. |
|
| HRM00905 | boolean |
None. |
|
| HRM00906 | date |
None. |
|
| HRM00907 | globally unique identifier |
None. |
|
| HRM00908 | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"HRM00901": "4149dbb4-0a3a-41cf-8dda-9ad071894ef8",
"HRM00902": "sample string 2",
"HRM00903": "sample string 3",
"HRM00904": 1,
"HRM00905": true,
"HRM00906": "2026-04-03T18:10:04.1592268+07:00",
"HRM00907": "992add11-bbb6-4719-b2b1-b77c922acc65",
"HRM00908": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"