POST api/v{version}/Available/SetOutsideRegion?hours={hours}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
hours

integer

Required

version

string

None.

Body Parameters

Region
NameDescriptionTypeAdditional information
Location

Location

None.

Request Formats

application/json, text/json

Sample:
{
  "Location": {
    "$id": "2",
    "Geofence": "sample string 1"
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Region'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true