name | data type | description |
---|---|---|
type | string | |
product | Product |
Example
{ "type" : "...", "product" : { "id" : "...", "place" : { "name" : "...", "address" : { }, "href" : "...", "id" : "..." }, "relatedParty" : [ { "href" : "...", "id" : "...", "role" : "...", "validFor" : { }, "name" : "..." }, { "href" : "...", "id" : "...", "role" : "...", "validFor" : { }, "name" : "..." } ], "productRelationship" : [ { "type" : "...", "product" : { } }, { "type" : "...", "product" : { } } ], "href" : "...", "productCharacteristic" : [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ] } }