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