POST api/DBHRM004U/UpdateDataItems

Request Information

URI Parameters

None.

Body Parameters

Collection of NavAPIGeneralAuxiliary
NameDescriptionTypeAdditional information
GuidValue

globally unique identifier

None.

GuidValue2

globally unique identifier

None.

GuidValue3

globally unique identifier

None.

intValue

integer

None.

StringValue

string

None.

boolValue

boolean

None.

boolValue2

boolean

None.

boolValue3

boolean

None.

boolValue4

boolean

None.

boolValue5

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "GuidValue": "3949cb8e-715f-444e-842a-951b704b1d45",
    "GuidValue2": "2b161e5f-4689-40ac-91f9-31cf244b918e",
    "GuidValue3": "69bb0424-ba57-4b76-ac73-c9c13ddd6b89",
    "intValue": 4,
    "StringValue": "sample string 5",
    "boolValue": true,
    "boolValue2": true,
    "boolValue3": true,
    "boolValue4": true,
    "boolValue5": true
  },
  {
    "GuidValue": "3949cb8e-715f-444e-842a-951b704b1d45",
    "GuidValue2": "2b161e5f-4689-40ac-91f9-31cf244b918e",
    "GuidValue3": "69bb0424-ba57-4b76-ac73-c9c13ddd6b89",
    "intValue": 4,
    "StringValue": "sample string 5",
    "boolValue": true,
    "boolValue2": true,
    "boolValue3": true,
    "boolValue4": true,
    "boolValue5": 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"