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": "f58c17c1-a767-4f4d-b727-2bf018b8b451",
"GuidValue2": "a91a287d-47c3-49b0-aef6-5a01b876b7af",
"GuidValue3": "aa429e46-29bc-47e0-9597-fcb806a064b9",
"intValue": 4,
"StringValue": "sample string 5",
"boolValue": true,
"boolValue2": true,
"boolValue3": true,
"boolValue4": true,
"boolValue5": true
},
{
"GuidValue": "f58c17c1-a767-4f4d-b727-2bf018b8b451",
"GuidValue2": "a91a287d-47c3-49b0-aef6-5a01b876b7af",
"GuidValue3": "aa429e46-29bc-47e0-9597-fcb806a064b9",
"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"