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