POST api/v1/WirelessTask/SetWrNetworkinfo/{AccessCardID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessCardID | integer |
Required |
Body Parameters
WrNetworkInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| DoorID | integer |
None. |
|
| _ServerIpAddress | string |
None. |
|
| _ServerPort | unsigned integer |
None. |
|
| _IpAddress | string |
None. |
|
| _IpSubnet | string |
None. |
|
| _Gateway | string |
None. |
|
| _Port | unsigned integer |
None. |
|
| _SystemNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DoorID": 1,
"_ServerIpAddress": "sample string 2",
"_ServerPort": 3,
"_IpAddress": "sample string 4",
"_IpSubnet": "sample string 5",
"_Gateway": "sample string 6",
"_Port": 7,
"_SystemNumber": 8
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.