POST api/DBHRM154U/InsertNewDataItems
Request Information
URI Parameters
None.
Body Parameters
Collection of DBHRM154UModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM154U01 | globally unique identifier |
None. |
|
| HRM154U02 | globally unique identifier |
None. |
|
| HRM154U03 | string |
None. |
|
| HRM154U04 | boolean |
None. |
|
| HRM154U05 | date |
None. |
|
| HRM154U06 | globally unique identifier |
None. |
|
| HRM154U07 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"HRM154U01": "cd2c4330-d450-4d67-a6ac-077bf23a2a93",
"HRM154U02": "b293af79-d6ef-4c52-921d-e06e181b8bc2",
"HRM154U03": "sample string 3",
"HRM154U04": true,
"HRM154U05": "2026-04-03T18:10:05.1674113+07:00",
"HRM154U06": "546baab9-8c5b-49b9-87a6-441b8ae67b35",
"HRM154U07": "sample string 4"
},
{
"HRM154U01": "cd2c4330-d450-4d67-a6ac-077bf23a2a93",
"HRM154U02": "b293af79-d6ef-4c52-921d-e06e181b8bc2",
"HRM154U03": "sample string 3",
"HRM154U04": true,
"HRM154U05": "2026-04-03T18:10:05.1674113+07:00",
"HRM154U06": "546baab9-8c5b-49b9-87a6-441b8ae67b35",
"HRM154U07": "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"