ProductContextDTO Data Type

The Class ServiceDto.

Implemented Interfaces
Serializable
Properties
name data type constraints description
productCode string required The selected product code in the quote
producVersion number required The selected product version in the quote
quantity number   The product quantity
selectedAttributes map of object   The selected services in the quote with their values
selectedGroupedAttributes map of object  

Example

{
  "productCode" : "...",
  "producVersion" : 12345,
  "quantity" : 12345,
  "selectedAttributes" : {
    "property1" : { },
    "property2" : { }
  },
  "selectedGroupedAttributes" : {
    "property1" : { },
    "property2" : { }
  }
}