GET api/GetPass/updateemployee

Request Information

URI Parameters

None.

Body Parameters

updateemployee
NameDescriptionTypeAdditional information
Mobileno

string

None.

Address

string

None.

state

string

None.

city

string

None.

postalcode

string

None.

empcode

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Mobileno": "sample string 1",
  "Address": "sample string 2",
  "state": "sample string 3",
  "city": "sample string 4",
  "postalcode": "sample string 5",
  "empcode": "sample string 6"
}

application/xml, text/xml

Sample:
<updateemployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Address>sample string 2</Address>
  <Mobileno>sample string 1</Mobileno>
  <city>sample string 4</city>
  <empcode>sample string 6</empcode>
  <postalcode>sample string 5</postalcode>
  <state>sample string 3</state>
</updateemployee>

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, text/html

Sample:

Sample not available.