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": "a75cc19a-3b6a-406f-b792-535d48b3b0e5",
"GuidValue2": "1f9d099d-eba3-43a3-b2c7-563a4fe8edca",
"GuidValue3": "6fdd54d3-c7e8-4917-b3e2-e61f112bce1e",
"intValue": 4,
"StringValue": "sample string 5",
"boolValue": true,
"boolValue2": true,
"boolValue3": true,
"boolValue4": true,
"boolValue5": true
},
{
"GuidValue": "a75cc19a-3b6a-406f-b792-535d48b3b0e5",
"GuidValue2": "1f9d099d-eba3-43a3-b2c7-563a4fe8edca",
"GuidValue3": "6fdd54d3-c7e8-4917-b3e2-e61f112bce1e",
"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"