POST api/v1/AccesspointInfoDeviceInfos/UpdateAccesspointInfoDeviceInfo

Request Information

URI Parameters

None.

Body Parameters

AccesspointInfoDeviceInfo
NameDescriptionTypeAdditional information
_AccesspointInfoDeviceInfoId

integer

None.

_AccesspointInfoId

integer

None.

_DeviceInfoId

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_AccesspointInfoDeviceInfoId": 1,
  "_AccesspointInfoId": 2,
  "_DeviceInfoId": 3,
  "_CreationDate": "2026-01-20T20:26:25.8995893+00:00",
  "_UpdatedDate": "2026-01-20T20:26:25.8995893+00:00",
  "_SysNumber": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.