POST api/v1/AccesspointInfos/UpdateAccesspointInfo
Request Information
URI Parameters
None.
Body Parameters
AccesspointInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| _AccesspointInfoId | integer |
None. |
|
| _PhysicalAddress | integer |
None. |
|
| _APName | integer |
None. |
|
| _DeviceInfoId | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_AccesspointInfoId": 1,
"_PhysicalAddress": 2,
"_APName": 3,
"_DeviceInfoId": 4,
"_CreationDate": "2026-01-20T20:26:26.4475462+00:00",
"_UpdatedDate": "2026-01-20T20:26:26.4475462+00:00",
"_SysNumber": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.