Znode

Build Version:

PUT productattributes/{attributeId}

Updates an existing attributes.

Request Information

» Parameters

Name Description Additional information
attributeId The ID of the attributes .

Define this parameter in the request URI.

model The model of the attributes.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "AttributeId": 1,
  "AttributeType": {
    "$id": "2",
    "AttributeTypeId": 1,
    "Description": "sample string 2",
    "DisplayOrder": 3,
    "IsPrivate": true,
    "LocaleId": 5,
    "Name": "sample string 6",
    "PortalId": 1
  },
  "AttributeTypeId": 2,
  "DisplayOrder": 3,
  "ExternalId": "sample string 4",
  "IsActive": true,
  "Name": "sample string 6",
  "OldAttributeId": 1,
  "AttributeTypeName": "sample string 7"
}