CustomerService Data Type

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

Example

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