POST api/DBHRM002/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": "80682902-6d51-4524-9d37-e0e04ee53a48",
"GuidValue2": "f8ef8218-d9c2-4b91-a7e7-b3ceff4635b1",
"GuidValue3": "7069c9e9-dcca-4944-97fd-0a2ae0311ce5",
"intValue": 4,
"StringValue": "sample string 5",
"boolValue": true,
"boolValue2": true,
"boolValue3": true,
"boolValue4": true,
"boolValue5": true
},
{
"GuidValue": "80682902-6d51-4524-9d37-e0e04ee53a48",
"GuidValue2": "f8ef8218-d9c2-4b91-a7e7-b3ceff4635b1",
"GuidValue3": "7069c9e9-dcca-4944-97fd-0a2ae0311ce5",
"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"