name | data type | description |
---|---|---|
productCharacteristic | array of ProductCharacteristic | |
array of RelatedParty | ||
productRelationship | array of ProductRelationship | |
href | string | |
place | Place | |
id | string |
Example
{ "productCharacteristic" : [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ], "relatedParty" : [ { "validFor" : { "startDateTime" : 12345, "endDateTime" : 12345 }, "name" : "...", "href" : "...", "id" : "...", "role" : "..." }, { "validFor" : { "startDateTime" : 12345, "endDateTime" : 12345 }, "name" : "...", "href" : "...", "id" : "...", "role" : "..." } ], "productRelationship" : [ { "type" : "...", "product" : { "productCharacteristic" : [ { }, { } ], "relatedParty" : [ { }, { } ], "productRelationship" : [ { }, { } ], "href" : "...", "place" : { }, "id" : "..." } }, { "type" : "...", "product" : { "productCharacteristic" : [ { }, { } ], "relatedParty" : [ { }, { } ], "productRelationship" : [ { }, { } ], "href" : "...", "place" : { }, "id" : "..." } } ], "href" : "...", "place" : { "id" : "...", "name" : "...", "href" : "...", "address" : { "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." } }, "id" : "..." }