POST api/INTv1/LogAnalyser/LinkAccesspointInfoDeviceInfo
Request Information
URI Parameters
None.
Body Parameters
DeviceInfoLinker| Name | Description | Type | Additional information |
|---|---|---|---|
| _DeviceInfoIDs | Collection of integer |
None. |
|
| _AccesspointInfoIDs | Collection of integer |
None. |
|
| _DiagnosticInfoIDs | Collection of integer |
None. |
|
| DeviceInfoID | integer |
None. |
|
| LogInfosID | integer |
None. |
|
| DiagnosticInfosID | integer |
None. |
|
| AccessPointInfoID | integer |
None. |
|
| AccesspointInfoLogInfoID | integer |
None. |
|
| DeviceinfoLogInfoID | integer |
None. |
|
| DiagnosticsInfoLogInfoID | integer |
None. |
|
| AccesspointInfoDeviceInfoID | integer |
None. |
|
| _Link | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"_DeviceInfoIDs": [
1,
2
],
"_AccesspointInfoIDs": [
1,
2
],
"_DiagnosticInfoIDs": [
1,
2
],
"DeviceInfoID": 1,
"LogInfosID": 2,
"DiagnosticInfosID": 3,
"AccessPointInfoID": 4,
"AccesspointInfoLogInfoID": 5,
"DeviceinfoLogInfoID": 6,
"DiagnosticsInfoLogInfoID": 7,
"AccesspointInfoDeviceInfoID": 8,
"_Link": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.