POST api/EmployeeProfile/GetEmployeeDetailsById/get-by-id?Emp_Id={Emp_Id}&School_Id={School_Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Emp_Id

integer

Default value is 0

School_Id

integer

Default value is 0

Body Parameters

EmployeeProfileByIdRequest
NameDescriptionTypeAdditional information
Emp_Id

integer

None.

School_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Emp_Id": 1,
  "School_Id": 2
}

application/xml, text/xml

Sample:
<EmployeeProfileController.EmployeeProfileByIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Emp_Id>1</Emp_Id>
  <School_Id>2</School_Id>
</EmployeeProfileController.EmployeeProfileByIdRequest>

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.