POST api/location/Updatezones

Request Information

URI Parameters

None.

Body Parameters

ZoneRequest
NameDescriptionTypeAdditional information
ZoneID

integer

None.

CompID

integer

None.

ZoneName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ZoneID": 1,
  "CompID": 2,
  "ZoneName": "sample string 3"
}

text/html

Sample:
{"ZoneID":1,"CompID":2,"ZoneName":"sample string 3"}

application/xml, text/xml

Sample:
<LocationController.ZoneRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Controllers">
  <CompID>2</CompID>
  <ZoneID>1</ZoneID>
  <ZoneName>sample string 3</ZoneName>
</LocationController.ZoneRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.