POST v1/insRegionBase
Request Information
URI Parameters
None.
Body Parameters
RegionBaseNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceIDs |
Масив ID авто |
Collection of integer |
Required |
| regionID |
ID регіону |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"deviceIDs": [
1,
2
],
"regionID": 1
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}