ProductRelationship Data Type

Implemented Interfaces
Serializable
Properties
name data type description
product Product
type string

Example

{
  "product" : {
    "id" : "...",
    "place" : {
      "href" : "...",
      "name" : "...",
      "id" : "...",
      "address" : { }
    },
    "productCharacteristic" : [ {
      "value" : "...",
      "name" : "..."
    }, {
      "value" : "...",
      "name" : "..."
    } ],
    "relatedParty" : [ {
      "href" : "...",
      "id" : "...",
      "role" : "...",
      "validFor" : { },
      "name" : "..."
    }, {
      "href" : "...",
      "id" : "...",
      "role" : "...",
      "validFor" : { },
      "name" : "..."
    } ],
    "href" : "...",
    "productRelationship" : [ {
      "product" : { },
      "type" : "..."
    }, {
      "product" : { },
      "type" : "..."
    } ]
  },
  "type" : "..."
}