CustomerService Data Type

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

Example

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