POST api/DBHRM007/UpdateDataItem

Request Information

URI Parameters

None.

Body Parameters

DBHRM007Model
NameDescriptionTypeAdditional information
HRM00701

globally unique identifier

None.

HRM00702

string

None.

HRM00703

string

None.

HRM00704

integer

None.

HRM00705

boolean

None.

HRM00706

date

None.

HRM00707

globally unique identifier

None.

HRM00708

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HRM00701": "c5ea02cf-ab6f-4814-84ff-2eaaadcd0f32",
  "HRM00702": "sample string 2",
  "HRM00703": "sample string 3",
  "HRM00704": 1,
  "HRM00705": true,
  "HRM00706": "2026-01-29T16:25:35.1103381+07:00",
  "HRM00707": "149d8e61-f89c-4ebf-91c2-007a97c1a45a",
  "HRM00708": 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"