CustomerService Data Type

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

Example

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