POST v1/updGroupOfDevice
Request Information
URI Parameters
None.
Body Parameters
GroupOfDeviceUpd| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.