ProductQuote Data Type

Implemented Interfaces
Serializable
Properties
name data type description
billingAccount array of BillingAccount
invoices array of GenerateInvoiceResultDto
note array of Note
validFor TimeRange
fulfillmentStartDate object
state string
customFields CustomFieldsDto
href string
relatedParty array of RelatedParty
accountingArticlePricesDTO array of AccountingArticlePricesDTO
quoteProductOfferingPrice array of QuoteProductOfferingPrice
customerServiceDuration number
quoteCompletionDate object
quoteDate object
contractCode string
notificationContact string
customerServiceDateBegin object
generatePdf boolean
externalId string
id string
isVirtual boolean
description string
customerService array of CustomerService
customer Customer
characteristic array of Characteristic
effectiveQuoteCompletionDate object
quoteItem array of ProductQuoteItem
opportunityRef string
version string
agreement array of ServiceLevelAgreement
category string

Example

{
  "billingAccount" : [ {
    "id" : "...",
    "name" : "...",
    "href" : "..."
  }, {
    "id" : "...",
    "name" : "...",
    "href" : "..."
  } ],
  "invoices" : [ {
    "temporaryInvoiceNumber" : "...",
    "invoiceTypeCode" : "...",
    "amount" : 12345.0,
    "accountOperationId" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "invoiceId" : 12345,
    "invoiceType" : "...",
    "billingAccountCode" : "...",
    "sellerCode" : "...",
    "subscriptionCode" : "...",
    "subscriptionId" : 12345,
    "orderNumber" : "...",
    "status" : "REJECTED",
    "dueDate" : 12345,
    "invoiceDate" : 12345,
    "categoryInvoiceAgregate" : [ {
      "categoryInvoiceCode" : "...",
      "description" : "...",
      "userAccountCode" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "subCategoryInvoiceAgregateDto" : [ { }, { } ],
      "discountAggregate" : [ { }, { } ]
    }, {
      "categoryInvoiceCode" : "...",
      "description" : "...",
      "userAccountCode" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "subCategoryInvoiceAgregateDto" : [ { }, { } ],
      "discountAggregate" : [ { }, { } ]
    } ],
    "taxAggregate" : [ {
      "description" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "accountingCode" : "..."
    }, {
      "description" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "accountingCode" : "..."
    } ],
    "invoiceIdToLink" : [ 12345, 12345 ],
    "invoiceNumber" : "...",
    "discount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "paymentMethod" : "STRIPE",
    "xmlFilename" : "...",
    "xml" : "...",
    "pdfFilename" : "...",
    "pdf" : "...",
    "autoValidation" : true,
    "returnXml" : true,
    "returnPdf" : true,
    "sendByEmail" : true,
    "includeBalance" : true,
    "recordedInvoiceDto" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "auditableField" : [ { }, { } ],
      "netToPay" : 12345.0,
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "O",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "...",
      "paymentHistory" : [ { }, { } ],
      "collectionDate" : 12345,
      "journalCode" : "...",
      "status" : "EXPORTED",
      "reason" : "REJECTED",
      "accountingExportFile" : "...",
      "accountingDate" : 12345
    },
    "netToPay" : 12345.0,
    "invoiceMode" : "AGGREGATED",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "dueBalance" : 12345.0,
    "isDraft" : true,
    "checkAlreadySent" : true,
    "overrideEmail" : "...",
    "sentByEmail" : true,
    "paymentScheduleInstancesDto" : {
      "paging" : { },
      "actionStatus" : { },
      "instance" : [ { }, { } ]
    },
    "dunningEntryDate" : 12345,
    "dunningLastModification" : 12345,
    "dunningStatus" : "...",
    "realTimeStatus" : "PAID",
    "ratedTransactionsToLink" : [ 12345, 12345 ],
    "paymentIncidents" : [ "...", "..." ],
    "sendPaymentDate" : 12345,
    "initialCollectionDate" : 12345,
    "writeOffAmount" : 12345.0,
    "paymentDate" : 12345,
    "statusDate" : 12345,
    "xmlDate" : 12345,
    "pdfDate" : 12345,
    "emailSentDate" : 12345,
    "paymentStatus" : "REFUNDED",
    "paymentStatusDate" : 12345,
    "startDate" : 12345,
    "endDate" : 12345,
    "rawAmount" : 12345.0,
    "discountRate" : 12345.0,
    "discountAmount" : 12345.0,
    "isAlreadyAppliedMinimum" : true,
    "isAlreadyAddedDiscount" : true,
    "discountPlanCode" : "...",
    "lastAppliedRate" : 12345.0,
    "lastAppliedRateDate" : 12345
  }, {
    "temporaryInvoiceNumber" : "...",
    "invoiceTypeCode" : "...",
    "amount" : 12345.0,
    "accountOperationId" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "invoiceId" : 12345,
    "invoiceType" : "...",
    "billingAccountCode" : "...",
    "sellerCode" : "...",
    "subscriptionCode" : "...",
    "subscriptionId" : 12345,
    "orderNumber" : "...",
    "status" : "SUSPECT",
    "dueDate" : 12345,
    "invoiceDate" : 12345,
    "categoryInvoiceAgregate" : [ {
      "categoryInvoiceCode" : "...",
      "description" : "...",
      "userAccountCode" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "subCategoryInvoiceAgregateDto" : [ { }, { } ],
      "discountAggregate" : [ { }, { } ]
    }, {
      "categoryInvoiceCode" : "...",
      "description" : "...",
      "userAccountCode" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "subCategoryInvoiceAgregateDto" : [ { }, { } ],
      "discountAggregate" : [ { }, { } ]
    } ],
    "taxAggregate" : [ {
      "description" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "accountingCode" : "..."
    }, {
      "description" : "...",
      "itemNumber" : 12345,
      "amountWithoutTax" : 12345.0,
      "amountTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "accountingCode" : "..."
    } ],
    "invoiceIdToLink" : [ 12345, 12345 ],
    "invoiceNumber" : "...",
    "discount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "paymentMethod" : "CHECK",
    "xmlFilename" : "...",
    "xml" : "...",
    "pdfFilename" : "...",
    "pdf" : "...",
    "autoValidation" : true,
    "returnXml" : true,
    "returnPdf" : true,
    "sendByEmail" : true,
    "includeBalance" : true,
    "recordedInvoiceDto" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "auditableField" : [ { }, { } ],
      "netToPay" : 12345.0,
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "I",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "...",
      "paymentHistory" : [ { }, { } ],
      "collectionDate" : 12345,
      "journalCode" : "...",
      "status" : "REJECTED",
      "reason" : "CLOSED_PERIOD",
      "accountingExportFile" : "...",
      "accountingDate" : 12345
    },
    "netToPay" : 12345.0,
    "invoiceMode" : "AGGREGATED",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "dueBalance" : 12345.0,
    "isDraft" : true,
    "checkAlreadySent" : true,
    "overrideEmail" : "...",
    "sentByEmail" : true,
    "paymentScheduleInstancesDto" : {
      "paging" : { },
      "actionStatus" : { },
      "instance" : [ { }, { } ]
    },
    "dunningEntryDate" : 12345,
    "dunningLastModification" : 12345,
    "dunningStatus" : "...",
    "realTimeStatus" : "PENDING_PLAN",
    "ratedTransactionsToLink" : [ 12345, 12345 ],
    "paymentIncidents" : [ "...", "..." ],
    "sendPaymentDate" : 12345,
    "initialCollectionDate" : 12345,
    "writeOffAmount" : 12345.0,
    "paymentDate" : 12345,
    "statusDate" : 12345,
    "xmlDate" : 12345,
    "pdfDate" : 12345,
    "emailSentDate" : 12345,
    "paymentStatus" : "PENDING",
    "paymentStatusDate" : 12345,
    "startDate" : 12345,
    "endDate" : 12345,
    "rawAmount" : 12345.0,
    "discountRate" : 12345.0,
    "discountAmount" : 12345.0,
    "isAlreadyAppliedMinimum" : true,
    "isAlreadyAddedDiscount" : true,
    "discountPlanCode" : "...",
    "lastAppliedRate" : 12345.0,
    "lastAppliedRateDate" : 12345
  } ],
  "note" : [ {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  }, {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  } ],
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "fulfillmentStartDate" : { },
  "state" : "...",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "TEXT_AREA",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "URL",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "LIST",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "LIST",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ]
  },
  "href" : "...",
  "relatedParty" : [ {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  }, {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  } ],
  "accountingArticlePricesDTO" : [ {
    "accountingArticleCode" : "...",
    "accountingArticleLabel" : "...",
    "accountingArticlePrices" : [ {
      "priceType" : "FIXED_DISCOUNT",
      "amountWithTax" : 12345.0,
      "unitPriceWithoutTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxWithoutDiscount" : 12345.0,
      "taxAmount" : 12345.0,
      "taxRate" : 12345.0,
      "priceOverCharged" : true,
      "currencyCode" : "...",
      "currencySymbol" : "...",
      "recurrenceDuration" : 12345,
      "recurrencePeriodicity" : "...",
      "chargeCode" : "...",
      "chargeLabel" : "...",
      "taxCategory" : "...",
      "taxCode" : "...",
      "quantity" : 12345.0,
      "discountedQuotePrice" : { },
      "unitMultiplicator" : 12345.0,
      "discountValue" : 12345.0,
      "discountPlanType" : "PERCENTAGE",
      "discountPlanItemCode" : "...",
      "applyDiscountsOnOverridenPrice" : true,
      "overchargedUnitAmountWithoutTax" : 12345.0,
      "discountedAmount" : 12345.0,
      "sequence" : 12345,
      "id" : 12345,
      "customFields" : { }
    }, {
      "priceType" : "ONE_SHOT_OTHER",
      "amountWithTax" : 12345.0,
      "unitPriceWithoutTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxWithoutDiscount" : 12345.0,
      "taxAmount" : 12345.0,
      "taxRate" : 12345.0,
      "priceOverCharged" : true,
      "currencyCode" : "...",
      "currencySymbol" : "...",
      "recurrenceDuration" : 12345,
      "recurrencePeriodicity" : "...",
      "chargeCode" : "...",
      "chargeLabel" : "...",
      "taxCategory" : "...",
      "taxCode" : "...",
      "quantity" : 12345.0,
      "discountedQuotePrice" : { },
      "unitMultiplicator" : 12345.0,
      "discountValue" : 12345.0,
      "discountPlanType" : "FIXED",
      "discountPlanItemCode" : "...",
      "applyDiscountsOnOverridenPrice" : true,
      "overchargedUnitAmountWithoutTax" : 12345.0,
      "discountedAmount" : 12345.0,
      "sequence" : 12345,
      "id" : 12345,
      "customFields" : { }
    } ],
    "discountPlanItemCode" : "...",
    "discountValue" : "..."
  }, {
    "accountingArticleCode" : "...",
    "accountingArticleLabel" : "...",
    "accountingArticlePrices" : [ {
      "priceType" : "ONE_SHOT_TERMINATION",
      "amountWithTax" : 12345.0,
      "unitPriceWithoutTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxWithoutDiscount" : 12345.0,
      "taxAmount" : 12345.0,
      "taxRate" : 12345.0,
      "priceOverCharged" : true,
      "currencyCode" : "...",
      "currencySymbol" : "...",
      "recurrenceDuration" : 12345,
      "recurrencePeriodicity" : "...",
      "chargeCode" : "...",
      "chargeLabel" : "...",
      "taxCategory" : "...",
      "taxCode" : "...",
      "quantity" : 12345.0,
      "discountedQuotePrice" : { },
      "unitMultiplicator" : 12345.0,
      "discountValue" : 12345.0,
      "discountPlanType" : "FIXED",
      "discountPlanItemCode" : "...",
      "applyDiscountsOnOverridenPrice" : true,
      "overchargedUnitAmountWithoutTax" : 12345.0,
      "discountedAmount" : 12345.0,
      "sequence" : 12345,
      "id" : 12345,
      "customFields" : { }
    }, {
      "priceType" : "USAGE",
      "amountWithTax" : 12345.0,
      "unitPriceWithoutTax" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithoutTaxWithoutDiscount" : 12345.0,
      "taxAmount" : 12345.0,
      "taxRate" : 12345.0,
      "priceOverCharged" : true,
      "currencyCode" : "...",
      "currencySymbol" : "...",
      "recurrenceDuration" : 12345,
      "recurrencePeriodicity" : "...",
      "chargeCode" : "...",
      "chargeLabel" : "...",
      "taxCategory" : "...",
      "taxCode" : "...",
      "quantity" : 12345.0,
      "discountedQuotePrice" : { },
      "unitMultiplicator" : 12345.0,
      "discountValue" : 12345.0,
      "discountPlanType" : "FIXED",
      "discountPlanItemCode" : "...",
      "applyDiscountsOnOverridenPrice" : true,
      "overchargedUnitAmountWithoutTax" : 12345.0,
      "discountedAmount" : 12345.0,
      "sequence" : 12345,
      "id" : 12345,
      "customFields" : { }
    } ],
    "discountPlanItemCode" : "...",
    "discountValue" : "..."
  } ],
  "customerServiceDuration" : 12345,
  "quoteCompletionDate" : { },
  "quoteDate" : { },
  "contractCode" : "...",
  "notificationContact" : "...",
  "customerServiceDateBegin" : { },
  "generatePdf" : true,
  "externalId" : "...",
  "id" : "...",
  "isVirtual" : true,
  "description" : "...",
  "customerService" : [ {
    "description" : "...",
    "name" : "...",
    "href" : "...",
    "id" : "...",
    "executionDate" : 12345,
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "duration" : 12345
  }, {
    "description" : "...",
    "name" : "...",
    "href" : "...",
    "id" : "...",
    "executionDate" : 12345,
    "productCharacteristic" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ],
    "duration" : 12345
  } ],
  "customer" : {
    "id" : "...",
    "href" : "...",
    "name" : "..."
  },
  "characteristic" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ],
  "effectiveQuoteCompletionDate" : { },
  "quoteItem" : [ {
    "id" : "...",
    "itemQuoteProductOfferingPrice" : [ {
      "priceType" : "ONE_TIME",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    }, {
      "priceType" : "ONE_TIME",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    } ],
    "appointment" : "...",
    "quantity" : 12345,
    "subscriptionPeriod" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "billingAccount" : [ {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    } ],
    "produtVersion" : "...",
    "produtQuoteVersion" : "...",
    "productOffering" : {
      "description" : "...",
      "parsedCatalogVersion" : { },
      "validFor" : { },
      "productOfferingTerm" : [ { }, { } ],
      "place" : [ { }, { } ],
      "serviceCandidate" : { },
      "href" : "...",
      "catalogId" : "...",
      "lastUpdate" : 12345,
      "serviceLevelAgreement" : { },
      "productSpecification" : { },
      "lifecycleStatus" : "IN_TEST",
      "name" : "...",
      "resourceCandidate" : { },
      "isBundle" : true,
      "category" : [ { }, { } ],
      "channel" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "bundledProductOffering" : [ { }, { } ],
      "version" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "id" : "..."
    },
    "action" : "...",
    "state" : "...",
    "service" : {
      "productCharacteristic" : [ { }, { } ],
      "id" : "...",
      "href" : "...",
      "name" : "..."
    },
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "relatedParty" : [ {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    }, {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    } ],
    "produtQuote" : "...",
    "customerService" : {
      "description" : "...",
      "name" : "...",
      "href" : "...",
      "id" : "...",
      "executionDate" : 12345,
      "productCharacteristic" : [ { }, { } ],
      "duration" : 12345
    },
    "note" : [ {
      "date" : 12345,
      "author" : "...",
      "text" : "..."
    }, {
      "date" : 12345,
      "author" : "...",
      "text" : "..."
    } ],
    "attachment" : {
      "url" : "...",
      "description" : "...",
      "href" : "...",
      "type" : "...",
      "id" : "..."
    },
    "consumptionCdr" : [ "...", "..." ]
  }, {
    "id" : "...",
    "itemQuoteProductOfferingPrice" : [ {
      "priceType" : "RECURRING",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    }, {
      "priceType" : "RECURRING",
      "recurringChargePeriod" : "...",
      "priceCondition" : "...",
      "quotePriceAlteration" : { },
      "price" : { }
    } ],
    "appointment" : "...",
    "quantity" : 12345,
    "subscriptionPeriod" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "billingAccount" : [ {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    } ],
    "produtVersion" : "...",
    "produtQuoteVersion" : "...",
    "productOffering" : {
      "description" : "...",
      "parsedCatalogVersion" : { },
      "validFor" : { },
      "productOfferingTerm" : [ { }, { } ],
      "place" : [ { }, { } ],
      "serviceCandidate" : { },
      "href" : "...",
      "catalogId" : "...",
      "lastUpdate" : 12345,
      "serviceLevelAgreement" : { },
      "productSpecification" : { },
      "lifecycleStatus" : "IN_TEST",
      "name" : "...",
      "resourceCandidate" : { },
      "isBundle" : true,
      "category" : [ { }, { } ],
      "channel" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "bundledProductOffering" : [ { }, { } ],
      "version" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "id" : "..."
    },
    "action" : "...",
    "state" : "...",
    "service" : {
      "productCharacteristic" : [ { }, { } ],
      "id" : "...",
      "href" : "...",
      "name" : "..."
    },
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "relatedParty" : [ {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    }, {
      "name" : "...",
      "id" : "...",
      "validFor" : { },
      "role" : "...",
      "href" : "..."
    } ],
    "produtQuote" : "...",
    "customerService" : {
      "description" : "...",
      "name" : "...",
      "href" : "...",
      "id" : "...",
      "executionDate" : 12345,
      "productCharacteristic" : [ { }, { } ],
      "duration" : 12345
    },
    "note" : [ {
      "date" : 12345,
      "author" : "...",
      "text" : "..."
    }, {
      "date" : 12345,
      "author" : "...",
      "text" : "..."
    } ],
    "attachment" : {
      "url" : "...",
      "description" : "...",
      "href" : "...",
      "type" : "...",
      "id" : "..."
    },
    "consumptionCdr" : [ "...", "..." ]
  } ],
  "opportunityRef" : "...",
  "version" : "...",
  "agreement" : [ {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "href" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "category" : "..."
}