POST api/DBHRM008/GetAllDataItem

Request Information

URI Parameters

None.

Body Parameters

Collection of string

Request 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
NameDescriptionTypeAdditional 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": "7beb0bb8-1ae2-40eb-8391-be44d0eb465a",
    "HRM00802": "sample string 2",
    "HRM00803": "sample string 3",
    "HRM00804": 1,
    "HRM00805": true,
    "HRM00806": "2026-01-29T16:26:52.2634387+07:00",
    "HRM00807": "115aa118-2ad3-4b53-bdde-e95dcf43d99f",
    "HRM00808": true,
    "IsNotForOrder": true
  },
  {
    "HRM00801": "7beb0bb8-1ae2-40eb-8391-be44d0eb465a",
    "HRM00802": "sample string 2",
    "HRM00803": "sample string 3",
    "HRM00804": 1,
    "HRM00805": true,
    "HRM00806": "2026-01-29T16:26:52.2634387+07:00",
    "HRM00807": "115aa118-2ad3-4b53-bdde-e95dcf43d99f",
    "HRM00808": true,
    "IsNotForOrder": true
  }
]