POST v1/insDeviceGroup
Request Information
URI Parameters
None.
Body Parameters
DeviceGroupNew| Name | Description | Type | Additional information |
|---|---|---|---|
| groupID |
ID групи |
integer |
Required |
| deviceIDs |
Масив ID авто |
Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"groupID": 1,
"deviceIDs": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.