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