POST api/DBHRM010/InsertNewDataItem

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "HRM01001": "18c2f521-dca1-4b09-afe0-5c88a815f775",
  "HRM01002": "7a2019a6-2b5c-40e5-96d9-856b1efd1834",
  "HRM01003": "sample string 2",
  "HRM01004": "sample string 3",
  "HRM01005": 1,
  "HRM01006": true,
  "HRM01007": "2026-01-29T16:25:34.3865248+07:00",
  "HRM01008": "74fb5d1d-99fc-4b69-b1e9-0f400e6ac302",
  "HRM01009": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"