POST api/DBHRM004U/UpdateDataItems
Request Information
URI Parameters
None.
Body Parameters
Collection of NavAPIGeneralAuxiliary| Name | Description | Type | Additional 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": "66e760b0-173a-4ce7-992f-fde8928fb3aa",
"GuidValue2": "6c66e8f1-8e1d-4c60-a1d1-74c76a126cad",
"GuidValue3": "3d4bd7ed-1078-40e4-83ae-5ad5dfde07c6",
"intValue": 4,
"StringValue": "sample string 5",
"boolValue": true,
"boolValue2": true,
"boolValue3": true,
"boolValue4": true,
"boolValue5": true
},
{
"GuidValue": "66e760b0-173a-4ce7-992f-fde8928fb3aa",
"GuidValue2": "6c66e8f1-8e1d-4c60-a1d1-74c76a126cad",
"GuidValue3": "3d4bd7ed-1078-40e4-83ae-5ad5dfde07c6",
"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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"