POST api/DBHRM008/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 DBHRM008Model| Name | Description | Type | Additional information |
|---|---|---|---|
| HRM00801 | globally unique identifier |
None. |
|
| HRM00802 | string |
None. |
|
| HRM00803 | string |
None. |
|
| HRM00804 | integer |
None. |
|
| HRM00805 | boolean |
None. |
|
| HRM00806 | date |
None. |
|
| HRM00807 | globally unique identifier |
None. |
|
| HRM00808 | boolean |
None. |
|
| IsNotForOrder | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HRM00801": "29190fa3-f425-4082-8a4d-ae76e623f4b3",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:12:56.7790497+07:00",
"HRM00807": "9e7997c1-4994-4ca6-9d5b-120ce79a9943",
"HRM00808": true,
"IsNotForOrder": true
},
{
"HRM00801": "29190fa3-f425-4082-8a4d-ae76e623f4b3",
"HRM00802": "sample string 2",
"HRM00803": "sample string 3",
"HRM00804": 1,
"HRM00805": true,
"HRM00806": "2026-04-03T18:12:56.7790497+07:00",
"HRM00807": "9e7997c1-4994-4ca6-9d5b-120ce79a9943",
"HRM00808": true,
"IsNotForOrder": true
}
]