Service Data Type

Implemented Interfaces
Serializable
Properties
name data type description
id string
productCharacteristic array of ProductCharacteristic
name string
href string

Example

{
  "id" : "...",
  "productCharacteristic" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "name" : "...",
  "href" : "..."
}