POST api/BioAttendance/geoFence?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
Required |
Body Parameters
Collection of th_geoFence| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| cid | integer |
None. |
|
| ws | integer |
None. |
|
| fenceID | string |
None. |
|
| ia | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"cid": 2,
"ws": 3,
"fenceID": "sample string 4",
"ia": true
},
{
"id": 1,
"cid": 2,
"ws": 3,
"fenceID": "sample string 4",
"ia": true
}
]
application/xml, text/xml
Sample:
<ArrayOfth_geoFence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.HMS">
<th_geoFence>
<cid>2</cid>
<fenceID>sample string 4</fenceID>
<ia>true</ia>
<id>1</id>
<ws>3</ws>
</th_geoFence>
<th_geoFence>
<cid>2</cid>
<fenceID>sample string 4</fenceID>
<ia>true</ia>
<id>1</id>
<ws>3</ws>
</th_geoFence>
</ArrayOfth_geoFence>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |