POST api/DBHRM007/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "277c1ba7-657b-4f5f-809f-e63d18492b31", "d907065c-e732-49fb-81af-c4fce487a389" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DBHRM007Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00701 | globally unique identifier |
None. |
|
| HRM00702 | string |
None. |
|
| HRM00703 | string |
None. |
|
| HRM00704 | integer |
None. |
|
| HRM00705 | boolean |
None. |
|
| HRM00706 | date |
None. |
|
| HRM00707 | globally unique identifier |
None. |
|
| HRM00708 | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00701": "9c0d4756-5610-4b61-b065-77b9b5fc28ee",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:12:57.5893839+07:00",
"HRM00707": "affb5355-e77e-404c-aec2-ffc4047cffc8",
"HRM00708": true
},
{
"HRM00701": "9c0d4756-5610-4b61-b065-77b9b5fc28ee",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-04-03T18:12:57.5893839+07:00",
"HRM00707": "affb5355-e77e-404c-aec2-ffc4047cffc8",
"HRM00708": true
}
]