Znode

Build Version:

PUT highlights/{highlightId}

Updates an existing highlight.

Request Information

» Parameters

Name Description Additional information
highlightId The ID of the highlight.

Define this parameter in the request URI.

model The model of the highlight.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Description": "sample string 1",
  "DisplayOrder": 1,
  "ImageAltTag": "sample string 2",
  "ImageFile": "sample string 3",
  "ImageLargePath": "sample string 4",
  "ImageMediumPath": "sample string 5",
  "ImageSmallPath": "sample string 6",
  "ImageSmallThumbnailPath": "sample string 7",
  "ImageThumbnailPath": "sample string 8",
  "HighlightId": 9,
  "HighlightType": {
    "$id": "2",
    "Description": "sample string 1",
    "HighlightTypeId": 2,
    "Name": "sample string 3"
  },
  "HighlightTypeName": "sample string 10",
  "HighlightTypeId": 1,
  "Hyperlink": "sample string 11",
  "HyperlinkNewWindow": true,
  "IsActive": true,
  "LocaleId": 12,
  "Name": "sample string 13",
  "PortalId": 1,
  "ProductId": 14,
  "ShortDescription": "sample string 15",
  "DisplayPopup": true,
  "ProductHighlightID": 17,
  "IsAssociatedProduct": true,
  "UserName": "sample string 19",
  "UserType": "sample string 20"
}