POST api/admin/keyarea/edit

Request Information

URI Parameters

None.

Body Parameters

KeyAreaAdminEditEntity
NameDescriptionTypeAdditional information
KeyAreaId

integer

None.

KeyArea

string

None.

KeyAreaAdmin

string

None.

KeyAreaType

integer

None.

KeyAreaOrderBy

integer

None.

Discontinue

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "KeyAreaId": 1,
  "KeyArea": "sample string 2",
  "KeyAreaAdmin": "sample string 3",
  "KeyAreaType": 4,
  "KeyAreaOrderBy": 5,
  "Discontinue": true
}

application/xml, text/xml

Sample:
<KeyAreaAdminEditEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThemeParkEntities.KeyArea">
  <Discontinue>true</Discontinue>
  <KeyArea>sample string 2</KeyArea>
  <KeyAreaAdmin>sample string 3</KeyAreaAdmin>
  <KeyAreaId>1</KeyAreaId>
  <KeyAreaOrderBy>5</KeyAreaOrderBy>
  <KeyAreaType>4</KeyAreaType>
</KeyAreaAdminEditEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'KeyAreaAdminEditEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.