PUT customattributes/{customAttributeID}

Update a Custom Attribute by ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customAttributeID The ID of the Custom Attribute to update integer Required

Body Parameters

The CustomAttribute object

CustomAttributeCreateUpdateModel
NameDescriptionTypeAdditional information
CustomAttributeName The custom attributes name. string None.

Request Formats

application/json, text/json

Sample:
{
  "CustomAttributeName": "Style"
}

application/xml, text/xml

Sample:
<CustomAttributeCreateUpdateModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CustomAttributeName>Style</CustomAttributeName>
</CustomAttributeCreateUpdateModel>

Response Information

Resource Description

Update a Custom Attribute by ID

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.