PUT customattributes/{customAttributeID}
Update a Custom Attribute by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customAttributeID | The ID of the Custom Attribute to update | integer | Required |
Body Parameters
The CustomAttribute object
CustomAttributeCreateUpdateModel
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.