POST api/DBHRM148/InsertNewDataItems
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": "dd9af93d-92d6-481d-a2d6-e1f768bfa804",
"GuidValue2": "cb9b6fe5-2d18-432f-b67c-da8ee34b6fc5",
"GuidValue3": "a2422daa-2f72-41fe-9690-c21d027af2f2",
"intValue": 4,
"StringValue": "sample string 5",
"boolValue": true,
"boolValue2": true,
"boolValue3": true,
"boolValue4": true,
"boolValue5": true
},
{
"GuidValue": "dd9af93d-92d6-481d-a2d6-e1f768bfa804",
"GuidValue2": "cb9b6fe5-2d18-432f-b67c-da8ee34b6fc5",
"GuidValue3": "a2422daa-2f72-41fe-9690-c21d027af2f2",
"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"