CustomerService Data Type

Implemented Interfaces
Serializable
Properties
name data type description
id string
executionDate number
duration number
productCharacteristic array of ProductCharacteristic
name string
href string
description string

Example

{
  "id" : "...",
  "executionDate" : 12345,
  "duration" : 12345,
  "productCharacteristic" : [ {
    "value" : "...",
    "name" : "..."
  }, {
    "value" : "...",
    "name" : "..."
  } ],
  "name" : "...",
  "href" : "...",
  "description" : "..."
}