POST api/DBHRM154/InsertNewDataItems
Request Information
URI Parameters
None.
Body Parameters
Collection of DBHRM154Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM15401 | globally unique identifier |
None. |
|
| HRM15402 | globally unique identifier |
None. |
|
| HRM15403 | string |
None. |
|
| HRM15404 | boolean |
None. |
|
| HRM15405 | date |
None. |
|
| HRM15406 | globally unique identifier |
None. |
|
| HRM15407 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"HRM15401": "8a5f57a8-f6bb-44e9-a154-48813759bbdb",
"HRM15402": "b70e1593-bebd-4696-8e15-0d1d17ec37b0",
"HRM15403": "sample string 3",
"HRM15404": true,
"HRM15405": "2026-04-03T18:14:18.7131257+07:00",
"HRM15406": "5ee483ad-82e0-45d0-9f04-ed4a29189c8f",
"HRM15407": "sample string 4"
},
{
"HRM15401": "8a5f57a8-f6bb-44e9-a154-48813759bbdb",
"HRM15402": "b70e1593-bebd-4696-8e15-0d1d17ec37b0",
"HRM15403": "sample string 3",
"HRM15404": true,
"HRM15405": "2026-04-03T18:14:18.7131257+07:00",
"HRM15406": "5ee483ad-82e0-45d0-9f04-ed4a29189c8f",
"HRM15407": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"