POST api/ZoneState/Save

Request Information

URI Parameters

None.

Body Parameters

ZoneVsStatesRequest
NameDescriptionTypeAdditional information
StateID

integer

None.

ZoneID

integer

None.

CompID

integer

None.

StatesName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StateID": 1,
  "ZoneID": 2,
  "CompID": 3,
  "StatesName": "sample string 4"
}

text/html

Sample:
{"StateID":1,"ZoneID":2,"CompID":3,"StatesName":"sample string 4"}

application/xml, text/xml

Sample:
<ZoneStateController.ZoneVsStatesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Controllers">
  <CompID>3</CompID>
  <StateID>1</StateID>
  <StatesName>sample string 4</StatesName>
  <ZoneID>2</ZoneID>
</ZoneStateController.ZoneVsStatesRequest>

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.