name | data type | description |
---|---|---|
href | string | |
id | string | |
duration | number | |
description | string | |
executionDate | number | |
productCharacteristic | array of ProductCharacteristic | |
name | string |
Example
{ "href" : "...", "id" : "...", "duration" : 12345, "description" : "...", "executionDate" : 12345, "productCharacteristic" : [ { "value" : "...", "name" : "..." }, { "value" : "...", "name" : "..." } ], "name" : "..." }