POST api/attributetable/{id}
Creates a new attribute table row
Request Information
URI Parameters
Name | Description | Type | Additional 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 stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.