POST api/Tanent/PunchAttandace
Request Information
URI Parameters
None.
Body Parameters
tbl_TanentAttandanceName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
TanentID | integer |
None. |
|
CheckTIme | date |
None. |
|
CheckType | string |
None. |
|
Lat | string |
None. |
|
Long | string |
None. |
|
LocationDetails | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "TanentID": 2, "CheckTIme": "2025-04-24T09:22:20.7504228+05:30", "CheckType": "sample string 4", "Lat": "sample string 5", "Long": "sample string 6", "LocationDetails": "sample string 7" }
application/xml, text/xml
Sample:
<tbl_TanentAttandance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hostel.BAL.Domain"> <CheckTIme>2025-04-24T09:22:20.7504228+05:30</CheckTIme> <CheckType>sample string 4</CheckType> <Lat>sample string 5</Lat> <LocationDetails>sample string 7</LocationDetails> <Long>sample string 6</Long> <TanentID>2</TanentID> <id>1</id> </tbl_TanentAttandance>
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. |