POST api/DBHRM007/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "19fcca4a-bcb1-4dcf-ab34-e4c0faf93cb0", "7feddaba-1858-43ed-adcf-c5eaacf46e7e" ]
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": "450a1374-f508-4624-9696-b262cd78d74c",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-01-29T16:26:53.1716357+07:00",
"HRM00707": "4d00b92c-e541-4ebf-822e-a4c3b14978c0",
"HRM00708": true
},
{
"HRM00701": "450a1374-f508-4624-9696-b262cd78d74c",
"HRM00702": "sample string 2",
"HRM00703": "sample string 3",
"HRM00704": 1,
"HRM00705": true,
"HRM00706": "2026-01-29T16:26:53.1716357+07:00",
"HRM00707": "4d00b92c-e541-4ebf-822e-a4c3b14978c0",
"HRM00708": true
}
]