ServiceToAddDto Data Type

The Class ServiceToAddDto.

Available Since
Nov 13, 2013
Implemented Interfaces
Serializable
Properties
name data type description
serviceId string The service id.
subscriptionDate number The subscription date.
param1 string The param 1.
param2 string The param 2.
param3 string The param 3.

Example

{
  "serviceId" : "...",
  "subscriptionDate" : 12345,
  "param1" : "...",
  "param2" : "...",
  "param3" : "..."
}