CustomerService Data Type

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

Example

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