POST api/BioAttendance/passAtt2Geofence?cid={cid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | integer |
Required |
Body Parameters
Collection of th_empAtt2Geofence| Name | Description | Type | Additional information |
|---|---|---|---|
| empID | integer |
None. |
|
| gfID | integer |
None. |
|
| attID | integer |
None. |
|
| pass | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"empID": 1,
"gfID": 2,
"attID": 3,
"pass": true
},
{
"empID": 1,
"gfID": 2,
"attID": 3,
"pass": true
}
]
application/xml, text/xml
Sample:
<ArrayOfth_empAtt2Geofence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.HMS">
<th_empAtt2Geofence>
<attID>3</attID>
<empID>1</empID>
<gfID>2</gfID>
<pass>true</pass>
</th_empAtt2Geofence>
<th_empAtt2Geofence>
<attID>3</attID>
<empID>1</empID>
<gfID>2</gfID>
<pass>true</pass>
</th_empAtt2Geofence>
</ArrayOfth_empAtt2Geofence>
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. |