PUT api/attribute/bulk/{type}
Performs a bulk insert of attribute values into one or more attribute lists, based on tagging info.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type |
The attribute list 'type' |
string |
Required |
Body Parameters
The values to be inserted into the Attribute list(s)
Collection of Collection of stringRequest Formats
application/json, text/json
Sample:
[ [ "sample string 1", "sample string 2" ], [ "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.