POST api/Zone/Update

Request Information

URI Parameters

None.

Body Parameters

Zone_UpdateBinddingModel
NameDescriptionTypeAdditional information
Id

integer

Required

Name

string

Required

IsUse

boolean

None.

EmployeeIds

string

None.

DistrictIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "isUse": true,
  "employeeIds": "sample string 4",
  "districtIds": "sample string 5"
}

application/xml, text/xml

Sample:
<Zone_UpdateBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Zone">
  <DistrictIds>sample string 5</DistrictIds>
  <EmployeeIds>sample string 4</EmployeeIds>
  <Id>1</Id>
  <IsUse>true</IsUse>
  <Name>sample string 2</Name>
</Zone_UpdateBinddingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Zone_UpdateBinddingModel
NameDescriptionTypeAdditional information
Id

integer

Required

Name

string

Required

IsUse

boolean

None.

EmployeeIds

string

None.

DistrictIds

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "isUse": true,
  "employeeIds": "sample string 4",
  "districtIds": "sample string 5"
}

application/xml, text/xml

Sample:
<Zone_UpdateBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Zone">
  <DistrictIds>sample string 5</DistrictIds>
  <EmployeeIds>sample string 4</EmployeeIds>
  <Id>1</Id>
  <IsUse>true</IsUse>
  <Name>sample string 2</Name>
</Zone_UpdateBinddingModel>