POST api/User/SetOutsideRegion?hours={hours}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| hours | integer |
Required |
Body Parameters
Region| Name | Description | Type | Additional information |
|---|---|---|---|
| Location | Location |
None. |
Request Formats
application/json, text/json
Sample:
{
"Location": {
"$id": "2",
"Geofence": "sample string 1"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true