POST api/DBHRM154/InsertNewDataItems

Request Information

URI Parameters

None.

Body Parameters

Collection of DBHRM154Model
NameDescriptionTypeAdditional information
HRM15401

globally unique identifier

None.

HRM15402

globally unique identifier

None.

HRM15403

string

None.

HRM15404

boolean

None.

HRM15405

date

None.

HRM15406

globally unique identifier

None.

HRM15407

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "HRM15401": "601ba969-038d-42f0-a9db-ac1c368f5cac",
    "HRM15402": "f618bb2d-4659-40ed-94aa-8eafd878824d",
    "HRM15403": "sample string 3",
    "HRM15404": true,
    "HRM15405": "2026-01-29T16:25:21.7905199+07:00",
    "HRM15406": "d2f072ea-5e9d-495c-883e-b43f0fdcd448",
    "HRM15407": "sample string 4"
  },
  {
    "HRM15401": "601ba969-038d-42f0-a9db-ac1c368f5cac",
    "HRM15402": "f618bb2d-4659-40ed-94aa-8eafd878824d",
    "HRM15403": "sample string 3",
    "HRM15404": true,
    "HRM15405": "2026-01-29T16:25:21.7905199+07:00",
    "HRM15406": "d2f072ea-5e9d-495c-883e-b43f0fdcd448",
    "HRM15407": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"