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