POST api/CheckInTime

Request Information

URI Parameters

None.

Body Parameters

DailyAttendance
NameDescriptionTypeAdditional information
User_Name

string

None.

Mobile_No

string

None.

Check_In_Time

date

None.

Check_Out_Time

date

None.

Check_In_Location

string

None.

Check_In_Lat

string

None.

Check_In_Long

string

None.

Check_Out_Lat

string

None.

Check_Out_Long

string

None.

Check_Out_Location

string

None.

Request Formats

application/json, text/json

Sample:
{
  "User_Name": "sample string 1",
  "Mobile_No": "sample string 2",
  "Check_In_Time": "2024-05-18T19:36:49.0859467+05:30",
  "Check_Out_Time": "2024-05-18T19:36:49.0859467+05:30",
  "Check_In_Location": "sample string 5",
  "Check_In_Lat": "sample string 6",
  "Check_In_Long": "sample string 7",
  "Check_Out_Lat": "sample string 8",
  "Check_Out_Long": "sample string 9",
  "Check_Out_Location": "sample string 10"
}

text/html

Sample:
{"User_Name":"sample string 1","Mobile_No":"sample string 2","Check_In_Time":"2024-05-18T19:36:49.0859467+05:30","Check_Out_Time":"2024-05-18T19:36:49.0859467+05:30","Check_In_Location":"sample string 5","Check_In_Lat":"sample string 6","Check_In_Long":"sample string 7","Check_Out_Lat":"sample string 8","Check_Out_Long":"sample string 9","Check_Out_Location":"sample string 10"}

application/xml, text/xml

Sample:
<DailyAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AadipowerTechApi.Models">
  <Check_In_Lat>sample string 6</Check_In_Lat>
  <Check_In_Location>sample string 5</Check_In_Location>
  <Check_In_Long>sample string 7</Check_In_Long>
  <Check_In_Time>2024-05-18T19:36:49.0859467+05:30</Check_In_Time>
  <Check_Out_Lat>sample string 8</Check_Out_Lat>
  <Check_Out_Location>sample string 10</Check_Out_Location>
  <Check_Out_Long>sample string 9</Check_Out_Long>
  <Check_Out_Time>2024-05-18T19:36:49.0859467+05:30</Check_Out_Time>
  <Mobile_No>sample string 2</Mobile_No>
  <User_Name>sample string 1</User_Name>
</DailyAttendance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.