ProductQuote Data Type

Implemented Interfaces
Serializable
Properties
name data type description
quoteDate object
description string
quoteCompletionDate object
invoices array of GenerateInvoiceResultDto
state string
externalId string
fulfillmentStartDate object
billingAccount array of BillingAccount
quoteProductOfferingPrice array of QuoteProductOfferingPrice
id string
agreement array of ServiceLevelAgreement
validFor TimeRange
note array of Note
customer Customer
effectiveQuoteCompletionDate object
customFields CustomFieldsDto
notificationContact string
href string
quoteItem array of ProductQuoteItem
characteristic array of Characteristic
relatedParty array of RelatedParty
category string
version string

Example

{
  "quoteDate" : { },
  "description" : "...",
  "quoteCompletionDate" : { },
  "invoices" : [ {
    "invoiceId" : 12345,
    "invoiceNumber" : "...",
    "temporaryInvoiceNumber" : "...",
    "invoiceTypeCode" : "...",
    "amount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "pdf" : "...",
    "accountOperationId" : 12345
  }, {
    "invoiceId" : 12345,
    "invoiceNumber" : "...",
    "temporaryInvoiceNumber" : "...",
    "invoiceTypeCode" : "...",
    "amount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "amountTax" : 12345.0,
    "pdf" : "...",
    "accountOperationId" : 12345
  } ],
  "state" : "...",
  "externalId" : "...",
  "fulfillmentStartDate" : { },
  "billingAccount" : [ {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "quoteProductOfferingPrice" : [ {
    "priceType" : "...",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "percentage" : 12345
    }
  }, {
    "priceType" : "...",
    "recurringChargePeriod" : "...",
    "priceCondition" : "...",
    "quotePriceAlteration" : {
      "name" : "...",
      "description" : "...",
      "validFor" : { }
    },
    "price" : {
      "percentage" : 12345
    }
  } ],
  "id" : "...",
  "agreement" : [ {
    "id" : "...",
    "href" : "...",
    "name" : "..."
  }, {
    "id" : "...",
    "href" : "...",
    "name" : "..."
  } ],
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "note" : [ {
    "text" : "...",
    "author" : "...",
    "date" : 12345
  }, {
    "text" : "...",
    "author" : "...",
    "date" : 12345
  } ],
  "customer" : {
    "id" : "...",
    "href" : "...",
    "name" : "..."
  },
  "effectiveQuoteCompletionDate" : { },
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX"
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    } ]
  },
  "notificationContact" : "...",
  "href" : "...",
  "quoteItem" : [ {
    "action" : "...",
    "attachment" : {
      "url" : "...",
      "href" : "...",
      "id" : "...",
      "description" : "...",
      "type" : "..."
    },
    "itemQuoteProductOfferingPrice" : [ {
      "priceType" : "...",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    }, {
      "priceType" : "...",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    } ],
    "billingAccount" : [ {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }, {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    } ],
    "consumptionCdr" : [ "...", "..." ],
    "note" : [ {
      "text" : "...",
      "author" : "...",
      "date" : 12345
    }, {
      "text" : "...",
      "author" : "...",
      "date" : 12345
    } ],
    "relatedParty" : [ {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    }, {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    } ],
    "subscriptionPeriod" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "state" : "...",
    "id" : "...",
    "productOffering" : {
      "category" : [ { }, { } ],
      "serviceLevelAgreement" : { },
      "channel" : [ { }, { } ],
      "productOfferingTerm" : [ { }, { } ],
      "productSpecification" : { },
      "resourceCandidate" : { },
      "isBundle" : true,
      "bundledProductOffering" : [ { }, { } ],
      "serviceCandidate" : { },
      "productOfferingPrice" : [ { }, { } ],
      "place" : [ { }, { } ],
      "parsedCatalogVersion" : { },
      "catalogId" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "validFor" : { },
      "name" : "...",
      "lifecycleStatus" : "OBSOLETE",
      "description" : "...",
      "version" : "...",
      "id" : "...",
      "href" : "...",
      "lastUpdate" : 12345
    },
    "product" : {
      "productRelationship" : [ { }, { } ],
      "href" : "...",
      "relatedParty" : [ { }, { } ],
      "productCharacteristic" : [ { }, { } ],
      "id" : "...",
      "place" : { }
    },
    "appointment" : "..."
  }, {
    "action" : "...",
    "attachment" : {
      "url" : "...",
      "href" : "...",
      "id" : "...",
      "description" : "...",
      "type" : "..."
    },
    "itemQuoteProductOfferingPrice" : [ {
      "priceType" : "...",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    }, {
      "priceType" : "...",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    } ],
    "billingAccount" : [ {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }, {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    } ],
    "consumptionCdr" : [ "...", "..." ],
    "note" : [ {
      "text" : "...",
      "author" : "...",
      "date" : 12345
    }, {
      "text" : "...",
      "author" : "...",
      "date" : 12345
    } ],
    "relatedParty" : [ {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    }, {
      "name" : "...",
      "role" : "...",
      "id" : "...",
      "href" : "...",
      "validFor" : { }
    } ],
    "subscriptionPeriod" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "state" : "...",
    "id" : "...",
    "productOffering" : {
      "category" : [ { }, { } ],
      "serviceLevelAgreement" : { },
      "channel" : [ { }, { } ],
      "productOfferingTerm" : [ { }, { } ],
      "productSpecification" : { },
      "resourceCandidate" : { },
      "isBundle" : true,
      "bundledProductOffering" : [ { }, { } ],
      "serviceCandidate" : { },
      "productOfferingPrice" : [ { }, { } ],
      "place" : [ { }, { } ],
      "parsedCatalogVersion" : { },
      "catalogId" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "validFor" : { },
      "name" : "...",
      "lifecycleStatus" : "IN_DESIGN",
      "description" : "...",
      "version" : "...",
      "id" : "...",
      "href" : "...",
      "lastUpdate" : 12345
    },
    "product" : {
      "productRelationship" : [ { }, { } ],
      "href" : "...",
      "relatedParty" : [ { }, { } ],
      "productCharacteristic" : [ { }, { } ],
      "id" : "...",
      "place" : { }
    },
    "appointment" : "..."
  } ],
  "characteristic" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "relatedParty" : [ {
    "name" : "...",
    "role" : "...",
    "id" : "...",
    "href" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    }
  }, {
    "name" : "...",
    "role" : "...",
    "id" : "...",
    "href" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    }
  } ],
  "category" : "...",
  "version" : "..."
}