POST api/v1/Commstats/CreateCommstat

Request Information

URI Parameters

None.

Body Parameters

CommStat
NameDescriptionTypeAdditional information
_CommStatId

integer

None.

_LockAddr

integer

None.

_ApAddr

integer

None.

_SignalStrength

integer

None.

_IsConfigured

byte

None.

_MsgId

integer

None.

_CommCount

integer

None.

_FirstApCom

date

None.

_LastApCom

date

None.

_FirstDevCom

date

None.

_LastDevCom

date

None.

_ErrorCountDev

integer

None.

_AckCountDev

integer

None.

_ErrorCountAp

integer

None.

_AckCountAp

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_CommStatId": 1,
  "_LockAddr": 2,
  "_ApAddr": 3,
  "_SignalStrength": 4,
  "_IsConfigured": 64,
  "_MsgId": 6,
  "_CommCount": 7,
  "_FirstApCom": "2026-01-20T20:24:16.868988+00:00",
  "_LastApCom": "2026-01-20T20:24:16.868988+00:00",
  "_FirstDevCom": "2026-01-20T20:24:16.868988+00:00",
  "_LastDevCom": "2026-01-20T20:24:16.868988+00:00",
  "_ErrorCountDev": 12,
  "_AckCountDev": 13,
  "_ErrorCountAp": 14,
  "_AckCountAp": 15,
  "_CreationDate": "2026-01-20T20:24:16.868988+00:00",
  "_UpdatedDate": "2026-01-20T20:24:16.8846097+00:00",
  "_SysNumber": 16
}

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.