POST api/TrackingMaster/SaveEmployeeLocation

Request Information

URI Parameters

None.

Body Parameters

EmployeeLocation
NameDescriptionTypeAdditional information
EmployeeID

integer

None.

Lattitude

string

None.

Longitude

string

None.

RegDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeID": 1,
  "Lattitude": "sample string 2",
  "Longitude": "sample string 3",
  "RegDate": "sample string 4"
}

application/xml, text/xml

Sample:
<Get_DataController.EmployeeLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers">
  <EmployeeID>1</EmployeeID>
  <Lattitude>sample string 2</Lattitude>
  <Longitude>sample string 3</Longitude>
  <RegDate>sample string 4</RegDate>
</Get_DataController.EmployeeLocation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.