POST v2/delRegionBase
Request Information
URI Parameters
None.
Body Parameters
RegionBaseDel| 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.