CyberStore Inventory Web Service
MethodGetHotSpotDiagram
CyberStore Inventory Web Service > All Operations Resource Group : GetHotSpotDiagram (Method)
Request (GetHotSpotDiagramSoapIn)

The request body is of type GetHotSpotDiagram.

Request Body Parameters

NameDescriptionData Type
 xml:int
Example
The following example shows how to perform the web operation in CyberStore.
// Example: Get Hot Spot Diagram data
//      for the Diagram with Diagram_ID = 2
// then send the response to the browser console

MakeAJAXCall("Inventory.GetHotSpotDiagram", {
        Diagram_ID: 2
}, console.log);
200 Response (GetHotSpotDiagramSoapOut)

The response body is of type GetHotSpotDiagramResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "ID": 2,
    "Name": "Adventure Series Bicycle Diagram",
    "Headline": "Available Parts for all A Series Adventure Bikes",
    "Description": "",
    "ImagePath": "/Ecommerce/site/images/Diagrams/BicycleParts.png",
    "Radius": 7,
    "Border": true,
    "BorderColor": "#FF0000",
    "BorderWidth": 3,
    "BorderOpacity": 0.75,
    "Fill": true,
    "FillColor": "#FF9900",
    "FillOpacity": 0.5,
    "HighlightFill": true,
    "HighlightFillColor": "#FF0000",
    "HighlightFillOpacity": 0.5,
    "SelectedFill": true,
    "SelectedFillColor": "333399",
    "SelectedFillOpacity": 0.75,
    "Title": null,
    "MetaKeywords": null,
    "MetaDescription": null
}
xml:string
See Also
All Operations Resource GroupCyberStore Inventory Web Service