POST api/DBHRM154U/InsertNewDataItems

Request Information

URI Parameters

None.

Body Parameters

Collection of DBHRM154UModel
NameDescriptionTypeAdditional information
HRM154U01

globally unique identifier

None.

HRM154U02

globally unique identifier

None.

HRM154U03

string

None.

HRM154U04

boolean

None.

HRM154U05

date

None.

HRM154U06

globally unique identifier

None.

HRM154U07

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "HRM154U01": "dd08ae26-7cc6-4418-b012-07723f13aa8a",
    "HRM154U02": "95e46aff-336a-4e98-b997-748f007e0e2f",
    "HRM154U03": "sample string 3",
    "HRM154U04": true,
    "HRM154U05": "2026-01-29T10:57:56.8637775+07:00",
    "HRM154U06": "9aad551c-cda7-4b36-840f-8030c1bc9407",
    "HRM154U07": "sample string 4"
  },
  {
    "HRM154U01": "dd08ae26-7cc6-4418-b012-07723f13aa8a",
    "HRM154U02": "95e46aff-336a-4e98-b997-748f007e0e2f",
    "HRM154U03": "sample string 3",
    "HRM154U04": true,
    "HRM154U05": "2026-01-29T10:57:56.8637775+07:00",
    "HRM154U06": "9aad551c-cda7-4b36-840f-8030c1bc9407",
    "HRM154U07": "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"