POST api/EmployeeLeave/PutEmployeeLocation

Request Information

URI Parameters

None.

Body Parameters

EmployeeLocationMaster
NameDescriptionTypeAdditional information
LOC_ID

integer

None.

LOC_NAME

string

None.

LOC_DESCRIPTION

string

None.

LOC_CP_ID

integer

None.

LOC_LATITUDE

string

None.

LOC_LONGITUDE

string

None.

LOC_STATUS

string

None.

LOC_CREATED_BY

integer

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LOC_ID": 1,
  "LOC_NAME": "sample string 1",
  "LOC_DESCRIPTION": "sample string 2",
  "LOC_CP_ID": 1,
  "LOC_LATITUDE": "sample string 3",
  "LOC_LONGITUDE": "sample string 4",
  "LOC_STATUS": "sample string 5",
  "LOC_CREATED_BY": 1,
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<EmployeeLocationMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <LOC_CP_ID>1</LOC_CP_ID>
  <LOC_CREATED_BY>1</LOC_CREATED_BY>
  <LOC_DESCRIPTION>sample string 2</LOC_DESCRIPTION>
  <LOC_ID>1</LOC_ID>
  <LOC_LATITUDE>sample string 3</LOC_LATITUDE>
  <LOC_LONGITUDE>sample string 4</LOC_LONGITUDE>
  <LOC_NAME>sample string 1</LOC_NAME>
  <LOC_STATUS>sample string 5</LOC_STATUS>
  <START>1</START>
</EmployeeLocationMaster>

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.