CustomerService Data Type

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

Example

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