POST Api/Employee/UpdateEmployee

Request Information

URI Parameters

None.

Body Parameters

UpdateEmployee
NameDescriptionTypeAdditional information
UpdatedBy

string

None.

RoleID

globally unique identifier

None.

OrgID

globally unique identifier

None.

DepartmentID

globally unique identifier

None.

AddedBy

string

None.

DirectoryPermission

string

None.

SNo

integer

None.

Name

string

None.

Email

string

None.

Contact

string

None.

RoleName

string

None.

OrgName

string

None.

DepartmentName

string

None.

EmployeeID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UpdatedBy": "sample string 1",
  "RoleID": "c6ae9845-ef1b-41f5-8559-1c05cba57dce",
  "OrgID": "2beeb29f-7d95-4ae1-b38d-bb9344c76081",
  "DepartmentID": "b65ef811-6a17-418a-8a76-55b83b2fdd61",
  "AddedBy": "sample string 5",
  "DirectoryPermission": "sample string 6",
  "SNo": 7,
  "Name": "sample string 8",
  "Email": "sample string 9",
  "Contact": "sample string 10",
  "RoleName": "sample string 11",
  "OrgName": "sample string 12",
  "DepartmentName": "sample string 13",
  "EmployeeID": "1f03e5c3-6e25-472e-925a-46bee682a129"
}

application/xml, text/xml

Sample:
<UpdateEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">
  <Contact>sample string 10</Contact>
  <DepartmentName>sample string 13</DepartmentName>
  <Email>sample string 9</Email>
  <EmployeeID>1f03e5c3-6e25-472e-925a-46bee682a129</EmployeeID>
  <Name>sample string 8</Name>
  <OrgName>sample string 12</OrgName>
  <RoleName>sample string 11</RoleName>
  <SNo>7</SNo>
  <AddedBy>sample string 5</AddedBy>
  <DepartmentID>b65ef811-6a17-418a-8a76-55b83b2fdd61</DepartmentID>
  <DirectoryPermission>sample string 6</DirectoryPermission>
  <OrgID>2beeb29f-7d95-4ae1-b38d-bb9344c76081</OrgID>
  <RoleID>c6ae9845-ef1b-41f5-8559-1c05cba57dce</RoleID>
  <UpdatedBy>sample string 1</UpdatedBy>
</UpdateEmployee>

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.