POST api/DBHRM010/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 DBHRM010Model
NameDescriptionTypeAdditional 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": "3fbb17bf-4cfa-4044-8bf5-aadfd19e1687",
    "HRM01002": "01990663-e449-4184-ba9a-87350f4e483a",
    "HRM01003": "sample string 2",
    "HRM01004": "sample string 3",
    "HRM01005": 1,
    "HRM01006": true,
    "HRM01007": "2026-01-29T16:26:53.7298294+07:00",
    "HRM01008": "0d1e00c9-abf4-4ef3-b884-24584e0e3f39",
    "HRM01009": true
  },
  {
    "HRM01001": "3fbb17bf-4cfa-4044-8bf5-aadfd19e1687",
    "HRM01002": "01990663-e449-4184-ba9a-87350f4e483a",
    "HRM01003": "sample string 2",
    "HRM01004": "sample string 3",
    "HRM01005": 1,
    "HRM01006": true,
    "HRM01007": "2026-01-29T16:26:53.7298294+07:00",
    "HRM01008": "0d1e00c9-abf4-4ef3-b884-24584e0e3f39",
    "HRM01009": true
  }
]