PUT api/attributetable/{id}?keyVal={keyVal}

Update an existing attribute table row

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the unique table id

integer

Required

keyVal

The unique key value of the row

string

Required

Body Parameters

list of values, excluding the key value, to enter in the row in order of how they should be added

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.