POST v1/delRegions

Request Information

URI Parameters

None.

Body Parameters

RegionsDel
NameDescriptionTypeAdditional information
regionIDs

Масив ID регіонів для видалення

Collection of integer

Required

Request Formats

application/json, text/json

Sample:
{
  "regionIDs": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.