POST api/employees/update/usr/view

Request Information

URI Parameters

None.

Body Parameters

lead_employee
NameDescriptionTypeAdditional information
team_lead

integer

None.

employee_id

integer

None.

old_lead_id

integer

None.

usr_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "team_lead": 1,
  "employee_id": 2,
  "old_lead_id": 3,
  "usr_id": 4
}

application/xml, text/xml

Sample:
<lead_employee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aplikacija_za_prijavu_Evenata.Models">
  <employee_id>2</employee_id>
  <old_lead_id>3</old_lead_id>
  <team_lead>1</team_lead>
  <usr_id>4</usr_id>
</lead_employee>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'lead_employee'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.