POST api/DBHRM010/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DBHRM010Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM01001 | globally unique identifier |
None. |
|
| HRM01002 | globally unique identifier |
None. |
|
| HRM01003 | string |
None. |
|
| HRM01004 | string |
None. |
|
| HRM01005 | integer |
None. |
|
| HRM01006 | boolean |
None. |
|
| HRM01007 | date |
None. |
|
| HRM01008 | globally unique identifier |
None. |
|
| HRM01009 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM01001": "15fe657f-40d3-4d79-a73c-3bb25312c455",
"HRM01002": "2383cd0b-bdd5-4464-b947-438b77d7f27e",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:12:58.3260952+07:00",
"HRM01008": "8b064b4b-7fef-4603-a536-772ab794a689",
"HRM01009": true
},
{
"HRM01001": "15fe657f-40d3-4d79-a73c-3bb25312c455",
"HRM01002": "2383cd0b-bdd5-4464-b947-438b77d7f27e",
"HRM01003": "sample string 2",
"HRM01004": "sample string 3",
"HRM01005": 1,
"HRM01006": true,
"HRM01007": "2026-04-03T18:12:58.3260952+07:00",
"HRM01008": "8b064b4b-7fef-4603-a536-772ab794a689",
"HRM01009": true
}
]