DELETE v1/delDevicePoints

Метод видалення точок.

Request Information

URI Parameters

None.

Body Parameters

Collection of DevicePointDel
NameDescriptionTypeAdditional information
deviceID

integer

None.

onDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "deviceID": 1,
    "onDate": "2026-06-10T07:16:35.6058204+03:00"
  },
  {
    "deviceID": 1,
    "onDate": "2026-06-10T07:16:35.6058204+03:00"
  }
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.