POST api/Employee/GetEmployeeInformation
Request Information
URI Parameters
None.
Body Parameters
ParamsGetEmployee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| Matricule | string |
None. |
|
| string |
None. |
||
| SS_Number | string |
None. |
|
| Phone | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"LastName": "sample string 2",
"FirstName": "sample string 3",
"Matricule": "sample string 4",
"Email": "sample string 5",
"SS_Number": "sample string 6",
"Phone": "sample string 7",
"token": "sample string 8"
}
application/xml, text/xml
Sample:
<ParamsGetEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSReportix.Models"> <Email>sample string 5</Email> <FirstName>sample string 3</FirstName> <Id>sample string 1</Id> <LastName>sample string 2</LastName> <Matricule>sample string 4</Matricule> <Phone>sample string 7</Phone> <SS_Number>sample string 6</SS_Number> <token>sample string 8</token> </ParamsGetEmployee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |