POST EmployeesJobs/UpdateEmployeesJob
Request Information
URI Parameters
None.
Body Parameters
EmployeesJobsDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeJobId | integer |
None. |
|
| employeeSectorId | integer |
None. |
|
| employeeJobName | string |
None. |
|
| employeeJobArchiveStatus | boolean |
None. |
|
| statusWithAll | boolean |
None. |
|
| page | integer |
None. |
|
| filterStatus | boolean |
None. |
|
| textSearch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"employeeJobId": 1,
"employeeSectorId": 2,
"employeeJobName": "sample string 3",
"employeeJobArchiveStatus": true,
"statusWithAll": true,
"page": 6,
"filterStatus": true,
"textSearch": "sample string 8"
}
application/xml, text/xml
Sample:
<EmployeesJobsDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartMeter_Installation.Models.EmployeesModule.EmployeesJobs"> <employeeJobArchiveStatus>true</employeeJobArchiveStatus> <employeeJobId>1</employeeJobId> <employeeJobName>sample string 3</employeeJobName> <employeeSectorId>2</employeeSectorId> <filterStatus>true</filterStatus> <page>6</page> <statusWithAll>true</statusWithAll> <textSearch>sample string 8</textSearch> </EmployeesJobsDataContext>
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. |