POST api/attributetable/{id}

Creates a new attribute table row

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the unique table id

integer

Required

Body Parameters

list of values 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.