POST api/BioAttendance/geoFenceVsEmpID?cid={cid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cid | integer |
Required |
Body Parameters
Collection of th_geoFenceVsEmpIDName | Description | Type | Additional information |
---|---|---|---|
empID | integer |
None. |
|
gfID | integer |
None. |
|
dtStamp | date |
None. |
|
ia | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[ { "empID": 1, "gfID": 2, "dtStamp": "2025-06-29T16:44:14.4947741+00:00", "ia": true }, { "empID": 1, "gfID": 2, "dtStamp": "2025-06-29T16:44:14.4947741+00:00", "ia": true } ]
application/xml, text/xml
Sample:
<ArrayOfth_geoFenceVsEmpID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.HMS"> <th_geoFenceVsEmpID> <dtStamp>2025-06-29T16:44:14.4947741+00:00</dtStamp> <empID>1</empID> <gfID>2</gfID> <ia>true</ia> </th_geoFenceVsEmpID> <th_geoFenceVsEmpID> <dtStamp>2025-06-29T16:44:14.4947741+00:00</dtStamp> <empID>1</empID> <gfID>2</gfID> <ia>true</ia> </th_geoFenceVsEmpID> </ArrayOfth_geoFenceVsEmpID>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |