POST api/Admin/Markattendence
Request Information
URI Parameters
None.
Body Parameters
markattendenceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| empId | integer |
None. |
|
| attendenceTime | date |
None. |
|
| attendenceType | string |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"empId": 1,
"attendenceTime": "2025-12-12T00:43:37.8272089+05:30",
"attendenceType": "sample string 3",
"Lat": "sample string 4",
"Long": "sample string 5"
}
application/xml, text/xml
Sample:
<markattendenceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebapiExample.Models"> <Lat>sample string 4</Lat> <Long>sample string 5</Long> <attendenceTime>2025-12-12T00:43:37.8272089+05:30</attendenceTime> <attendenceType>sample string 3</attendenceType> <empId>1</empId> </markattendenceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.