POST api/OptionsEdit

Request Information

URI Parameters

None.

Body Parameters

OptionEditVue
NameDescriptionTypeAdditional information
Id

integer

None.

Type

string

None.

Name

string

None.

Group

string

None.

Description

string

None.

Order

integer

None.

IsUserManaged

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "type": "sample string 2",
  "name": "sample string 3",
  "group": "sample string 4",
  "description": "sample string 5",
  "order": 6,
  "isUserManaged": true
}

text/html

Sample:
{"id":1,"type":"sample string 2","name":"sample string 3","group":"sample string 4","description":"sample string 5","order":6,"isUserManaged":true}

application/xml, text/xml

Sample:
<OptionEditVue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StategixWordpressClassManger.ASP_WebAPI.Vues">
  <Description>sample string 5</Description>
  <Group>sample string 4</Group>
  <Id>1</Id>
  <IsUserManaged>true</IsUserManaged>
  <Name>sample string 3</Name>
  <Order>6</Order>
  <Type>sample string 2</Type>
</OptionEditVue>

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 'OptionEditVue'.

Response Information

Resource Description

ActionResult

None.

Response Formats

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

Sample:

Sample not available.