POST EmployeesSectors/UpdateEmployeesSector

Request Information

URI Parameters

None.

Body Parameters

EmployeesSectorsDataContext
NameDescriptionTypeAdditional information
employeeSectorId

integer

None.

employeeSectorName

string

None.

employeeSectorArchiveStatus

boolean

None.

statusWithAll

boolean

None.

page

integer

None.

filterStatus

boolean

None.

textSearch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeSectorId": 1,
  "employeeSectorName": "sample string 2",
  "employeeSectorArchiveStatus": true,
  "statusWithAll": true,
  "page": 5,
  "filterStatus": true,
  "textSearch": "sample string 7"
}

application/xml, text/xml

Sample:
<EmployeesSectorsDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartMeter_Installation.Models.Other_Setting.Sectors">
  <employeeSectorArchiveStatus>true</employeeSectorArchiveStatus>
  <employeeSectorId>1</employeeSectorId>
  <employeeSectorName>sample string 2</employeeSectorName>
  <filterStatus>true</filterStatus>
  <page>5</page>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 7</textSearch>
</EmployeesSectorsDataContext>

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.