POST api/BioAttendance/geoFenceCoords?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
Required |
Body Parameters
Collection of th_geoFenceCoords| Name | Description | Type | Additional information |
|---|---|---|---|
| gfid | integer |
None. |
|
| v | integer |
None. |
|
| x | decimal number |
None. |
|
| y | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"gfid": 1,
"v": 2,
"x": 3.1,
"y": 4.1
},
{
"gfid": 1,
"v": 2,
"x": 3.1,
"y": 4.1
}
]
application/xml, text/xml
Sample:
<ArrayOfth_geoFenceCoords xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.HMS">
<th_geoFenceCoords>
<gfid>1</gfid>
<v>2</v>
<x>3.1</x>
<y>4.1</y>
</th_geoFenceCoords>
<th_geoFenceCoords>
<gfid>1</gfid>
<v>2</v>
<x>3.1</x>
<y>4.1</y>
</th_geoFenceCoords>
</ArrayOfth_geoFenceCoords>
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. |