POST api/v1/AccessPoint/LinkAccessPoints
Request Information
URI Parameters
None.
Body Parameters
AccessPointLink| Name | Description | Type | Additional information |
|---|---|---|---|
| _ApGroupId | integer |
None. |
|
| _AccessPointIds | Collection of integer |
None. |
|
| _Link | boolean |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_ApGroupId": 1,
"_AccessPointIds": [
1,
2
],
"_Link": true,
"_SysNumber": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.