POST v1/updGroupOfDevice

Request Information

URI Parameters

None.

Body Parameters

GroupOfDeviceUpd
NameDescriptionTypeAdditional information
id

ID групи.

integer

Required

name

Назва групи

string

Required

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.