Product Data Type

Implemented Interfaces
Serializable
Properties
name data type description
relatedParty array of RelatedParty
place Place
href string
productRelationship array of ProductRelationship
id string
productCharacteristic array of ProductCharacteristic

Example

{
  "relatedParty" : [ {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  }, {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  } ],
  "place" : {
    "id" : "...",
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "address4" : "...",
      "address5" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "href" : "...",
    "name" : "..."
  },
  "href" : "...",
  "productRelationship" : [ {
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "type" : "..."
  }, {
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "type" : "..."
  } ],
  "id" : "...",
  "productCharacteristic" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ]
}