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