ProductQuoteItem Data Type

Implemented Interfaces
Serializable
Properties
name data type description
id string
itemQuoteProductOfferingPrice array of QuoteProductOfferingPrice
appointment string
quantity number
subscriptionPeriod TimeRange
billingAccount array of BillingAccount
produtVersion string
produtQuoteVersion string
productOffering ProductOffering
action string
state string
service Service
product Product
relatedParty array of RelatedParty
produtQuote string
customerService CustomerService
note array of Note
attachment Attachment
consumptionCdr array of string

Example

{
  "id" : "...",
  "itemQuoteProductOfferingPrice" : [ {
    "priceType" : "RECURRING",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "taxRate" : "...",
      "dutyFreeAmount" : "...",
      "currencyCode" : "...",
      "taxIncludedAmount" : "...",
      "percentage" : 12345.0
    }
  }, {
    "priceType" : "USAGE",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "taxRate" : "...",
      "dutyFreeAmount" : "...",
      "currencyCode" : "...",
      "taxIncludedAmount" : "...",
      "percentage" : 12345.0
    }
  } ],
  "appointment" : "...",
  "quantity" : 12345,
  "subscriptionPeriod" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "billingAccount" : [ {
    "id" : "...",
    "name" : "...",
    "href" : "..."
  }, {
    "id" : "...",
    "name" : "...",
    "href" : "..."
  } ],
  "produtVersion" : "...",
  "produtQuoteVersion" : "...",
  "productOffering" : {
    "description" : "...",
    "parsedCatalogVersion" : {
      "valid" : true,
      "majorVersion" : 12345,
      "minorVersion" : 12345,
      "externalView" : "...",
      "internalView" : "..."
    },
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "productOfferingTerm" : [ {
      "name" : "...",
      "description" : "...",
      "duration" : "...",
      "validFor" : { }
    }, {
      "name" : "...",
      "description" : "...",
      "duration" : "...",
      "validFor" : { }
    } ],
    "place" : [ {
      "id" : "...",
      "address" : { },
      "href" : "...",
      "name" : "..."
    }, {
      "id" : "...",
      "address" : { },
      "href" : "...",
      "name" : "..."
    } ],
    "serviceCandidate" : {
      "href" : "...",
      "description" : "...",
      "name" : "...",
      "version" : "...",
      "validFor" : { },
      "lifecycleStatus" : "LAUNCHED",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "id" : "..."
    },
    "href" : "...",
    "catalogId" : "...",
    "lastUpdate" : 12345,
    "serviceLevelAgreement" : {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    },
    "productSpecification" : {
      "href" : "...",
      "description" : "...",
      "name" : "...",
      "version" : "...",
      "validFor" : { },
      "lifecycleStatus" : "IN_DESIGN",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "id" : "..."
    },
    "lifecycleStatus" : "REJECTED",
    "name" : "...",
    "resourceCandidate" : {
      "href" : "...",
      "description" : "...",
      "name" : "...",
      "version" : "...",
      "validFor" : { },
      "lifecycleStatus" : "ACTIVE",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "id" : "..."
    },
    "isBundle" : true,
    "category" : [ {
      "href" : "...",
      "description" : "...",
      "name" : "...",
      "version" : "...",
      "validFor" : { },
      "lifecycleStatus" : "RETIRED",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "id" : "..."
    }, {
      "href" : "...",
      "description" : "...",
      "name" : "...",
      "version" : "...",
      "validFor" : { },
      "lifecycleStatus" : "IN_DESIGN",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "id" : "..."
    } ],
    "channel" : [ {
      "name" : "...",
      "id" : "...",
      "href" : "..."
    }, {
      "name" : "...",
      "id" : "...",
      "href" : "..."
    } ],
    "productOfferingPrice" : [ {
      "price" : { },
      "unitOfMeasure" : "...",
      "productOfferPriceAlteration" : { },
      "validFor" : { },
      "priceType" : "ONE_TIME",
      "recurringChargePeriod" : "...",
      "name" : "...",
      "description" : "..."
    }, {
      "price" : { },
      "unitOfMeasure" : "...",
      "productOfferPriceAlteration" : { },
      "validFor" : { },
      "priceType" : "ONE_TIME",
      "recurringChargePeriod" : "...",
      "name" : "...",
      "description" : "..."
    } ],
    "bundledProductOffering" : [ {
      "id" : "...",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "validFor" : { },
      "name" : "...",
      "href" : "...",
      "lifecycleStatus" : "IN_STUDY",
      "description" : "...",
      "version" : "..."
    }, {
      "id" : "...",
      "parsedVersion" : { },
      "lastUpdate" : 12345,
      "validFor" : { },
      "name" : "...",
      "href" : "...",
      "lifecycleStatus" : "OBSOLETE",
      "description" : "...",
      "version" : "..."
    } ],
    "version" : "...",
    "catalogVersion" : "...",
    "parsedVersion" : {
      "valid" : true,
      "majorVersion" : 12345,
      "minorVersion" : 12345,
      "externalView" : "...",
      "internalView" : "..."
    },
    "id" : "..."
  },
  "action" : "...",
  "state" : "...",
  "service" : {
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "id" : "...",
    "href" : "...",
    "name" : "..."
  },
  "product" : {
    "relatedParty" : [ {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    }, {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    } ],
    "place" : {
      "id" : "...",
      "address" : { },
      "href" : "...",
      "name" : "..."
    },
    "href" : "...",
    "productRelationship" : [ {
      "product" : { },
      "type" : "..."
    }, {
      "product" : { },
      "type" : "..."
    } ],
    "id" : "...",
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ]
  },
  "relatedParty" : [ {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  }, {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  } ],
  "produtQuote" : "...",
  "customerService" : {
    "description" : "...",
    "name" : "...",
    "href" : "...",
    "id" : "...",
    "executionDate" : 12345,
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "duration" : 12345
  },
  "note" : [ {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  }, {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  } ],
  "attachment" : {
    "url" : "...",
    "description" : "...",
    "href" : "...",
    "type" : "...",
    "id" : "..."
  },
  "consumptionCdr" : [ "...", "..." ]
}