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