| name | data type | constraints | description |
|---|---|---|---|
| quoteVersion | QuoteVersion | ||
| notified | boolean | ||
| descriptionAndCode | string | ||
| totalInvoicingAmountTax | number | ||
| uuid | string | ||
| totalInvoicingAmountWithTax | number | ||
| minRatedTransactions | array of RatedTransaction | ||
| code | string | required, max size: 255, min size: 1 | |
| seller | Seller | ||
| referenceDescription | string | ||
| historized | boolean | ||
| parentCFEntities | array of ICustomFieldEntity | ||
| externalReference | string | ||
| status | string | ||
| description | string | max size: 255, min size: 0 | |
| descriptionOrCode | string | ||
| contract | Contract | ||
| deliveryDate | number | ||
| statusDate | number | ||
| transient | boolean | ||
| orderParent | Order | ||
| customerServiceDuration | number | ||
| customerServiceBegin | number | ||
| orderNumber | string | ||
| label | string | ||
| billingAccount | BillingAccount | ||
| offers | array of OrderOffer | ||
| id | number | ||
| salesPersonName | string | ||
| parentEntityType | object | ||
| orderType | OrderType | ||
| orderProgress | number | ||
| oneShotTotalAmount | number | ||
| parentEntity | BusinessEntity | ||
| billingRun | BillingRun | ||
| billingCycle | BillingCycle | ||
| cfAccumulatedValues | CustomFieldValues | ||
| version | number | ||
| invoicingPlan | InvoicingPlan | ||
| cfValues | CustomFieldValues | ||
| codeChanged | boolean | ||
| orderProgressTmp | number | ||
| auditable | Auditable | ||
| invoices | array of Invoice | ||
| auditableFields | array of AuditableFieldHistory | ||
| appendGeneratedCode | boolean | ||
| quote | CpqQuote | ||
| orderLots | array of OrderLot | ||
| orderPrices | array of OrderPrice | ||
| orderInvoiceType | InvoiceType | ||
| orderDate | number | ||
| rateInvoiced | number | ||
| totalInvoicingAmountWithoutTax | number | ||
| minInvoiceLines | array of InvoiceLine | ||
| discountPlan | DiscountPlan | ||
| referenceCode | string | ||
| userAccount | UserAccount | ||
| progressDate | number | ||
| access | Access |
Example
{
"quoteVersion" : {
"historized" : true,
"notified" : true,
"version" : 12345,
"uuid" : "...",
"contract" : {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "DRAFT",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
},
"invoicingPlan" : {
"id" : 12345,
"parentEntityType" : { },
"version" : 12345,
"active" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"invoicingPlanItems" : [ { }, { } ],
"historized" : true,
"notified" : true,
"transient" : true,
"uuid" : "...",
"description" : "...",
"referenceCode" : "...",
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"codeChanged" : true,
"cfValues" : { },
"appendGeneratedCode" : true,
"cfAccumulatedValues" : { },
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"disabled" : true,
"descriptionAndCode" : "...",
"code" : "..."
},
"endDate" : 12345,
"quotePrices" : [ {
"auditable" : { },
"historized" : true,
"version" : 12345,
"transient" : true,
"quoteArticleLine" : { },
"taxAmount" : 12345.0,
"sequence" : 12345,
"discountedAmount" : 12345.0,
"quantity" : 12345.0,
"discountedQuotePrice" : { },
"currencyCode" : "...",
"quoteVersion" : { },
"auditableFields" : [ { }, { } ],
"amountWithoutTaxWithoutDiscount" : 12345.0,
"uuid" : "...",
"id" : 12345,
"unitPriceWithoutTax" : 12345.0,
"recurrenceDuration" : 12345,
"priceLevelEnum" : "ORDER",
"discountPlanItem" : { },
"chargeTemplate" : { },
"taxRate" : 12345.0,
"discountValue" : 12345.0,
"discountPlanType" : "PERCENTAGE",
"discountPlan" : { },
"notified" : true,
"amountWithTax" : 12345.0,
"quoteOffer" : { },
"priceOverCharged" : true,
"amountWithoutTax" : 12345.0,
"priceTypeEnum" : "ONE_SHOT_TERMINATION",
"overchargedUnitAmountWithoutTax" : 12345.0,
"recurrencePeriodicity" : "...",
"applyDiscountsOnOverridenPrice" : true
}, {
"auditable" : { },
"historized" : true,
"version" : 12345,
"transient" : true,
"quoteArticleLine" : { },
"taxAmount" : 12345.0,
"sequence" : 12345,
"discountedAmount" : 12345.0,
"quantity" : 12345.0,
"discountedQuotePrice" : { },
"currencyCode" : "...",
"quoteVersion" : { },
"auditableFields" : [ { }, { } ],
"amountWithoutTaxWithoutDiscount" : 12345.0,
"uuid" : "...",
"id" : 12345,
"unitPriceWithoutTax" : 12345.0,
"recurrenceDuration" : 12345,
"priceLevelEnum" : "ORDER",
"discountPlanItem" : { },
"chargeTemplate" : { },
"taxRate" : 12345.0,
"discountValue" : 12345.0,
"discountPlanType" : "FIXED",
"discountPlan" : { },
"notified" : true,
"amountWithTax" : 12345.0,
"quoteOffer" : { },
"priceOverCharged" : true,
"amountWithoutTax" : 12345.0,
"priceTypeEnum" : "USAGE",
"overchargedUnitAmountWithoutTax" : 12345.0,
"recurrencePeriodicity" : "...",
"applyDiscountsOnOverridenPrice" : true
} ],
"referenceDescription" : "...",
"id" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"status" : "DRAFT",
"shortDescription" : "...",
"statusDate" : 12345,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "EXPIRED",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"referenceCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"xmlFilename" : "...",
"quoteOffers" : [ {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "TERMINATE"
}, {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "TERMINATE"
} ],
"startDate" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"transient" : true,
"quoteArticleLines" : [ {
"billableAccount" : { },
"auditableFields" : [ { }, { } ],
"quoteVersion" : { },
"quotePrices" : [ { }, { } ],
"id" : 12345,
"quoteProduct" : { },
"quantity" : 12345.0,
"notified" : true,
"quoteLot" : { },
"transient" : true,
"historized" : true,
"serviceQuantity" : 12345.0,
"version" : 12345,
"auditable" : { },
"accountingArticle" : { }
}, {
"billableAccount" : { },
"auditableFields" : [ { }, { } ],
"quoteVersion" : { },
"quotePrices" : [ { }, { } ],
"id" : 12345,
"quoteProduct" : { },
"quantity" : 12345.0,
"notified" : true,
"quoteLot" : { },
"transient" : true,
"historized" : true,
"serviceQuantity" : 12345.0,
"version" : 12345,
"auditable" : { },
"accountingArticle" : { }
} ],
"quote" : {
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"minInvoiceLines" : [ { }, { } ],
"quoteDate" : 12345,
"billableAccount" : { },
"codeChanged" : true,
"billingRun" : { },
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : { },
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : { },
"seller" : { },
"validity" : { },
"applicantAccount" : { },
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : { },
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : { },
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : { },
"minRatedTransactions" : [ { }, { } ],
"validationDate" : 12345
},
"comment" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"medias" : [ {
"transient" : true,
"description" : "...",
"referenceDescription" : "...",
"version" : 12345,
"main" : true,
"parentEntity" : { },
"code" : "...",
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"label" : "...",
"appendGeneratedCode" : true,
"historized" : true,
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"id" : 12345,
"parentEntityType" : { },
"auditable" : { },
"uuid" : "...",
"codeChanged" : true,
"mediaPath" : "...",
"referenceCode" : "...",
"mediaType" : "IMAGE",
"notified" : true,
"descriptionOrCode" : "...",
"cfValues" : { },
"mediaName" : "..."
}, {
"transient" : true,
"description" : "...",
"referenceDescription" : "...",
"version" : 12345,
"main" : true,
"parentEntity" : { },
"code" : "...",
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"label" : "...",
"appendGeneratedCode" : true,
"historized" : true,
"descriptionAndCode" : "...",
"cfAccumulatedValues" : { },
"id" : 12345,
"parentEntityType" : { },
"auditable" : { },
"uuid" : "...",
"codeChanged" : true,
"mediaPath" : "...",
"referenceCode" : "...",
"mediaType" : "VIDEO",
"notified" : true,
"descriptionOrCode" : "...",
"cfValues" : { },
"mediaName" : "..."
} ],
"quoteVersion" : 12345,
"pdfFilename" : "..."
},
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
},
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "AFTER_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "ACTIVE",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "FIXED",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"unityDescription" : "...",
"sequence" : 12345,
"tax" : {
"version" : 12345,
"accountingCode" : { },
"parentEntityType" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"code" : "...",
"percent" : 12345.0,
"transient" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"cfValues" : { },
"subTaxes" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"historized" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"mainTaxes" : [ { }, { } ],
"codeChanged" : true,
"referenceDescription" : "...",
"auditable" : { },
"idOrCode" : "...",
"uuid" : "...",
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"referenceCode" : "...",
"composite" : true,
"description" : "...",
"parentEntity" : { }
},
"walletId" : 12345,
"status" : "CANCELED",
"amountWithoutTax" : 12345.0,
"edr" : {
"subscription" : { },
"version" : 12345,
"rejectReason" : "...",
"quantity" : 12345.0,
"eventDate" : 12345,
"id" : 12345,
"originRecord" : "...",
"quantityLeftToRate" : 12345.0,
"parameter6" : "...",
"parameter4" : "...",
"parameter9" : "...",
"status" : "RATED",
"parameter3" : "...",
"parameter7" : "...",
"dateParam2" : 12345,
"decimalParam1" : 12345.0,
"dateParam4" : 12345,
"dateParam3" : 12345,
"walletOperation" : { },
"headerEDR" : { },
"extraParameter" : "...",
"parameter2" : "...",
"accessCode" : "...",
"originBatch" : "...",
"decimalParam5" : 12345.0,
"parameter5" : "...",
"eventVersion" : 12345,
"updated" : 12345,
"decimalParam2" : 12345.0,
"timesTried" : 12345,
"parameter1" : "...",
"dateParam1" : 12345,
"decimalParam4" : 12345.0,
"decimalParam3" : 12345.0,
"eventKey" : "...",
"parameter8" : "...",
"statusDate" : 12345,
"dateParam5" : 12345,
"created" : 12345,
"transient" : true
},
"endDate" : 12345,
"transient" : true,
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "IN_DESIGN",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "DISPUTED",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "NEW",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CARD",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PENDING",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
},
"wallet" : {
"parentEntity" : { },
"parentEntityType" : { },
"historized" : true,
"id" : 12345,
"creditExpiryDate" : 12345,
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"code" : "...",
"referenceDescription" : "...",
"rejectLevel" : 12345.0,
"description" : "...",
"userAccount" : { },
"transient" : true,
"version" : 12345,
"nextMatchingDate" : 12345,
"appendGeneratedCode" : true,
"prepaid" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"ratedTransactions" : [ { }, { } ],
"walletTemplate" : { },
"created" : 12345,
"auditable" : { },
"codeChanged" : true,
"notified" : true,
"operations" : [ { }, { } ]
},
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : {
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"parentEntityType" : { },
"notified" : true,
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"referenceDescription" : "...",
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"description" : "...",
"cfAccumulatedValues" : { },
"code" : "..."
},
"quantity" : 12345.0,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "TERMINATED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"infoOrder" : {
"productVersion" : { },
"order" : { }
},
"serviceInstance" : {
"serviceCharge" : { },
"psInstances" : [ { }, { } ],
"invoicingCalendar" : { },
"priceVersionDate" : 12345,
"terminationDate" : 12345,
"notifyOfRenewalDate" : 12345,
"orderNumber" : "...",
"cfAccumulatedValues" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"previousQuantity" : 12345.0,
"orderItemId" : 12345,
"id" : 12345,
"minimumLabelEl" : "...",
"subscription" : { },
"description" : "...",
"historized" : true,
"quantity" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"codeChanged" : true,
"parentCFEntities" : [ { }, { } ],
"status" : "INACTIVE",
"minimumAmountEl" : "...",
"parentEntity" : { },
"serviceRenewal" : { },
"subscriptionDate" : 12345,
"parentEntityType" : { },
"statusDate" : 12345,
"seller" : { },
"initialServiceRenewal" : "...",
"productVersion" : { },
"referenceDescription" : "...",
"fireRenewalNotice" : true,
"descriptionOrCode" : "...",
"terminationChargeInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"uuid" : "...",
"endAgreementDate" : 12345,
"activationDate" : 12345,
"subscriptionExpired" : true,
"renewed" : true,
"quantityChanged" : true,
"orderItemAction" : "MODIFY",
"cfValues" : { },
"minimumInvoiceSubCategory" : { },
"chargeInstances" : [ { }, { } ],
"subscribedTillDate" : 12345,
"deliveryDate" : 12345,
"priceVersionDateSetting" : "EVENT",
"minimumArticle" : { },
"minimumChargeTemplate" : { },
"calendarPS" : { },
"allDiscountPlanInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"version" : 12345,
"auditableFields" : [ { }, { } ],
"usageChargeInstances" : [ { }, { } ],
"rateUntilDate" : 12345,
"autoEndOfEngagement" : true,
"recurringChargeInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"quoteProduct" : { },
"reactivationDate" : 12345,
"ratedTransactions" : [ { }, { } ],
"descriptionAndStatus" : "...",
"appendGeneratedCode" : true,
"paymentDayInMonthPS" : 12345,
"transient" : true,
"orderHistories" : [ { }, { } ],
"attributeInstances" : [ { }, { } ],
"notified" : true,
"code" : "...",
"amountPS" : 12345.0,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"serviceTemplate" : { }
},
"updated" : 12345,
"rulesContract" : {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
},
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : {
"minQuantity" : 12345.0,
"codeChanged" : true,
"invoiceSubCategoryEL" : "...",
"parentEntity" : { },
"contractItems" : [ { }, { } ],
"woDescriptionEL" : "...",
"active" : true,
"parameter1El" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"discountPlanItems" : [ { }, { } ],
"priority" : 12345,
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"transient" : true,
"auditable" : { },
"minSubscriptionAgeInMonth" : 12345,
"amountWithTaxEL" : "...",
"description" : "...",
"disabled" : true,
"maxSubscriptionAgeInMonth" : 12345,
"amountWithoutTaxEL" : "...",
"cfAccumulatedValues" : { },
"parameter2El" : "...",
"totalAmountEL" : "...",
"referenceDescription" : "...",
"validityDate" : 12345,
"tradingCountry" : { },
"criteria1Value" : "...",
"tradingCurrency" : { },
"validityCalendar" : { },
"parentEntityType" : { },
"startSubscriptionDate" : 12345,
"startRatingDate" : 12345,
"id" : 12345,
"eventCode" : "...",
"historized" : true,
"seller" : { },
"version" : 12345,
"uuid" : "...",
"sequence" : 12345,
"notified" : true,
"amountWithoutTax" : 12345.0,
"maxQuantity" : 12345.0,
"endRatingDate" : 12345,
"validityFrom" : 12345,
"minimumAmountEL" : "...",
"descriptionOrCode" : "...",
"criteriaEL" : "...",
"versions" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"parameter3El" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"offerTemplate" : { },
"endSubscriptionDate" : 12345,
"criteria3Value" : "...",
"chargeTemplate" : { },
"descriptionAndCode" : "...",
"criteria2Value" : "...",
"cfValues" : { },
"referenceCode" : "...",
"amountWithTax" : 12345.0,
"scriptInstance" : { }
},
"inputUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "BATCH",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "CANCELED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"chargeInstance" : {
"prepaidWalletInstances" : [ { }, { } ],
"notified" : true,
"applyDiscountsOnOverridenPrice" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"amountWithoutTax" : 12345.0,
"serviceInstance" : { },
"userAccount" : { },
"criteria2" : "...",
"parentEntity" : { },
"description" : "...",
"chargeTemplate" : { },
"auditableFields" : [ { }, { } ],
"version" : 12345,
"transient" : true,
"subscription" : { },
"codeChanged" : true,
"walletInstances" : [ { }, { } ],
"orderNumber" : "...",
"id" : 12345,
"cfValues" : { },
"auditable" : { },
"seller" : { },
"walletOperationsSorted" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeType" : "...",
"criteria1" : "...",
"terminationDate" : 12345,
"statusDate" : 12345,
"historized" : true,
"appendGeneratedCode" : true,
"uuid" : "...",
"parentEntityType" : { },
"chargeDate" : 12345,
"status" : "CANCELED",
"overchargedUnitAmountWithoutTax" : 12345.0,
"reactivationDate" : 12345,
"counter" : { },
"taxClassResolved" : { },
"criteria3" : "...",
"descriptionAndCode" : "...",
"country" : { },
"chargeMainType" : "PRODUCT",
"amountWithTax" : 12345.0,
"cfAccumulatedValues" : { },
"prepaid" : true,
"descriptionOrCode" : "...",
"currency" : { },
"code" : "...",
"invoicingCalendar" : { },
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "..."
},
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"parameter1" : "...",
"invoiceSubCategory" : {
"sortIndex" : 12345,
"uuid" : "...",
"historized" : true,
"referenceCode" : "...",
"appendGeneratedCode" : true,
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"occTemplateNegative" : { },
"discount" : 12345.0,
"description" : "...",
"accountingCode" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"occTemplate" : { },
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"invoiceCategory" : { },
"code" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "MOVE",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "PREINVOICED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "NEXT_INVOICE_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "EXCEPTIONAL",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"accountingCode" : {
"reportingAccount" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"transient" : true,
"historized" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"chartOfAccountTypeEnum" : "EQUITY",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"parentAccountingCode" : { },
"notes" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"disabled" : true,
"chartOfAccountViewTypeEnum" : "VIEW",
"description" : "...",
"migrated" : true,
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"active" : true,
"code" : "...",
"notified" : true,
"version" : 12345
},
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "BILLED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "TAX",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
},
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "PRODUCT",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "DRAFT",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"code" : "...",
"orderInfo" : {
"productVersion" : { },
"order" : { }
},
"originBillingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "BATCH",
"jobTitle" : "...",
"checkThreshold" : "AFTER_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CANCELED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
},
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "MANUAL",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_RT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CLOSED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "PERCENTAGE",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"unityDescription" : "...",
"sequence" : 12345,
"tax" : {
"version" : 12345,
"accountingCode" : { },
"parentEntityType" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"code" : "...",
"percent" : 12345.0,
"transient" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"cfValues" : { },
"subTaxes" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"historized" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"mainTaxes" : [ { }, { } ],
"codeChanged" : true,
"referenceDescription" : "...",
"auditable" : { },
"idOrCode" : "...",
"uuid" : "...",
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"referenceCode" : "...",
"composite" : true,
"description" : "...",
"parentEntity" : { }
},
"walletId" : 12345,
"status" : "CANCELED",
"amountWithoutTax" : 12345.0,
"edr" : {
"subscription" : { },
"version" : 12345,
"rejectReason" : "...",
"quantity" : 12345.0,
"eventDate" : 12345,
"id" : 12345,
"originRecord" : "...",
"quantityLeftToRate" : 12345.0,
"parameter6" : "...",
"parameter4" : "...",
"parameter9" : "...",
"status" : "DUPLICATED",
"parameter3" : "...",
"parameter7" : "...",
"dateParam2" : 12345,
"decimalParam1" : 12345.0,
"dateParam4" : 12345,
"dateParam3" : 12345,
"walletOperation" : { },
"headerEDR" : { },
"extraParameter" : "...",
"parameter2" : "...",
"accessCode" : "...",
"originBatch" : "...",
"decimalParam5" : 12345.0,
"parameter5" : "...",
"eventVersion" : 12345,
"updated" : 12345,
"decimalParam2" : 12345.0,
"timesTried" : 12345,
"parameter1" : "...",
"dateParam1" : 12345,
"decimalParam4" : 12345.0,
"decimalParam3" : 12345.0,
"eventKey" : "...",
"parameter8" : "...",
"statusDate" : 12345,
"dateParam5" : 12345,
"created" : 12345,
"transient" : true
},
"endDate" : 12345,
"transient" : true,
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "IN_TEST",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "DISPUTED",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "REJECTED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "WIRETRANSFER",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PPAID",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
},
"wallet" : {
"parentEntity" : { },
"parentEntityType" : { },
"historized" : true,
"id" : 12345,
"creditExpiryDate" : 12345,
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"code" : "...",
"referenceDescription" : "...",
"rejectLevel" : 12345.0,
"description" : "...",
"userAccount" : { },
"transient" : true,
"version" : 12345,
"nextMatchingDate" : 12345,
"appendGeneratedCode" : true,
"prepaid" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"ratedTransactions" : [ { }, { } ],
"walletTemplate" : { },
"created" : 12345,
"auditable" : { },
"codeChanged" : true,
"notified" : true,
"operations" : [ { }, { } ]
},
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : {
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"parentEntityType" : { },
"notified" : true,
"uuid" : "...",
"id" : 12345,
"auditable" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"referenceDescription" : "...",
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"description" : "...",
"cfAccumulatedValues" : { },
"code" : "..."
},
"quantity" : 12345.0,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "CLOSED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"infoOrder" : {
"productVersion" : { },
"order" : { }
},
"serviceInstance" : {
"serviceCharge" : { },
"psInstances" : [ { }, { } ],
"invoicingCalendar" : { },
"priceVersionDate" : 12345,
"terminationDate" : 12345,
"notifyOfRenewalDate" : 12345,
"orderNumber" : "...",
"cfAccumulatedValues" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"previousQuantity" : 12345.0,
"orderItemId" : 12345,
"id" : 12345,
"minimumLabelEl" : "...",
"subscription" : { },
"description" : "...",
"historized" : true,
"quantity" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"codeChanged" : true,
"parentCFEntities" : [ { }, { } ],
"status" : "INACTIVE",
"minimumAmountEl" : "...",
"parentEntity" : { },
"serviceRenewal" : { },
"subscriptionDate" : 12345,
"parentEntityType" : { },
"statusDate" : 12345,
"seller" : { },
"initialServiceRenewal" : "...",
"productVersion" : { },
"referenceDescription" : "...",
"fireRenewalNotice" : true,
"descriptionOrCode" : "...",
"terminationChargeInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"uuid" : "...",
"endAgreementDate" : 12345,
"activationDate" : 12345,
"subscriptionExpired" : true,
"renewed" : true,
"quantityChanged" : true,
"orderItemAction" : "MODIFY",
"cfValues" : { },
"minimumInvoiceSubCategory" : { },
"chargeInstances" : [ { }, { } ],
"subscribedTillDate" : 12345,
"deliveryDate" : 12345,
"priceVersionDateSetting" : "EVENT",
"minimumArticle" : { },
"minimumChargeTemplate" : { },
"calendarPS" : { },
"allDiscountPlanInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"version" : 12345,
"auditableFields" : [ { }, { } ],
"usageChargeInstances" : [ { }, { } ],
"rateUntilDate" : 12345,
"autoEndOfEngagement" : true,
"recurringChargeInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"quoteProduct" : { },
"reactivationDate" : 12345,
"ratedTransactions" : [ { }, { } ],
"descriptionAndStatus" : "...",
"appendGeneratedCode" : true,
"paymentDayInMonthPS" : 12345,
"transient" : true,
"orderHistories" : [ { }, { } ],
"attributeInstances" : [ { }, { } ],
"notified" : true,
"code" : "...",
"amountPS" : 12345.0,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"serviceTemplate" : { }
},
"updated" : 12345,
"rulesContract" : {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
},
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : {
"minQuantity" : 12345.0,
"codeChanged" : true,
"invoiceSubCategoryEL" : "...",
"parentEntity" : { },
"contractItems" : [ { }, { } ],
"woDescriptionEL" : "...",
"active" : true,
"parameter1El" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"discountPlanItems" : [ { }, { } ],
"priority" : 12345,
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"transient" : true,
"auditable" : { },
"minSubscriptionAgeInMonth" : 12345,
"amountWithTaxEL" : "...",
"description" : "...",
"disabled" : true,
"maxSubscriptionAgeInMonth" : 12345,
"amountWithoutTaxEL" : "...",
"cfAccumulatedValues" : { },
"parameter2El" : "...",
"totalAmountEL" : "...",
"referenceDescription" : "...",
"validityDate" : 12345,
"tradingCountry" : { },
"criteria1Value" : "...",
"tradingCurrency" : { },
"validityCalendar" : { },
"parentEntityType" : { },
"startSubscriptionDate" : 12345,
"startRatingDate" : 12345,
"id" : 12345,
"eventCode" : "...",
"historized" : true,
"seller" : { },
"version" : 12345,
"uuid" : "...",
"sequence" : 12345,
"notified" : true,
"amountWithoutTax" : 12345.0,
"maxQuantity" : 12345.0,
"endRatingDate" : 12345,
"validityFrom" : 12345,
"minimumAmountEL" : "...",
"descriptionOrCode" : "...",
"criteriaEL" : "...",
"versions" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"parameter3El" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"offerTemplate" : { },
"endSubscriptionDate" : 12345,
"criteria3Value" : "...",
"chargeTemplate" : { },
"descriptionAndCode" : "...",
"criteria2Value" : "...",
"cfValues" : { },
"referenceCode" : "...",
"amountWithTax" : 12345.0,
"scriptInstance" : { }
},
"inputUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"type" : "MINIMUM",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : {
"descriptionNotNull" : "...",
"description" : "...",
"baseUnit" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentUnitOfMeasure" : { },
"parentEntityType" : { },
"referenceCode" : "...",
"parentEntity" : { },
"descriptionOrCode" : "...",
"historized" : true,
"codeChanged" : true,
"id" : 12345,
"symbol" : "...",
"transient" : true,
"version" : 12345,
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"multiplicator" : 12345,
"notified" : true,
"descriptionAndCode" : "..."
},
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "RESILIATED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"chargeInstance" : {
"prepaidWalletInstances" : [ { }, { } ],
"notified" : true,
"applyDiscountsOnOverridenPrice" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"amountWithoutTax" : 12345.0,
"serviceInstance" : { },
"userAccount" : { },
"criteria2" : "...",
"parentEntity" : { },
"description" : "...",
"chargeTemplate" : { },
"auditableFields" : [ { }, { } ],
"version" : 12345,
"transient" : true,
"subscription" : { },
"codeChanged" : true,
"walletInstances" : [ { }, { } ],
"orderNumber" : "...",
"id" : 12345,
"cfValues" : { },
"auditable" : { },
"seller" : { },
"walletOperationsSorted" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeType" : "...",
"criteria1" : "...",
"terminationDate" : 12345,
"statusDate" : 12345,
"historized" : true,
"appendGeneratedCode" : true,
"uuid" : "...",
"parentEntityType" : { },
"chargeDate" : 12345,
"status" : "SUSPENDED",
"overchargedUnitAmountWithoutTax" : 12345.0,
"reactivationDate" : 12345,
"counter" : { },
"taxClassResolved" : { },
"criteria3" : "...",
"descriptionAndCode" : "...",
"country" : { },
"chargeMainType" : "USAGE",
"amountWithTax" : 12345.0,
"cfAccumulatedValues" : { },
"prepaid" : true,
"descriptionOrCode" : "...",
"currency" : { },
"code" : "...",
"invoicingCalendar" : { },
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "..."
},
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"parameter1" : "...",
"invoiceSubCategory" : {
"sortIndex" : 12345,
"uuid" : "...",
"historized" : true,
"referenceCode" : "...",
"appendGeneratedCode" : true,
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"occTemplateNegative" : { },
"discount" : 12345.0,
"description" : "...",
"accountingCode" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"occTemplate" : { },
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"invoiceCategory" : { },
"code" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "CANCEL",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "CANCEL",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "POSTVALIDATED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "END_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "EXCEPTIONAL",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"accountingCode" : {
"reportingAccount" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"transient" : true,
"historized" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"chartOfAccountTypeEnum" : "EQUITY",
"auditableFields" : [ { }, { } ],
"id" : 12345,
"parentAccountingCode" : { },
"notes" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"disabled" : true,
"chartOfAccountViewTypeEnum" : "REGULAR",
"description" : "...",
"migrated" : true,
"referenceDescription" : "...",
"parentEntityType" : { },
"codeChanged" : true,
"active" : true,
"code" : "...",
"notified" : true,
"version" : 12345
},
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "REJECTED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
},
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "OFFER",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "IN_USE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"code" : "...",
"orderInfo" : {
"productVersion" : { },
"order" : { }
},
"originBillingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_RT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "ACTIVE",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"code" : "...",
"seller" : {
"businessAccountModel" : {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : { },
"moduleSource" : "...",
"hierarchyType" : "S_UA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "...",
"code" : "...",
"auditable" : { },
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "MOZ",
"moduleItems" : [ { }, { } ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : { }
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"customerSequences" : [ {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
}, {
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"descriptionAndCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"description" : "...",
"notified" : true,
"seller" : { },
"genericSequence" : { },
"id" : 12345,
"codeChanged" : true,
"referenceDescription" : "...",
"transient" : true,
"parentEntity" : { }
} ],
"registrationNo" : "...",
"historized" : true,
"name" : {
"firstName" : "...",
"title" : { },
"fullName" : "...",
"lastName" : "..."
},
"minimumChargeTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"inputUnitOfMeasure" : { },
"code" : "...",
"inputUnitDescription" : "...",
"auditable" : { },
"roundingValuesComputed" : true,
"taxClassEl" : "...",
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"inputUnitEL" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"disabled" : true,
"parentEntity" : { },
"roundingMode" : "HALF_EVEN",
"cfAccumulatedValues" : { },
"amountEditable" : true,
"productCharges" : [ { }, { } ],
"ratingScript" : { },
"unitMultiplicator" : 12345.0,
"sortIndexEl" : "...",
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"notified" : true,
"revenueRecognitionRule" : { },
"descriptionAndCode" : "...",
"chargeMainType" : "PRODUCT",
"oneShotChargeTemplateType" : "OTHER",
"descriptionOrCode" : "...",
"cfValues" : { },
"outputUnitEL" : "...",
"parentEntityType" : { },
"chargeType" : "...",
"type" : "CREDIT",
"parentCFEntities" : [ { }, { } ],
"invoiceSubCategory" : { },
"active" : true,
"transient" : true,
"filterExpression" : "...",
"referenceCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"immediateInvoicing" : true,
"version" : 12345,
"dropZeroWo" : true,
"taxClass" : { },
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"historized" : true,
"attributes" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"status" : "DRAFT"
},
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"invoiceTypeSequence" : [ {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
}, {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
} ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"accountType" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"primaryContact" : {
"auditable" : { },
"code" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"fax" : "...",
"version" : 12345,
"referenceCode" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"transient" : true,
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"email" : "...",
"id" : 12345,
"historized" : true,
"phone" : "...",
"mobile" : "...",
"address" : { },
"notified" : true,
"description" : "...",
"parentEntity" : { }
},
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : {
"parentEntityType" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"version" : 12345,
"parentEntity" : { },
"appendGeneratedCode" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"descriptionNotNull" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"isCompany" : true,
"auditable" : { },
"historized" : true,
"notified" : true
},
"jobTitle" : "...",
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"parentEntityType" : { },
"minimumArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"descriptionOrCode" : "...",
"generalLedger" : {
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"description" : "...",
"historized" : true,
"notified" : true,
"code" : "...",
"descriptionOrCode" : "...",
"otherTransactions" : [ { }, { } ],
"seller" : { },
"transient" : true,
"id" : 12345,
"appendGeneratedCode" : true,
"auditable" : { },
"referenceDescription" : "...",
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntityType" : { },
"parentEntity" : { }
},
"externalRef2" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"legalType" : "...",
"version" : 12345,
"contracts" : [ {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "CLOSED",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
}, {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
} ],
"paymentGateways" : [ {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "CB",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "NATIF",
"cfAccumulatedValues" : { },
"paymentMethodType" : "CHECK",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "ERROR",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
}, {
"referenceDescription" : "...",
"transient" : true,
"webhooksKeyId" : "...",
"apiKey" : "...",
"uuid" : "...",
"errorsToReplay" : "...",
"nbTries" : 12345,
"codeChanged" : true,
"cfValues" : { },
"cardType" : "AMERICAN_EXPRESS",
"auditableFields" : [ { }, { } ],
"rumSequence" : { },
"seller" : { },
"secretKeyDB" : "...",
"type" : "NATIF",
"cfAccumulatedValues" : { },
"paymentMethodType" : "PAYPAL",
"auditable" : { },
"scriptInstance" : { },
"descriptionAndCode" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"secretKeyKS" : "...",
"notified" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"bankCoordinates" : { },
"implementationClassName" : "...",
"id" : 12345,
"replayCause" : "REJECT",
"tradingCurrency" : { },
"code" : "...",
"applicationEL" : "...",
"active" : true,
"marchandId" : "...",
"version" : 12345,
"country" : { },
"historized" : true,
"webhooksSecretKey" : "...",
"description" : "...",
"secretKey" : "...",
"parentCFEntities" : [ { }, { } ],
"profile" : "...",
"referenceCode" : "..."
} ],
"legalText" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"address" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"id" : 12345,
"notified" : true
},
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : {
"customer" : {
"minimumLabelEl" : "...",
"addressbook" : { },
"parentEntityType" : { },
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"checkThreshold" : "POSITIVE_IL",
"primaryContact" : { },
"customerCategory" : { },
"codeChanged" : true,
"isCompany" : true,
"jobTitle" : "...",
"auditable" : { },
"minimumArticle" : { },
"contactInformation" : { },
"legalEntityType" : { },
"invoicingThreshold" : 12345.0,
"contactInformationNullSafe" : { },
"thresholdPerEntity" : true,
"customerBrand" : { },
"descriptionOrCode" : "...",
"registrationNo" : "...",
"providerContact" : "...",
"seller" : { },
"minimumChargeTemplate" : { },
"code" : "...",
"accountType" : "...",
"notified" : true,
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"parentEntity" : { },
"vatNo" : "...",
"anonymized" : true,
"id" : 12345,
"transient" : true,
"cfAccumulatedValues" : { },
"version" : 12345,
"defaultLevel" : true,
"externalRef2" : "...",
"cfValues" : { },
"uuid" : "...",
"referenceCode" : "...",
"additionalDetails" : { },
"auditableFields" : [ { }, { } ],
"name" : { },
"historized" : true,
"address" : { },
"minimumTargetAccount" : { },
"businessAccountModel" : { },
"customerAccounts" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"externalRef1" : "...",
"contracts" : [ { }, { } ],
"anonymizationDate" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"description" : "..."
},
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"status" : "DRAFT",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"active" : true,
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ {
"referenceCode" : "...",
"serviceTemplate" : { },
"offerTemplate" : { },
"product" : { },
"descriptionAndCode" : "...",
"active" : true,
"disabled" : true,
"pricePlan" : { },
"notified" : true,
"historized" : true,
"code" : "...",
"uuid" : "...",
"contract" : { },
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"parentEntity" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"cfValues" : { },
"chargeTemplate" : { },
"amountWithoutTax" : 12345.0,
"referenceDescription" : "...",
"transient" : true,
"parentEntityType" : { },
"description" : "...",
"rate" : 12345.0,
"codeChanged" : true,
"descriptionOrCode" : "...",
"contractRateType" : "PERCENTAGE",
"id" : 12345,
"appendGeneratedCode" : true
}, {
"referenceCode" : "...",
"serviceTemplate" : { },
"offerTemplate" : { },
"product" : { },
"descriptionAndCode" : "...",
"active" : true,
"disabled" : true,
"pricePlan" : { },
"notified" : true,
"historized" : true,
"code" : "...",
"uuid" : "...",
"contract" : { },
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"parentEntity" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"cfValues" : { },
"chargeTemplate" : { },
"amountWithoutTax" : 12345.0,
"referenceDescription" : "...",
"transient" : true,
"parentEntityType" : { },
"description" : "...",
"rate" : 12345.0,
"codeChanged" : true,
"descriptionOrCode" : "...",
"contractRateType" : "PERCENTAGE",
"id" : 12345,
"appendGeneratedCode" : true
} ],
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"version" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "BATCH",
"jobTitle" : "...",
"checkThreshold" : "AFTER_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "TERMINATED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"billingRules" : [ {
"id" : 12345,
"transient" : true,
"priority" : 12345,
"version" : 12345,
"contract" : { },
"active" : true,
"invoicedBACodeEL" : "...",
"historized" : true,
"disabled" : true,
"auditableFields" : [ { }, { } ],
"criteriaEL" : "...",
"notified" : true,
"auditable" : { }
}, {
"id" : 12345,
"transient" : true,
"priority" : 12345,
"version" : 12345,
"contract" : { },
"active" : true,
"invoicedBACodeEL" : "...",
"historized" : true,
"disabled" : true,
"auditableFields" : [ { }, { } ],
"criteriaEL" : "...",
"notified" : true,
"auditable" : { }
} ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"descriptionOrCode" : "...",
"customerAccount" : {
"dueBalance" : "...",
"providerContact" : "...",
"preferredPaymentMethodType" : "CHECK",
"id" : 12345,
"dateStatus" : 12345,
"appendGeneratedCode" : true,
"legalEntityType" : { },
"billingAccounts" : [ { }, { } ],
"password" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"contactInformationNullSafe" : { },
"minimumLabelEl" : "...",
"externalRef2" : "...",
"status" : "ACTIVE",
"actionDunnings" : [ { }, { } ],
"contracts" : [ { }, { } ],
"stripePaymentMethods" : [ { }, { } ],
"dunningDocuments" : [ { }, { } ],
"excludedFromPayment" : true,
"auditableFields" : [ { }, { } ],
"checkThreshold" : "POSITIVE_IL",
"jobTitle" : "...",
"description" : "...",
"contactInformation" : { },
"tradingCurrency" : { },
"generalClientAccount" : { },
"paymentMethods" : [ { }, { } ],
"primaryContact" : { },
"parentEntityType" : { },
"registrationNo" : "...",
"noMoreValidCard" : true,
"auditable" : { },
"referenceCode" : "...",
"minimumChargeTemplate" : { },
"customer" : { },
"transient" : true,
"seller" : { },
"dateDunningLevel" : 12345,
"thresholdPerEntity" : true,
"vatNo" : "...",
"creditCategory" : { },
"preferredPaymentMethod" : { },
"accountType" : "...",
"minimumAmountEl" : "...",
"invoicingThreshold" : 12345.0,
"isCompany" : true,
"defaultLevel" : true,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"checkPaymentMethods" : [ { }, { } ],
"uuid" : "...",
"businessAccountModel" : { },
"paypalPaymentMethods" : [ { }, { } ],
"dunningLevel" : "R4",
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"cfValues" : { },
"codeChanged" : true,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"dueDateDelayEL" : "...",
"code" : "...",
"parentEntity" : { },
"minimumTargetAccount" : { },
"auditedMethodPayments" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"addressbook" : { },
"DDPaymentMethods" : [ { }, { } ],
"externalRef1" : "...",
"paymentPlans" : [ { }, { } ],
"name" : { },
"accountOperations" : [ { }, { } ],
"referenceDescription" : "...",
"wirePaymentMethods" : [ { }, { } ],
"cfAccumulatedValues" : { },
"minimumArticle" : { },
"address" : { }
},
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
},
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : {
"paymentMethod" : {
"info3" : "...",
"customerAccount" : { },
"transient" : true,
"tokenId" : "...",
"expired" : true,
"historized" : true,
"info4" : "...",
"token3DsId" : "...",
"action" : "...",
"preferred" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ],
"info5" : "...",
"notified" : true,
"version" : 12345,
"paymentType" : "WIRETRANSFER",
"cfAccumulatedValues" : { },
"alias" : "...",
"auditable" : { },
"info1" : "...",
"active" : true,
"id" : 12345,
"auditableFields" : [ { }, { } ],
"info2" : "...",
"userId" : "...",
"cfValues" : { },
"disabled" : true,
"referenceDocument" : { }
},
"statusMessage" : "...",
"status" : "ACKNOWLEDGED",
"expectedCompletionDate" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"billingCycle" : {
"parentCFEntities" : [ { }, { } ],
"lastTransactionDateEL" : "...",
"cfAccumulatedValues" : { },
"parentEntity" : { },
"dueDateDelayEL" : "...",
"invoiceDateDelayEL" : "...",
"lastTransactionDateDelayEL" : "...",
"appendGeneratedCode" : true,
"computeDatesAtValidation" : true,
"historized" : true,
"parentEntityType" : { },
"thresholdPerEntity" : true,
"referenceCode" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"splitPerPaymentMethod" : true,
"uuid" : "...",
"scriptInstance" : { },
"invoiceType" : { },
"notified" : true,
"billingRunValidationScript" : { },
"version" : 12345,
"referenceDescription" : "...",
"invoiceDateProductionDelayEL" : "...",
"invoiceTypeEl" : "...",
"referenceDate" : "NEXT_INVOICE_DATE",
"description" : "...",
"auditable" : { },
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"auditableFields" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"checkThreshold" : "POSITIVE_RT",
"collectionDateDelayEl" : "...",
"type" : "BILLINGACCOUNT",
"billingTemplateNameEL" : "...",
"code" : "...",
"codeChanged" : true,
"calendar" : { }
},
"priority" : 12345,
"description" : "...",
"shippingAddress" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"invoices" : [ {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "PAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "VALIDATED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CASH",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PAID",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
}, {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "PPAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "DRAFT",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "DIRECTDEBIT",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PENDING_PLAN",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
} ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "TERMINATED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
}, {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "CLOSED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
} ],
"startDate" : 12345,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : {
"media" : "WEBSERVICE",
"descriptionOrCode" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"subject" : "...",
"tagEndDelimiter" : "...",
"referenceDescription" : "...",
"notified" : true,
"endDate" : 12345,
"historized" : true,
"startDate" : 12345,
"appendGeneratedCode" : true,
"tagStartDelimiter" : "...",
"transient" : true,
"id" : 12345,
"auditable" : { },
"type" : "DUNNING",
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"textContent" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"htmlContent" : "...",
"code" : "..."
},
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "CANCEL",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "TAX_COMPUTED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "LAST_TRANSACTION_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "CYCLE",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"email" : "...",
"orderItems" : [ {
"descriptionAndCode" : "...",
"parentEntity" : { },
"notified" : true,
"cfValues" : { },
"orderHistories" : [ { }, { } ],
"source" : "...",
"codeChanged" : true,
"orderItemProductOfferings" : [ { }, { } ],
"shippingAddress" : { },
"itemId" : "...",
"historized" : true,
"referenceDescription" : "...",
"orderItemDto" : { },
"code" : "...",
"action" : "ADD",
"parentEntityType" : { },
"mainOffering" : { },
"transient" : true,
"subscription" : { },
"id" : 12345,
"referenceCode" : "...",
"version" : 12345,
"description" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "ACKNOWLEDGED",
"appendGeneratedCode" : true,
"order" : { },
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"userAccount" : { },
"productInstances" : [ { }, { } ],
"uuid" : "...",
"cfAccumulatedValues" : { }
}, {
"descriptionAndCode" : "...",
"parentEntity" : { },
"notified" : true,
"cfValues" : { },
"orderHistories" : [ { }, { } ],
"source" : "...",
"codeChanged" : true,
"orderItemProductOfferings" : [ { }, { } ],
"shippingAddress" : { },
"itemId" : "...",
"historized" : true,
"referenceDescription" : "...",
"orderItemDto" : { },
"code" : "...",
"action" : "MODIFY",
"parentEntityType" : { },
"mainOffering" : { },
"transient" : true,
"subscription" : { },
"id" : 12345,
"referenceCode" : "...",
"version" : 12345,
"description" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "COMPLETED",
"appendGeneratedCode" : true,
"order" : { },
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"userAccount" : { },
"productInstances" : [ { }, { } ],
"uuid" : "...",
"cfAccumulatedValues" : { }
} ],
"deliveryInstructions" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"mailingType" : "MANUAL",
"quote" : {
"parentEntityType" : { },
"descriptionOrCode" : "...",
"code" : "...",
"completionDate" : 12345,
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"invoices" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"referenceCode" : "...",
"auditable" : { },
"requestedCompletionDate" : 12345,
"fulfillmentStartDate" : 12345,
"validity" : { },
"parentEntity" : { },
"receivedFromApp" : "...",
"quoteDate" : 12345,
"category" : "...",
"referenceDescription" : "...",
"version" : 12345,
"quoteItems" : [ { }, { } ],
"cfAccumulatedValues" : { },
"historized" : true,
"notified" : true,
"externalId" : "...",
"description" : "...",
"status" : "Approved",
"uuid" : "...",
"codeChanged" : true,
"generatePdf" : true,
"userAccounts" : [ { }, { } ],
"statusMessage" : "...",
"order" : { },
"notificationContact" : "...",
"quoteVersion" : "...",
"transient" : true,
"userAccount" : { },
"routedToUserGroup" : "...",
"virtual" : true
},
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "RERATED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "RATE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "CANCELED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "RATE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"minRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "RERATED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "AGGREGATED",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "BILLED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "MINIMUM",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"id" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
},
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : {
"accountType" : "...",
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "CANCEL",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "CANCEL",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "INVOICE_LINES_CREATED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "MANUAL",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "TODAY",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "EXCEPTIONAL",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"statusDate" : 12345,
"address" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"name" : {
"firstName" : "...",
"title" : { },
"fullName" : "...",
"lastName" : "..."
},
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "ACTIVE",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
}, {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "ACTIVE",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
} ],
"emailTemplate" : {
"media" : "IM",
"descriptionOrCode" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"subject" : "...",
"tagEndDelimiter" : "...",
"referenceDescription" : "...",
"notified" : true,
"endDate" : 12345,
"historized" : true,
"startDate" : 12345,
"appendGeneratedCode" : true,
"tagStartDelimiter" : "...",
"transient" : true,
"id" : 12345,
"auditable" : { },
"type" : "INVOICE",
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"textContent" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"htmlContent" : "...",
"code" : "..."
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE_LINE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "ACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"counters" : {
"property1" : {
"auditable" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"counterTemplate" : { },
"id" : 12345,
"userAccount" : { },
"counterPeriods" : [ { }, { } ],
"parentEntityType" : { },
"customer" : { },
"codeChanged" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"chargeInstances" : [ { }, { } ],
"subscription" : { },
"code" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"serviceInstance" : { },
"notified" : true,
"descriptionOrCode" : "...",
"customerAccount" : { },
"transient" : true,
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"usageChargeInstances" : [ { }, { } ]
},
"property2" : {
"auditable" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"counterTemplate" : { },
"id" : 12345,
"userAccount" : { },
"counterPeriods" : [ { }, { } ],
"parentEntityType" : { },
"customer" : { },
"codeChanged" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"chargeInstances" : [ { }, { } ],
"subscription" : { },
"code" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"serviceInstance" : { },
"notified" : true,
"descriptionOrCode" : "...",
"customerAccount" : { },
"transient" : true,
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"usageChargeInstances" : [ { }, { } ]
}
},
"minRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "OPEN",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "OPEN",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "BEFORE_DISCOUNT",
"taxCategoryResolved" : {
"auditableFields" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"referenceCode" : "...",
"parentEntity" : { },
"cfValues" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"descriptionOrCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"uuid" : "...",
"code" : "...",
"notified" : true,
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"version" : 12345,
"auditable" : { }
},
"notified" : true,
"registrationNo" : "...",
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "ACTIVE",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
}, {
"customer" : { },
"parentEntityType" : { },
"historized" : true,
"descriptionAndCode" : "...",
"contractDuration" : 12345,
"contractDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"status" : "DRAFT",
"auditable" : { },
"active" : true,
"seller" : { },
"endDate" : 12345,
"description" : "...",
"transient" : true,
"beginDate" : 12345,
"renewal" : true,
"contractItems" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"disabled" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"cfValues" : { },
"id" : 12345,
"billingAccount" : { },
"billingRules" : [ { }, { } ],
"codeChanged" : true,
"notified" : true,
"statusDate" : 12345,
"parentEntity" : { },
"descriptionOrCode" : "...",
"customerAccount" : { },
"code" : "...",
"uuid" : "...",
"appendGeneratedCode" : true
} ],
"contactInformationNullSafe" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"uuid" : "...",
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"status" : "TERMINATED",
"businessAccountModel" : {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : { },
"moduleSource" : "...",
"hierarchyType" : "UA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "...",
"code" : "...",
"auditable" : { },
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "BSD2_S",
"moduleItems" : [ { }, { } ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : { }
},
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : {
"sortIndex" : 12345,
"uuid" : "...",
"historized" : true,
"referenceCode" : "...",
"appendGeneratedCode" : true,
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"occTemplateNegative" : { },
"discount" : 12345.0,
"description" : "...",
"accountingCode" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"occTemplate" : { },
"parentEntity" : { },
"codeChanged" : true,
"auditable" : { },
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"invoiceCategory" : { },
"code" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"externalRef1" : "...",
"invoices" : [ {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "PAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "CANCELED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CASH",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "DISPUTED",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
}, {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "PENDING_PLAN",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "DRAFT",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "STRIPE",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "UNPAID",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
} ],
"parentUserAccounts" : [ {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "TERMINATED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
}, {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "CLOSED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
} ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : {
"auditable" : { },
"code" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"fax" : "...",
"version" : 12345,
"referenceCode" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"transient" : true,
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"email" : "...",
"id" : 12345,
"historized" : true,
"phone" : "...",
"mobile" : "...",
"address" : { },
"notified" : true,
"description" : "...",
"parentEntity" : { }
},
"subscriptionDate" : 12345,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ {
"startDate" : 12345,
"uuid" : "...",
"endDate" : 12345,
"version" : 12345,
"serviceInstance" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "IN_USE",
"id" : 12345,
"transient" : true,
"applicationCount" : 12345,
"cfAccumulatedValues" : { },
"statusDate" : 12345,
"cfValues" : { },
"billingAccount" : { },
"discountPlan" : { },
"subscription" : { },
"valid" : true
}, {
"startDate" : 12345,
"uuid" : "...",
"endDate" : 12345,
"version" : 12345,
"serviceInstance" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "APPLIED",
"id" : 12345,
"transient" : true,
"applicationCount" : 12345,
"cfAccumulatedValues" : { },
"statusDate" : 12345,
"cfValues" : { },
"billingAccount" : { },
"discountPlan" : { },
"subscription" : { },
"valid" : true
} ],
"isCompany" : true,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"nextInvoiceDate" : 12345,
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"minimumArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"version" : 12345,
"minInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "CANCELED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "TAX",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "CANCELED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "TAX",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"transient" : true,
"paymentMethod" : {
"info3" : "...",
"customerAccount" : { },
"transient" : true,
"tokenId" : "...",
"expired" : true,
"historized" : true,
"info4" : "...",
"token3DsId" : "...",
"action" : "...",
"preferred" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ],
"info5" : "...",
"notified" : true,
"version" : 12345,
"paymentType" : "CARD",
"cfAccumulatedValues" : { },
"alias" : "...",
"auditable" : { },
"info1" : "...",
"active" : true,
"id" : 12345,
"auditableFields" : [ { }, { } ],
"info2" : "...",
"userId" : "...",
"cfValues" : { },
"disabled" : true,
"referenceDocument" : { }
},
"billingCycle" : {
"parentCFEntities" : [ { }, { } ],
"lastTransactionDateEL" : "...",
"cfAccumulatedValues" : { },
"parentEntity" : { },
"dueDateDelayEL" : "...",
"invoiceDateDelayEL" : "...",
"lastTransactionDateDelayEL" : "...",
"appendGeneratedCode" : true,
"computeDatesAtValidation" : true,
"historized" : true,
"parentEntityType" : { },
"thresholdPerEntity" : true,
"referenceCode" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"splitPerPaymentMethod" : true,
"uuid" : "...",
"scriptInstance" : { },
"invoiceType" : { },
"notified" : true,
"billingRunValidationScript" : { },
"version" : 12345,
"referenceDescription" : "...",
"invoiceDateProductionDelayEL" : "...",
"invoiceTypeEl" : "...",
"referenceDate" : "TODAY",
"description" : "...",
"auditable" : { },
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"auditableFields" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"checkThreshold" : "AFTER_DISCOUNT",
"collectionDateDelayEl" : "...",
"type" : "SUBSCRIPTION",
"billingTemplateNameEL" : "...",
"code" : "...",
"codeChanged" : true,
"calendar" : { }
},
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ {
"description" : "...",
"transient" : true,
"parentEntity" : { },
"parentEntityType" : { },
"tagType" : { },
"name" : "...",
"notified" : true,
"descriptionOrCode" : "...",
"version" : 12345,
"filterEl" : "...",
"referenceCode" : "...",
"parentTag" : { },
"referenceDescription" : "...",
"historized" : true,
"auditable" : { },
"codeChanged" : true,
"code" : "...",
"descriptionAndCode" : "...",
"seller" : { },
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"id" : 12345
}, {
"description" : "...",
"transient" : true,
"parentEntity" : { },
"parentEntityType" : { },
"tagType" : { },
"name" : "...",
"notified" : true,
"descriptionOrCode" : "...",
"version" : 12345,
"filterEl" : "...",
"referenceCode" : "...",
"parentTag" : { },
"referenceDescription" : "...",
"historized" : true,
"auditable" : { },
"codeChanged" : true,
"code" : "...",
"descriptionAndCode" : "...",
"seller" : { },
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"id" : 12345
} ],
"terminationReason" : {
"invoiceAgreementImmediately" : true,
"overrideProrata" : "NO_OVERRIDE",
"reimburseOneshots" : true,
"code" : "...",
"referenceCode" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"parentEntity" : { },
"applyTerminationCharges" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"id" : 12345,
"parentEntityType" : { },
"applyReimbursment" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"historized" : true,
"applyAgreement" : true,
"version" : 12345,
"descriptionAndCode" : "..."
},
"legalEntityType" : {
"parentEntityType" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"version" : 12345,
"parentEntity" : { },
"appendGeneratedCode" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"descriptionNotNull" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"isCompany" : true,
"auditable" : { },
"historized" : true,
"notified" : true
},
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"customerAccount" : {
"dueBalance" : "...",
"providerContact" : "...",
"preferredPaymentMethodType" : "WIRETRANSFER",
"id" : 12345,
"dateStatus" : 12345,
"appendGeneratedCode" : true,
"legalEntityType" : { },
"billingAccounts" : [ { }, { } ],
"password" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"contactInformationNullSafe" : { },
"minimumLabelEl" : "...",
"externalRef2" : "...",
"status" : "ACTIVE",
"actionDunnings" : [ { }, { } ],
"contracts" : [ { }, { } ],
"stripePaymentMethods" : [ { }, { } ],
"dunningDocuments" : [ { }, { } ],
"excludedFromPayment" : true,
"auditableFields" : [ { }, { } ],
"checkThreshold" : "BEFORE_DISCOUNT",
"jobTitle" : "...",
"description" : "...",
"contactInformation" : { },
"tradingCurrency" : { },
"generalClientAccount" : { },
"paymentMethods" : [ { }, { } ],
"primaryContact" : { },
"parentEntityType" : { },
"registrationNo" : "...",
"noMoreValidCard" : true,
"auditable" : { },
"referenceCode" : "...",
"minimumChargeTemplate" : { },
"customer" : { },
"transient" : true,
"seller" : { },
"dateDunningLevel" : 12345,
"thresholdPerEntity" : true,
"vatNo" : "...",
"creditCategory" : { },
"preferredPaymentMethod" : { },
"accountType" : "...",
"minimumAmountEl" : "...",
"invoicingThreshold" : 12345.0,
"isCompany" : true,
"defaultLevel" : true,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"checkPaymentMethods" : [ { }, { } ],
"uuid" : "...",
"businessAccountModel" : { },
"paypalPaymentMethods" : [ { }, { } ],
"dunningLevel" : "R4",
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"cfValues" : { },
"codeChanged" : true,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"dueDateDelayEL" : "...",
"code" : "...",
"parentEntity" : { },
"minimumTargetAccount" : { },
"auditedMethodPayments" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"addressbook" : { },
"DDPaymentMethods" : [ { }, { } ],
"externalRef1" : "...",
"paymentPlans" : [ { }, { } ],
"name" : { },
"accountOperations" : [ { }, { } ],
"referenceDescription" : "...",
"wirePaymentMethods" : [ { }, { } ],
"cfAccumulatedValues" : { },
"minimumArticle" : { },
"address" : { }
},
"taxCategory" : {
"auditableFields" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"referenceCode" : "...",
"parentEntity" : { },
"cfValues" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"descriptionOrCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"uuid" : "...",
"code" : "...",
"notified" : true,
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"version" : 12345,
"auditable" : { }
},
"appendGeneratedCode" : true,
"minimumChargeTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"inputUnitOfMeasure" : { },
"code" : "...",
"inputUnitDescription" : "...",
"auditable" : { },
"roundingValuesComputed" : true,
"taxClassEl" : "...",
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"inputUnitEL" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"disabled" : true,
"parentEntity" : { },
"roundingMode" : "DOWN",
"cfAccumulatedValues" : { },
"amountEditable" : true,
"productCharges" : [ { }, { } ],
"ratingScript" : { },
"unitMultiplicator" : 12345.0,
"sortIndexEl" : "...",
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"notified" : true,
"revenueRecognitionRule" : { },
"descriptionAndCode" : "...",
"chargeMainType" : "RECURRING",
"oneShotChargeTemplateType" : "TERMINATION",
"descriptionOrCode" : "...",
"cfValues" : { },
"outputUnitEL" : "...",
"parentEntityType" : { },
"chargeType" : "...",
"type" : "CREDIT",
"parentCFEntities" : [ { }, { } ],
"invoiceSubCategory" : { },
"active" : true,
"transient" : true,
"filterExpression" : "...",
"referenceCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"immediateInvoicing" : true,
"version" : 12345,
"dropZeroWo" : true,
"taxClass" : { },
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"historized" : true,
"attributes" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"status" : "ARCHIVED"
},
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ {
"startDate" : 12345,
"uuid" : "...",
"endDate" : 12345,
"version" : 12345,
"serviceInstance" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "ACTIVE",
"id" : 12345,
"transient" : true,
"applicationCount" : 12345,
"cfAccumulatedValues" : { },
"statusDate" : 12345,
"cfValues" : { },
"billingAccount" : { },
"discountPlan" : { },
"subscription" : { },
"valid" : true
}, {
"startDate" : 12345,
"uuid" : "...",
"endDate" : 12345,
"version" : 12345,
"serviceInstance" : { },
"parentCFEntities" : [ { }, { } ],
"status" : "APPLIED",
"id" : 12345,
"transient" : true,
"applicationCount" : 12345,
"cfAccumulatedValues" : { },
"statusDate" : 12345,
"cfValues" : { },
"billingAccount" : { },
"discountPlan" : { },
"subscription" : { },
"valid" : true
} ],
"referenceCode" : "..."
},
"offers" : [ {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ {
"terminationDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"cfValues" : { },
"order" : { },
"orderOffer" : { },
"status" : "SUSPENDED",
"uuid" : "...",
"discountPlan" : { },
"orderServiceCommercial" : { },
"productActionType" : "MODIFY",
"terminationReason" : { },
"id" : 12345,
"quantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"historized" : true,
"notified" : true,
"auditable" : { },
"transient" : true,
"productVersion" : { },
"deliveryDate" : 12345,
"quoteProduct" : { },
"orderAttributes" : [ { }, { } ]
}, {
"terminationDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"cfValues" : { },
"order" : { },
"orderOffer" : { },
"status" : "CLOSED",
"uuid" : "...",
"discountPlan" : { },
"orderServiceCommercial" : { },
"productActionType" : "SUSPEND",
"terminationReason" : { },
"id" : 12345,
"quantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"historized" : true,
"notified" : true,
"auditable" : { },
"transient" : true,
"productVersion" : { },
"deliveryDate" : 12345,
"quoteProduct" : { },
"orderAttributes" : [ { }, { } ]
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "SUSPENDED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "IN_DESIGN",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ {
"attribute" : { },
"orderProduct" : { },
"stringValue" : "...",
"id" : 12345,
"assignedAttributeValue" : [ { }, { } ],
"transient" : true,
"cfValues" : { },
"dateValue" : 12345,
"auditable" : { },
"value" : { },
"accessPoint" : "...",
"commercialOrder" : { },
"uuid" : "...",
"version" : 12345,
"doubleValue" : 12345.0,
"parentAttributeValue" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"booleanValue" : true,
"orderLot" : { },
"orderOffer" : { },
"historized" : true,
"auditableFields" : [ { }, { } ]
}, {
"attribute" : { },
"orderProduct" : { },
"stringValue" : "...",
"id" : 12345,
"assignedAttributeValue" : [ { }, { } ],
"transient" : true,
"cfValues" : { },
"dateValue" : 12345,
"auditable" : { },
"value" : { },
"accessPoint" : "...",
"commercialOrder" : { },
"uuid" : "...",
"version" : 12345,
"doubleValue" : 12345.0,
"parentAttributeValue" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"booleanValue" : true,
"orderLot" : { },
"orderOffer" : { },
"historized" : true,
"auditableFields" : [ { }, { } ]
} ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE_LINE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "DRAFT",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"quoteOffer" : {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "CREATE"
},
"historized" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"transient" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "CANCELED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"appendGeneratedCode" : true,
"orderLineType" : "TERMINATE",
"uuid" : "...",
"terminationReason" : {
"invoiceAgreementImmediately" : true,
"overrideProrata" : "NO_PRORATA",
"reimburseOneshots" : true,
"code" : "...",
"referenceCode" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"parentEntity" : { },
"applyTerminationCharges" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"id" : 12345,
"parentEntityType" : { },
"applyReimbursment" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"historized" : true,
"applyAgreement" : true,
"version" : 12345,
"descriptionAndCode" : "..."
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"code" : "...",
"notified" : true
}, {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ {
"terminationDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"cfValues" : { },
"order" : { },
"orderOffer" : { },
"status" : "ACTIVE",
"uuid" : "...",
"discountPlan" : { },
"orderServiceCommercial" : { },
"productActionType" : "CREATE",
"terminationReason" : { },
"id" : 12345,
"quantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"historized" : true,
"notified" : true,
"auditable" : { },
"transient" : true,
"productVersion" : { },
"deliveryDate" : 12345,
"quoteProduct" : { },
"orderAttributes" : [ { }, { } ]
}, {
"terminationDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"cfValues" : { },
"order" : { },
"orderOffer" : { },
"status" : "CLOSED",
"uuid" : "...",
"discountPlan" : { },
"orderServiceCommercial" : { },
"productActionType" : "MODIFY",
"terminationReason" : { },
"id" : 12345,
"quantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"historized" : true,
"notified" : true,
"auditable" : { },
"transient" : true,
"productVersion" : { },
"deliveryDate" : 12345,
"quoteProduct" : { },
"orderAttributes" : [ { }, { } ]
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "SUSPENDED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "ACTIVE",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ {
"attribute" : { },
"orderProduct" : { },
"stringValue" : "...",
"id" : 12345,
"assignedAttributeValue" : [ { }, { } ],
"transient" : true,
"cfValues" : { },
"dateValue" : 12345,
"auditable" : { },
"value" : { },
"accessPoint" : "...",
"commercialOrder" : { },
"uuid" : "...",
"version" : 12345,
"doubleValue" : 12345.0,
"parentAttributeValue" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"booleanValue" : true,
"orderLot" : { },
"orderOffer" : { },
"historized" : true,
"auditableFields" : [ { }, { } ]
}, {
"attribute" : { },
"orderProduct" : { },
"stringValue" : "...",
"id" : 12345,
"assignedAttributeValue" : [ { }, { } ],
"transient" : true,
"cfValues" : { },
"dateValue" : 12345,
"auditable" : { },
"value" : { },
"accessPoint" : "...",
"commercialOrder" : { },
"uuid" : "...",
"version" : 12345,
"doubleValue" : 12345.0,
"parentAttributeValue" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"booleanValue" : true,
"orderLot" : { },
"orderOffer" : { },
"historized" : true,
"auditableFields" : [ { }, { } ]
} ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "PROMO_CODE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "EXPIRED",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"quoteOffer" : {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "AMEND"
},
"historized" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"transient" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "TERMINATED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"appendGeneratedCode" : true,
"orderLineType" : "CREATE",
"uuid" : "...",
"terminationReason" : {
"invoiceAgreementImmediately" : true,
"overrideProrata" : "PRORATA",
"reimburseOneshots" : true,
"code" : "...",
"referenceCode" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"parentEntity" : { },
"applyTerminationCharges" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"id" : 12345,
"parentEntityType" : { },
"applyReimbursment" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"historized" : true,
"applyAgreement" : true,
"version" : 12345,
"descriptionAndCode" : "..."
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"code" : "...",
"notified" : true
} ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : {
"transient" : true,
"descriptionAndCode" : "...",
"parentEntityType" : { },
"version" : 12345,
"historized" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"id" : 12345,
"codeChanged" : true,
"code" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"appendGeneratedCode" : true,
"referenceCode" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"descriptionOrCode" : "...",
"description" : "...",
"notified" : true,
"referenceDescription" : "..."
},
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"billingRun" : {
"billingCycle" : {
"parentCFEntities" : [ { }, { } ],
"lastTransactionDateEL" : "...",
"cfAccumulatedValues" : { },
"parentEntity" : { },
"dueDateDelayEL" : "...",
"invoiceDateDelayEL" : "...",
"lastTransactionDateDelayEL" : "...",
"appendGeneratedCode" : true,
"computeDatesAtValidation" : true,
"historized" : true,
"parentEntityType" : { },
"thresholdPerEntity" : true,
"referenceCode" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"splitPerPaymentMethod" : true,
"uuid" : "...",
"scriptInstance" : { },
"invoiceType" : { },
"notified" : true,
"billingRunValidationScript" : { },
"version" : 12345,
"referenceDescription" : "...",
"invoiceDateProductionDelayEL" : "...",
"invoiceTypeEl" : "...",
"referenceDate" : "END_DATE",
"description" : "...",
"auditable" : { },
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"auditableFields" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"checkThreshold" : "AFTER_DISCOUNT",
"collectionDateDelayEl" : "...",
"type" : "ORDER",
"billingTemplateNameEL" : "...",
"code" : "...",
"codeChanged" : true,
"calendar" : { }
},
"rejectAutoAction" : "MOVE",
"preInvoicingReports" : {
"creditDebitCardBillableBANumber" : 12345,
"directDebitBANumber" : 12345,
"checkBillableBANumber" : 12345,
"taxesAmount" : 12345.0,
"checkBillableBAAmountHT" : 12345.0,
"tipBillableBANumber" : 12345,
"wiretransferBillableBANumber" : 12345,
"tipBANumber" : 12345,
"lastTransactionDate" : 12345,
"creditDebitCardBANumber" : 12345,
"wiretransferBillableBAAmountHT" : 12345.0,
"subCategoriesAmountHT" : 12345.0,
"wiretransferBANumber" : 12345,
"amoutWitountTax" : 12345.0,
"billableBillingAccountNumber" : 12345,
"billingCycleCode" : "...",
"checkBANumber" : 12345,
"tipBillableBAAmountHT" : 12345.0,
"creditDebitCardBillableBAAmountHT" : 12345.0,
"directDebitBillableBAAmountHT" : 12345.0,
"invoiceDate" : 12345,
"billingAccountNumber" : 12345,
"directDebitBillableBANumber" : 12345
},
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ {
"ratedAmountTax" : 12345.0,
"notified" : true,
"ratedAmountWithoutTax" : 12345.0,
"historized" : true,
"billingRun" : { },
"ratedAmountWithTax" : 12345.0,
"transient" : true,
"invoice" : true,
"billingAccount" : { },
"version" : 12345,
"ratedAmount2WithoutTax" : 12345.0,
"auditable" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345
}, {
"ratedAmountTax" : 12345.0,
"notified" : true,
"ratedAmountWithoutTax" : 12345.0,
"historized" : true,
"billingRun" : { },
"ratedAmountWithTax" : 12345.0,
"transient" : true,
"invoice" : true,
"billingAccount" : { },
"version" : 12345,
"ratedAmount2WithoutTax" : 12345.0,
"auditable" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345
} ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : {
"creditDebitCardInvoicesNumber" : 12345,
"negativeInvoicesAmountHT" : 12345.0,
"emptyInvoicesNumber" : 12345,
"tipAmuontHT" : 12345.0,
"npmAmountHT" : 12345.0,
"positiveInvoicesAmountHT" : 12345.0,
"globalAmount" : 12345.0,
"directDebitAmuontHT" : 12345.0,
"checkInvoicesNumber" : 12345,
"creditDebitCardAmountHT" : 12345.0,
"npmInvoicesNumber" : 12345,
"directDebitInvoicesNumber" : 12345,
"npmAmount" : 12345.0,
"tipAmuont" : 12345.0,
"positiveInvoicesTaxAmount" : 12345.0,
"invoicesNumber" : 12345,
"positiveInvoicesAmount" : 12345.0,
"tipInvoicesNumber" : 12345,
"negativeInvoicesNumber" : 12345,
"positiveInvoicesNumber" : 12345,
"directDebitAmuont" : 12345.0,
"negativeInvoicesTaxAmount" : 12345.0,
"wiretransferInvoicesNumber" : 12345,
"checkAmuontHT" : 12345.0,
"creditDebitCardAmount" : 12345.0,
"wiretransferAmuont" : 12345.0,
"negativeInvoicesAmount" : 12345.0,
"wiretransferAmuontHT" : 12345.0,
"checkAmuont" : 12345.0,
"electronicInvoicesNumber" : 12345
},
"referenceDescription" : "...",
"status" : "MINIMUM_ADDED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : {
"code" : "...",
"notified" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"historized" : true,
"language" : { },
"version" : 12345,
"countryCode" : "...",
"auditable" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"currency" : { }
},
"prAmountWithTax" : 12345.0,
"currency" : {
"symbol" : "...",
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"transient" : true,
"descriptionEn" : "...",
"version" : 12345,
"systemCurrency" : true,
"auditable" : { },
"auditableFields" : [ { }, { } ],
"currencyCode" : "...",
"notified" : true,
"historized" : true
},
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ {
"rejectCause" : "...",
"version" : 12345,
"billingAccount" : { },
"transient" : true,
"notified" : true,
"auditableFields" : [ { }, { } ],
"id" : 12345,
"auditable" : { },
"billingRun" : { },
"historized" : true
}, {
"rejectCause" : "...",
"version" : 12345,
"billingAccount" : { },
"transient" : true,
"notified" : true,
"auditableFields" : [ { }, { } ],
"id" : 12345,
"auditable" : { },
"billingRun" : { },
"historized" : true
} ],
"startDate" : 12345,
"invoiceType" : {
"version" : 12345,
"sellerSequence" : [ { }, { } ],
"cfValues" : { },
"customInvoiceXmlScriptInstance" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"code" : "...",
"uuid" : "...",
"invoiceSequence" : { },
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"emailTemplate" : { },
"referenceDescription" : "...",
"occTemplateNegative" : { },
"excludeFromAgedTrialBalance" : true,
"auditable" : { },
"transient" : true,
"taxScript" : { },
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : { },
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : { },
"invoiceAccountable" : true,
"auditableFields" : [ { }, { } ],
"matchingAuto" : true,
"cfAccumulatedValues" : { },
"useSelfSequence" : true,
"mailingType" : "AUTO",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "MANUAL",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_IL",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CANCELED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
}, {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "BATCH",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_IL",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "TERMINATED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"invoices" : [ {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "UNPAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "VALIDATED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CHECK",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PENDING_PLAN",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
}, {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "REFUNDED",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "VALIDATED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CHECK",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PENDING",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
} ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : {
"historized" : true,
"notified" : true,
"auditableFields" : [ { }, { } ],
"languageCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionEn" : "...",
"auditable" : { },
"version" : 12345,
"transient" : true,
"description" : "...",
"id" : 12345
},
"referenceDate" : "END_DATE",
"generateAO" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"jobExecutions" : [ {
"endDate" : 12345,
"startDate" : 12345,
"version" : 12345,
"nbItemsProcessed" : 12345,
"nbItemsToProcess" : 12345,
"nbItemsProcessedWithWarning" : 12345,
"id" : 12345,
"warnings" : [ "...", "..." ],
"moreToProcess" : true,
"nbItemsProcessedWithError" : 12345,
"report" : "...",
"status" : "FAILED",
"jobInstance" : { },
"errors" : [ "...", "..." ],
"transient" : true,
"jobLauncherEnum" : "TRIGGER",
"nbItemsCorrectlyProcessed" : 12345
}, {
"endDate" : 12345,
"startDate" : 12345,
"version" : 12345,
"nbItemsProcessed" : 12345,
"nbItemsToProcess" : 12345,
"nbItemsProcessedWithWarning" : 12345,
"id" : 12345,
"warnings" : [ "...", "..." ],
"moreToProcess" : true,
"nbItemsProcessedWithError" : 12345,
"report" : "...",
"status" : "COMPLETED_MORE",
"jobInstance" : { },
"errors" : [ "...", "..." ],
"transient" : true,
"jobLauncherEnum" : "GUI",
"nbItemsCorrectlyProcessed" : 12345
} ],
"runType" : "CYCLE",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"billingCycle" : {
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"lastTransactionDateEL" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"dueDateDelayEL" : "...",
"invoiceDateDelayEL" : "...",
"lastTransactionDateDelayEL" : "...",
"appendGeneratedCode" : true,
"computeDatesAtValidation" : true,
"historized" : true,
"parentEntityType" : { },
"thresholdPerEntity" : true,
"referenceCode" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"splitPerPaymentMethod" : true,
"uuid" : "...",
"scriptInstance" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"invoiceType" : {
"version" : 12345,
"sellerSequence" : [ { }, { } ],
"cfValues" : { },
"customInvoiceXmlScriptInstance" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"code" : "...",
"uuid" : "...",
"invoiceSequence" : { },
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"emailTemplate" : { },
"referenceDescription" : "...",
"occTemplateNegative" : { },
"excludeFromAgedTrialBalance" : true,
"auditable" : { },
"transient" : true,
"taxScript" : { },
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : { },
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : { },
"invoiceAccountable" : true,
"auditableFields" : [ { }, { } ],
"matchingAuto" : true,
"cfAccumulatedValues" : { },
"useSelfSequence" : true,
"mailingType" : "MANUAL",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"notified" : true,
"billingRunValidationScript" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"version" : 12345,
"referenceDescription" : "...",
"invoiceDateProductionDelayEL" : "...",
"invoiceTypeEl" : "...",
"referenceDate" : "TODAY",
"description" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"invoicingThreshold" : 12345.0,
"checkThreshold" : "AFTER_DISCOUNT",
"collectionDateDelayEl" : "...",
"type" : "SUBSCRIPTION",
"billingTemplateNameEL" : "...",
"code" : "...",
"codeChanged" : true,
"calendar" : {
"transient" : true,
"calendarType" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"historized" : true,
"initDate" : 12345,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"description" : "...",
"referenceDescription" : "...",
"initializationRequired" : true,
"descriptionOrCode" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"codeChanged" : true,
"code" : "...",
"auditable" : { },
"calendarTypeWSubtypes" : "...",
"id" : 12345,
"referenceCode" : "...",
"initDateEL" : "...",
"notified" : true,
"appendGeneratedCode" : true
}
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
}, {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
} ],
"property2" : [ {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
}, {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
} ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
}, {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
} ],
"property2" : [ {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
}, {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
} ]
},
"encrypted" : true
},
"version" : 12345,
"invoicingPlan" : {
"id" : 12345,
"parentEntityType" : { },
"version" : 12345,
"active" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"invoicingPlanItems" : [ {
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"historized" : true,
"active" : true,
"advancement" : 12345,
"rateToBill" : 12345.0,
"transient" : true,
"uuid" : "...",
"parentEntity" : { },
"appendGeneratedCode" : true,
"referenceCode" : "...",
"code" : "...",
"descriptionOrCode" : "...",
"billingPlan" : { },
"cfValues" : { },
"parentEntityType" : { },
"parentCFEntities" : [ { }, { } ],
"id" : 12345,
"disabled" : true,
"auditable" : { },
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"cfAccumulatedValues" : { },
"auditableFields" : [ { }, { } ]
}, {
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"historized" : true,
"active" : true,
"advancement" : 12345,
"rateToBill" : 12345.0,
"transient" : true,
"uuid" : "...",
"parentEntity" : { },
"appendGeneratedCode" : true,
"referenceCode" : "...",
"code" : "...",
"descriptionOrCode" : "...",
"billingPlan" : { },
"cfValues" : { },
"parentEntityType" : { },
"parentCFEntities" : [ { }, { } ],
"id" : 12345,
"disabled" : true,
"auditable" : { },
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"cfAccumulatedValues" : { },
"auditableFields" : [ { }, { } ]
} ],
"historized" : true,
"notified" : true,
"transient" : true,
"uuid" : "...",
"description" : "...",
"referenceCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"codeChanged" : true,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"appendGeneratedCode" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"disabled" : true,
"descriptionAndCode" : "...",
"code" : "..."
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
}, {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
} ],
"property2" : [ {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
}, {
"from" : 12345,
"to" : 12345,
"string" : "...",
"date" : { },
"long" : 12345,
"double" : 12345.0,
"boolean" : true,
"entity" : { },
"url" : { },
"listString" : [ "...", "..." ],
"listDate" : [ { }, { } ],
"listLong" : [ 12345, 12345 ],
"valid" : true,
"listDouble" : [ 12345.0, 12345.0 ],
"listBoolean" : [ true, true ],
"listEntity" : [ { }, { } ],
"mapString" : {
"property1" : "...",
"property2" : "..."
},
"mapDate" : {
"property1" : 12345,
"property2" : 12345
},
"mapLong" : {
"property1" : 12345,
"property2" : 12345
},
"mapDouble" : {
"property1" : 12345.0,
"property2" : 12345.0
},
"mapBoolean" : {
"property1" : true,
"property2" : true
},
"mapEntity" : {
"property1" : { },
"property2" : { }
},
"source" : "...",
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345,
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "...",
"mapCfValues" : {
"property1" : "...",
"property2" : "..."
},
"newPeriod" : true,
"mapValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"matrixValuesForGUI" : [ {
"property1" : { },
"property2" : { }
}, {
"property1" : { },
"property2" : { }
} ],
"listValue" : [ { }, { } ],
"mapValue" : {
"property1" : { },
"property2" : { }
},
"entityReferenceValueForGUI" : { },
"childEntityValuesForGUI" : [ { }, { } ],
"priority" : 12345,
"datasetForGUI" : { },
"valueEmptyForGui" : true,
"valueEmpty" : true,
"value" : { },
"keyValueMap" : {
"property1" : { },
"property2" : { }
},
"excessiveInSize" : true,
"allEntities" : [ { }, { } ]
} ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
}, {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
} ],
"property2" : [ {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
}, {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
} ]
},
"encrypted" : true
},
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"invoices" : [ {
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE_LINE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "ACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "MOVE",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "CREATING_INVOICE_LINES",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "LAST_TRANSACTION_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "CYCLE",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"uuid" : "...",
"linkedInvoices" : [ {
"linkedInvoiceValue" : { },
"id" : 12345,
"invoice" : { },
"type" : "ADJUSTMENT",
"transient" : true,
"amount" : 12345.0
}, {
"linkedInvoiceValue" : { },
"id" : 12345,
"invoice" : { },
"type" : "ADVANCEMENT_PAYMENT",
"transient" : true,
"amount" : 12345.0
} ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"xmlFilenameOnly" : "...",
"orders" : [ {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "FAILED",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "AUTO",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
}, {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "HELD",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "MANUAL",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "UNPAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : {
"parentEntityType" : { },
"descriptionOrCode" : "...",
"code" : "...",
"completionDate" : 12345,
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"invoices" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"referenceCode" : "...",
"auditable" : { },
"requestedCompletionDate" : 12345,
"fulfillmentStartDate" : 12345,
"validity" : { },
"parentEntity" : { },
"receivedFromApp" : "...",
"quoteDate" : 12345,
"category" : "...",
"referenceDescription" : "...",
"version" : 12345,
"quoteItems" : [ { }, { } ],
"cfAccumulatedValues" : { },
"historized" : true,
"notified" : true,
"externalId" : "...",
"description" : "...",
"status" : "Pending",
"uuid" : "...",
"codeChanged" : true,
"generatePdf" : true,
"userAccounts" : [ { }, { } ],
"statusMessage" : "...",
"order" : { },
"notificationContact" : "...",
"quoteVersion" : "...",
"transient" : true,
"userAccount" : { },
"routedToUserGroup" : "...",
"virtual" : true
},
"relatedDunningCollectionPlan" : {
"notified" : true,
"stopReason" : { },
"auditableFields" : [ { }, { } ],
"currentDunningLevelSequence" : 12345,
"startDate" : 12345,
"nextActionDate" : 12345,
"version" : 12345,
"pauseReason" : { },
"pausedUntilDate" : 12345,
"historized" : true,
"pauseDuration" : 12345,
"relatedInvoice" : { },
"retryPaymentOnResumeDate" : true,
"collectionPlanNumber" : "...",
"transient" : true,
"id" : 12345,
"balance" : 12345.0,
"lastActionDate" : 12345,
"initialCollectionPlan" : { },
"auditable" : { },
"daysOpen" : 12345,
"status" : { },
"closeDate" : 12345,
"relatedPolicy" : { },
"dunningLevelInstances" : [ { }, { } ],
"lastAction" : "...",
"billingAccount" : { },
"totalDunningLevels" : 12345,
"nextAction" : "..."
},
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "VALIDATED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "MANUAL",
"jobTitle" : "...",
"checkThreshold" : "BEFORE_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CLOSED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : {
"info3" : "...",
"customerAccount" : { },
"transient" : true,
"tokenId" : "...",
"expired" : true,
"historized" : true,
"info4" : "...",
"token3DsId" : "...",
"action" : "...",
"preferred" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ],
"info5" : "...",
"notified" : true,
"version" : 12345,
"paymentType" : "CASH",
"cfAccumulatedValues" : { },
"alias" : "...",
"auditable" : { },
"info1" : "...",
"active" : true,
"id" : 12345,
"auditableFields" : [ { }, { } ],
"info2" : "...",
"userId" : "...",
"cfValues" : { },
"disabled" : true,
"referenceDocument" : { }
},
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ {
"auditable" : { },
"descriminatorValue" : "...",
"auditableFields" : [ { }, { } ],
"description" : "...",
"billingRun" : { },
"id" : 12345,
"prDescription" : "...",
"historized" : true,
"amountTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"amount" : 12345.0,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"billingAccount" : { },
"tradingCurrency" : { },
"transient" : true,
"invoice" : { },
"amountWithTax" : 12345.0,
"itemNumber" : 12345,
"tradingCountry" : { }
}, {
"auditable" : { },
"descriminatorValue" : "...",
"auditableFields" : [ { }, { } ],
"description" : "...",
"billingRun" : { },
"id" : 12345,
"prDescription" : "...",
"historized" : true,
"amountTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"amount" : 12345.0,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"billingAccount" : { },
"tradingCurrency" : { },
"transient" : true,
"invoice" : { },
"amountWithTax" : 12345.0,
"itemNumber" : 12345,
"tradingCountry" : { }
} ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
}, {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
} ],
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"recordedInvoice" : {
"ddRequestItem" : { },
"recordedInvoiceCatAgregates" : [ { }, { } ],
"cfAccumulatedValues" : { },
"netToPay" : 12345.0,
"parentEntityType" : { },
"parentEntity" : { },
"paymentMethod" : "CARD",
"collectionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"dunningDocument" : { },
"agedReceivableReportKey" : "...",
"accountingDate" : 12345,
"subscription" : { },
"depositDate" : 12345,
"accountingCode" : { },
"invoiceDate" : 12345,
"bankCollectionDate" : 12345,
"paymentScheduleInstanceItem" : { },
"paymentInfo6" : "...",
"referenceDescription" : "...",
"operationNumber" : 12345,
"paymentInfo3" : "...",
"billingAccountName" : "...",
"accountCodeClientSide" : "...",
"transactionCategory" : "DEBIT",
"taxAmount" : 12345.0,
"bankLot" : "...",
"description" : "...",
"bankReference" : "...",
"rejectedPayment" : { },
"transient" : true,
"matchingStatus" : "O",
"matchingAmounts" : [ { }, { } ],
"reference" : "...",
"invoice" : { },
"paymentInfo1" : "...",
"descriptionOrCode" : "...",
"reason" : "FORCED",
"paymentHistories" : [ { }, { } ],
"amount" : 12345.0,
"invoices" : [ { }, { } ],
"seller" : { },
"codeChanged" : true,
"cfValues" : { },
"dueDate" : 12345,
"paymentInfo" : "...",
"version" : 12345,
"transactionDate" : 12345,
"amountWithoutTax" : 12345.0,
"matchingAmount" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderNumber" : "...",
"operationAction" : "TO_REFUND",
"paymentInfo5" : "...",
"paymentVentilation" : { },
"notified" : true,
"unMatchingAmount" : 12345.0,
"code" : "...",
"status" : "REJECTED",
"descriptionAndCode" : "...",
"journal" : { },
"accountingExportFile" : "...",
"accountingSchemeEntries" : [ { }, { } ],
"appendGeneratedCode" : true,
"type" : "...",
"historized" : true,
"paymentDeferralCount" : 12345,
"referenceCode" : "...",
"paymentInfo4" : "...",
"paymentInfo2" : "...",
"auditable" : { },
"id" : 12345,
"uuid" : "...",
"customerAccount" : { },
"productionDate" : 12345,
"paymentAction" : "PENDING_PAYMENT"
},
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : {
"targetedAos" : [ { }, { } ],
"numberOfInstallments" : 12345,
"endDate" : 12345,
"appendGeneratedCode" : true,
"status" : "COMPLETED",
"descriptionOrCode" : "...",
"notified" : true,
"referenceCode" : "...",
"referenceDescription" : "...",
"parentEntityType" : { },
"historized" : true,
"code" : "...",
"recurringUnit" : "MONTH",
"actionOnRemainingAmount" : "ADDITIONAL",
"createdAos" : [ { }, { } ],
"remainingAmount" : 12345.0,
"auditableFields" : [ { }, { } ],
"amountToRecover" : 12345.0,
"description" : "...",
"id" : 12345,
"transient" : true,
"parentEntity" : { },
"customerAccount" : { },
"version" : 12345,
"descriptionAndCode" : "...",
"startDate" : 12345,
"codeChanged" : true,
"auditable" : { },
"amountPerInstallment" : 12345.0
},
"pdfFilename" : "...",
"paymentMethodType" : "DIRECTDEBIT",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "REJECTED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "REJECTED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"alreadySent" : true,
"realTimeStatus" : "PENDING_PLAN",
"cpqQuote" : {
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"minInvoiceLines" : [ { }, { } ],
"quoteDate" : 12345,
"billableAccount" : { },
"codeChanged" : true,
"billingRun" : { },
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : { },
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : { },
"seller" : { },
"validity" : { },
"applicantAccount" : { },
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : { },
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : { },
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : { },
"minRatedTransactions" : [ { }, { } ],
"validationDate" : 12345
},
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "OPEN",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "RATE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "BILLED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "RATE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : {
"version" : 12345,
"sellerSequence" : [ { }, { } ],
"cfValues" : { },
"customInvoiceXmlScriptInstance" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"code" : "...",
"uuid" : "...",
"invoiceSequence" : { },
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"emailTemplate" : { },
"referenceDescription" : "...",
"occTemplateNegative" : { },
"excludeFromAgedTrialBalance" : true,
"auditable" : { },
"transient" : true,
"taxScript" : { },
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : { },
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : { },
"invoiceAccountable" : true,
"auditableFields" : [ { }, { } ],
"matchingAuto" : true,
"cfAccumulatedValues" : { },
"useSelfSequence" : true,
"mailingType" : "MANUAL",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "RERATED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "MINIMUM",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "BILLED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "MANUAL",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "BATCH",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "RESILIATED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"reminderLevelTriggered" : true,
"order" : {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "DEFERRED",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "AUTO",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
},
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
}, {
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "ACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "MOVE",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "MINIMUM_ADDED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "NEXT_INVOICE_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "EXCEPTIONAL",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"uuid" : "...",
"linkedInvoices" : [ {
"linkedInvoiceValue" : { },
"id" : 12345,
"invoice" : { },
"type" : "ADJUSTMENT",
"transient" : true,
"amount" : 12345.0
}, {
"linkedInvoiceValue" : { },
"id" : 12345,
"invoice" : { },
"type" : "ADJUSTMENT",
"transient" : true,
"amount" : 12345.0
} ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"xmlFilenameOnly" : "...",
"orders" : [ {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "PENDING",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "AUTO",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
}, {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "PARTIAL",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "AUTO",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "PAID",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : {
"parentEntityType" : { },
"descriptionOrCode" : "...",
"code" : "...",
"completionDate" : 12345,
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"invoices" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"referenceCode" : "...",
"auditable" : { },
"requestedCompletionDate" : 12345,
"fulfillmentStartDate" : 12345,
"validity" : { },
"parentEntity" : { },
"receivedFromApp" : "...",
"quoteDate" : 12345,
"category" : "...",
"referenceDescription" : "...",
"version" : 12345,
"quoteItems" : [ { }, { } ],
"cfAccumulatedValues" : { },
"historized" : true,
"notified" : true,
"externalId" : "...",
"description" : "...",
"status" : "Rejected",
"uuid" : "...",
"codeChanged" : true,
"generatePdf" : true,
"userAccounts" : [ { }, { } ],
"statusMessage" : "...",
"order" : { },
"notificationContact" : "...",
"quoteVersion" : "...",
"transient" : true,
"userAccount" : { },
"routedToUserGroup" : "...",
"virtual" : true
},
"relatedDunningCollectionPlan" : {
"notified" : true,
"stopReason" : { },
"auditableFields" : [ { }, { } ],
"currentDunningLevelSequence" : 12345,
"startDate" : 12345,
"nextActionDate" : 12345,
"version" : 12345,
"pauseReason" : { },
"pausedUntilDate" : 12345,
"historized" : true,
"pauseDuration" : 12345,
"relatedInvoice" : { },
"retryPaymentOnResumeDate" : true,
"collectionPlanNumber" : "...",
"transient" : true,
"id" : 12345,
"balance" : 12345.0,
"lastActionDate" : 12345,
"initialCollectionPlan" : { },
"auditable" : { },
"daysOpen" : 12345,
"status" : { },
"closeDate" : 12345,
"relatedPolicy" : { },
"dunningLevelInstances" : [ { }, { } ],
"lastAction" : "...",
"billingAccount" : { },
"totalDunningLevels" : 12345,
"nextAction" : "..."
},
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "DRAFT",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : {
"cfValues" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"referenceCode" : "...",
"active" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceDescription" : "...",
"parentEntity" : { },
"id" : 12345,
"codeChanged" : true,
"description" : "...",
"appendGeneratedCode" : true,
"countryCode" : "...",
"transient" : true,
"version" : 12345,
"country" : { },
"auditable" : { },
"disabled" : true,
"historized" : true,
"parentEntityType" : { },
"notified" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"descriptionOrCode" : "..."
},
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "MANUAL",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_RT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CLOSED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"tradingLanguage" : {
"auditableFields" : [ { }, { } ],
"notified" : true,
"language" : { },
"disabled" : true,
"id" : 12345,
"transient" : true,
"auditable" : { },
"historized" : true,
"version" : 12345,
"languageCode" : "...",
"prDescription" : "...",
"active" : true
},
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : {
"info3" : "...",
"customerAccount" : { },
"transient" : true,
"tokenId" : "...",
"expired" : true,
"historized" : true,
"info4" : "...",
"token3DsId" : "...",
"action" : "...",
"preferred" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ],
"info5" : "...",
"notified" : true,
"version" : 12345,
"paymentType" : "CHECK",
"cfAccumulatedValues" : { },
"alias" : "...",
"auditable" : { },
"info1" : "...",
"active" : true,
"id" : 12345,
"auditableFields" : [ { }, { } ],
"info2" : "...",
"userId" : "...",
"cfValues" : { },
"disabled" : true,
"referenceDocument" : { }
},
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ {
"auditable" : { },
"descriminatorValue" : "...",
"auditableFields" : [ { }, { } ],
"description" : "...",
"billingRun" : { },
"id" : 12345,
"prDescription" : "...",
"historized" : true,
"amountTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"amount" : 12345.0,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"billingAccount" : { },
"tradingCurrency" : { },
"transient" : true,
"invoice" : { },
"amountWithTax" : 12345.0,
"itemNumber" : 12345,
"tradingCountry" : { }
}, {
"auditable" : { },
"descriminatorValue" : "...",
"auditableFields" : [ { }, { } ],
"description" : "...",
"billingRun" : { },
"id" : 12345,
"prDescription" : "...",
"historized" : true,
"amountTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"amount" : 12345.0,
"notified" : true,
"version" : 12345,
"tradingLanguage" : { },
"billingAccount" : { },
"tradingCurrency" : { },
"transient" : true,
"invoice" : { },
"amountWithTax" : 12345.0,
"itemNumber" : 12345,
"tradingCountry" : { }
} ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
}, {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
} ],
"tradingCurrency" : {
"currencyCode" : "...",
"prDescription" : "...",
"version" : 12345,
"auditableFields" : [ { }, { } ],
"historized" : true,
"prCurrencyToThis" : 12345.0,
"exchangeRates" : [ { }, { } ],
"disabled" : true,
"auditable" : { },
"symbol" : "...",
"currentRateUpdater" : "...",
"currency" : { },
"id" : 12345,
"notified" : true,
"transient" : true,
"decimalPlaces" : 12345,
"active" : true,
"currentRate" : 12345.0,
"currentRateFromDate" : 12345
},
"recordedInvoice" : {
"ddRequestItem" : { },
"recordedInvoiceCatAgregates" : [ { }, { } ],
"cfAccumulatedValues" : { },
"netToPay" : 12345.0,
"parentEntityType" : { },
"parentEntity" : { },
"paymentMethod" : "CHECK",
"collectionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"dunningDocument" : { },
"agedReceivableReportKey" : "...",
"accountingDate" : 12345,
"subscription" : { },
"depositDate" : 12345,
"accountingCode" : { },
"invoiceDate" : 12345,
"bankCollectionDate" : 12345,
"paymentScheduleInstanceItem" : { },
"paymentInfo6" : "...",
"referenceDescription" : "...",
"operationNumber" : 12345,
"paymentInfo3" : "...",
"billingAccountName" : "...",
"accountCodeClientSide" : "...",
"transactionCategory" : "CREDIT",
"taxAmount" : 12345.0,
"bankLot" : "...",
"description" : "...",
"bankReference" : "...",
"rejectedPayment" : { },
"transient" : true,
"matchingStatus" : "I",
"matchingAmounts" : [ { }, { } ],
"reference" : "...",
"invoice" : { },
"paymentInfo1" : "...",
"descriptionOrCode" : "...",
"reason" : "REJECTED",
"paymentHistories" : [ { }, { } ],
"amount" : 12345.0,
"invoices" : [ { }, { } ],
"seller" : { },
"codeChanged" : true,
"cfValues" : { },
"dueDate" : 12345,
"paymentInfo" : "...",
"version" : 12345,
"transactionDate" : 12345,
"amountWithoutTax" : 12345.0,
"matchingAmount" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderNumber" : "...",
"operationAction" : "TO_REFUND",
"paymentInfo5" : "...",
"paymentVentilation" : { },
"notified" : true,
"unMatchingAmount" : 12345.0,
"code" : "...",
"status" : "EXPORTED",
"descriptionAndCode" : "...",
"journal" : { },
"accountingExportFile" : "...",
"accountingSchemeEntries" : [ { }, { } ],
"appendGeneratedCode" : true,
"type" : "...",
"historized" : true,
"paymentDeferralCount" : 12345,
"referenceCode" : "...",
"paymentInfo4" : "...",
"paymentInfo2" : "...",
"auditable" : { },
"id" : 12345,
"uuid" : "...",
"customerAccount" : { },
"productionDate" : 12345,
"paymentAction" : "PENDING_PAYMENT"
},
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : {
"targetedAos" : [ { }, { } ],
"numberOfInstallments" : 12345,
"endDate" : 12345,
"appendGeneratedCode" : true,
"status" : "ACTIVE",
"descriptionOrCode" : "...",
"notified" : true,
"referenceCode" : "...",
"referenceDescription" : "...",
"parentEntityType" : { },
"historized" : true,
"code" : "...",
"recurringUnit" : "DAY",
"actionOnRemainingAmount" : "LAST",
"createdAos" : [ { }, { } ],
"remainingAmount" : 12345.0,
"auditableFields" : [ { }, { } ],
"amountToRecover" : 12345.0,
"description" : "...",
"id" : 12345,
"transient" : true,
"parentEntity" : { },
"customerAccount" : { },
"version" : 12345,
"descriptionAndCode" : "...",
"startDate" : 12345,
"codeChanged" : true,
"auditable" : { },
"amountPerInstallment" : 12345.0
},
"pdfFilename" : "...",
"paymentMethodType" : "CARD",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "RERATED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "REJECTED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"alreadySent" : true,
"realTimeStatus" : "NONE",
"cpqQuote" : {
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"minInvoiceLines" : [ { }, { } ],
"quoteDate" : 12345,
"billableAccount" : { },
"codeChanged" : true,
"billingRun" : { },
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : { },
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : { },
"seller" : { },
"validity" : { },
"applicantAccount" : { },
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : { },
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : { },
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : { },
"minRatedTransactions" : [ { }, { } ],
"validationDate" : 12345
},
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "OPEN",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "TAX",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "OPEN",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "TAX",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : {
"version" : 12345,
"sellerSequence" : [ { }, { } ],
"cfValues" : { },
"customInvoiceXmlScriptInstance" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"code" : "...",
"uuid" : "...",
"invoiceSequence" : { },
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"emailTemplate" : { },
"referenceDescription" : "...",
"occTemplateNegative" : { },
"excludeFromAgedTrialBalance" : true,
"auditable" : { },
"transient" : true,
"taxScript" : { },
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : { },
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : { },
"invoiceAccountable" : true,
"auditableFields" : [ { }, { } ],
"matchingAuto" : true,
"cfAccumulatedValues" : { },
"useSelfSequence" : true,
"mailingType" : "MANUAL",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "CANCELED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "MANUAL",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "BILLED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "CREATED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"reminderLevelTriggered" : true,
"order" : {
"paymentMethod" : { },
"statusMessage" : "...",
"status" : "COMPLETED",
"expectedCompletionDate" : 12345,
"auditable" : { },
"billingCycle" : { },
"priority" : 12345,
"description" : "...",
"shippingAddress" : { },
"invoices" : [ { }, { } ],
"completionDate" : 12345,
"requestedStartDate" : 12345,
"codeChanged" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"userAccounts" : [ { }, { } ],
"startDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"externalId" : "...",
"uuid" : "...",
"orderDate" : 12345,
"emailTemplate" : { },
"version" : 12345,
"referenceDescription" : "...",
"billingRun" : { },
"email" : "...",
"orderItems" : [ { }, { } ],
"deliveryInstructions" : "...",
"parentEntity" : { },
"ccedEmails" : "...",
"parentEntityType" : { },
"cfValues" : { },
"mailingType" : "AUTO",
"quote" : { },
"referenceCode" : "...",
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"descriptionAndCode" : "...",
"notified" : true,
"minInvoiceLines" : [ { }, { } ],
"minRatedTransactions" : [ { }, { } ],
"id" : 12345,
"cfAccumulatedValues" : { },
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"code" : "...",
"dueDateDelayEL" : "...",
"electronicBilling" : true,
"appendGeneratedCode" : true,
"category" : "...",
"requestedCompletionDate" : 12345,
"transient" : true,
"historized" : true,
"receivedFromApp" : "...",
"orderNumber" : "...",
"totalInvoicingAmountWithTax" : 12345.0
},
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
} ],
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"appendGeneratedCode" : true,
"quote" : {
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"referenceCode" : "...",
"minInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "OPEN",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : { },
"ratedTransactions" : [ { }, { } ],
"cfAccumulatedValues" : { },
"prestation" : "...",
"commercialOrder" : { },
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : { },
"serviceTemplate" : { },
"auditable" : { },
"tax" : { },
"serviceInstance" : { },
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : { },
"status" : "RERATED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : { },
"discountAmount" : 12345.0,
"orderOffer" : { },
"discountPlanItem" : { },
"subscription" : { },
"id" : 12345,
"accountingArticle" : { },
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : { },
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : { },
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : { },
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : { },
"offerServiceTemplate" : { },
"product" : { },
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : { },
"validity" : { },
"billingRun" : { },
"rawAmount" : 12345.0,
"offerTemplate" : { },
"valueDate" : 12345,
"notified" : true
} ],
"quoteDate" : 12345,
"billableAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "BATCH",
"jobTitle" : "...",
"checkThreshold" : "BEFORE_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CANCELED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"codeChanged" : true,
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "CANCEL",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "CANCEL",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "VALIDATED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "MANUAL",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "END_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "CYCLE",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : {
"parentCFEntities" : [ { }, { } ],
"lastTransactionDateEL" : "...",
"cfAccumulatedValues" : { },
"parentEntity" : { },
"dueDateDelayEL" : "...",
"invoiceDateDelayEL" : "...",
"lastTransactionDateDelayEL" : "...",
"appendGeneratedCode" : true,
"computeDatesAtValidation" : true,
"historized" : true,
"parentEntityType" : { },
"thresholdPerEntity" : true,
"referenceCode" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"splitPerPaymentMethod" : true,
"uuid" : "...",
"scriptInstance" : { },
"invoiceType" : { },
"notified" : true,
"billingRunValidationScript" : { },
"version" : 12345,
"referenceDescription" : "...",
"invoiceDateProductionDelayEL" : "...",
"invoiceTypeEl" : "...",
"referenceDate" : "TODAY",
"description" : "...",
"auditable" : { },
"cfValues" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"auditableFields" : [ { }, { } ],
"invoicingThreshold" : 12345.0,
"checkThreshold" : "AFTER_DISCOUNT",
"collectionDateDelayEl" : "...",
"type" : "SUBSCRIPTION",
"billingTemplateNameEL" : "...",
"code" : "...",
"codeChanged" : true,
"calendar" : { }
},
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"applicantAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "BEFORE_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "TERMINATED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : { },
"notified" : true,
"parentEntityType" : { },
"status" : "CLOSED",
"parentEntity" : { },
"businessAccountModel" : { },
"terminationDate" : 12345,
"auditable" : { },
"contactInformation" : { },
"subscriptions" : [ { }, { } ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : { },
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : { },
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : { },
"name" : { },
"description" : "...",
"auditableFields" : [ { }, { } ],
"contactInformationNullSafe" : { },
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : { },
"wallet" : { },
"transient" : true,
"accountType" : "...",
"cfValues" : { },
"billingAccount" : { },
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : { },
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : { },
"primaryContact" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : {
"version" : 12345,
"sellerSequence" : [ { }, { } ],
"cfValues" : { },
"customInvoiceXmlScriptInstance" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"code" : "...",
"uuid" : "...",
"invoiceSequence" : { },
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"emailTemplate" : { },
"referenceDescription" : "...",
"occTemplateNegative" : { },
"excludeFromAgedTrialBalance" : true,
"auditable" : { },
"transient" : true,
"taxScript" : { },
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : { },
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : { },
"invoiceAccountable" : true,
"auditableFields" : [ { }, { } ],
"matchingAuto" : true,
"cfAccumulatedValues" : { },
"useSelfSequence" : true,
"mailingType" : "AUTO",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"minRatedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "REJECTED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "REJECTED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"validationDate" : 12345
},
"orderLots" : [ {
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"descriptionOrCode" : "...",
"quoteLot" : {
"auditableFields" : [ { }, { } ],
"historized" : true,
"description" : "...",
"descriptionAndCode" : "...",
"code" : "...",
"duration" : 12345,
"notified" : true,
"version" : 12345,
"id" : 12345,
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"parentEntityType" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"uuid" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"transient" : true,
"codeChanged" : true,
"executionDate" : 12345,
"name" : "...",
"cfValues" : { },
"referenceDescription" : "...",
"cfAccumulatedValues" : { }
},
"historized" : true,
"parentEntityType" : { },
"version" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"transient" : true,
"description" : "...",
"notified" : true,
"referenceCode" : "...",
"name" : "...",
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"uuid" : "...",
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"id" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"codeChanged" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"appendGeneratedCode" : true
}, {
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"descriptionOrCode" : "...",
"quoteLot" : {
"auditableFields" : [ { }, { } ],
"historized" : true,
"description" : "...",
"descriptionAndCode" : "...",
"code" : "...",
"duration" : 12345,
"notified" : true,
"version" : 12345,
"id" : 12345,
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"parentEntityType" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"uuid" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"transient" : true,
"codeChanged" : true,
"executionDate" : 12345,
"name" : "...",
"cfValues" : { },
"referenceDescription" : "...",
"cfAccumulatedValues" : { }
},
"historized" : true,
"parentEntityType" : { },
"version" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"transient" : true,
"description" : "...",
"notified" : true,
"referenceCode" : "...",
"name" : "...",
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"uuid" : "...",
"code" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"id" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"codeChanged" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"appendGeneratedCode" : true
} ],
"orderPrices" : [ {
"amountWithoutTaxWithDiscount" : 12345.0,
"referenceCode" : "...",
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"discountedAmount" : 12345.0,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"chargeTemplate" : {
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"unitMultiplicator" : 12345.0,
"referenceCode" : "...",
"sortIndexEl" : "...",
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"codeChanged" : true,
"inputUnitEL" : "...",
"taxClassEl" : "...",
"ratingScript" : { },
"productCharges" : [ { }, { } ],
"parentEntityType" : { },
"inputUnitDescription" : "...",
"amountEditable" : true,
"roundingValuesComputed" : true,
"description" : "...",
"dropZeroWo" : true,
"transient" : true,
"taxClass" : { },
"unitNbDecimal" : 12345,
"code" : "...",
"chargeMainType" : "USAGE",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"revenueRecognitionRule" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"appendGeneratedCode" : true,
"version" : 12345,
"filterExpression" : "...",
"inputUnitOfMeasure" : { },
"type" : "CREDIT",
"invoiceSubCategory" : { },
"outputUnitEL" : "...",
"roundingMode" : "DOWN",
"parentEntity" : { },
"auditable" : { },
"cfValues" : { },
"active" : true,
"historized" : true,
"chargeType" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"disabled" : true,
"descriptionOrCode" : "...",
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"status" : "ARCHIVED",
"attributes" : [ { }, { } ]
},
"description" : "...",
"unitPriceWithoutTax" : 12345.0,
"priceOverCharged" : true,
"priceTypeEnum" : "RECURRING",
"applyDiscountsOnOverridenPrice" : true,
"descriptionOrCode" : "...",
"recurrenceDuration" : 12345,
"appendGeneratedCode" : true,
"transient" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"priceLevelEnum" : "OFFER",
"sequence" : 12345,
"historized" : true,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"orderArticleLine" : {
"quantity" : 12345.0,
"orderProduct" : { },
"order" : { },
"notified" : true,
"parentEntity" : { },
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"referenceDescription" : "...",
"code" : "...",
"orderCustomerService" : { },
"id" : 12345,
"referenceCode" : "...",
"parentEntityType" : { },
"historized" : true,
"version" : 12345,
"accountingArticle" : { },
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"quantityService" : 12345.0,
"description" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"recurrencePeriodicity" : "...",
"currencyCode" : "...",
"discountedOrderPrice" : { },
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "FIXED",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"discountValue" : 12345.0,
"amountWithTax" : 12345.0,
"orderOffer" : {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ { }, { } ],
"parentEntity" : { },
"subscription" : { },
"offerTemplate" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ { }, { } ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : { },
"quoteOffer" : { },
"historized" : true,
"order" : { },
"auditableFields" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"auditable" : { },
"userAccount" : { },
"appendGeneratedCode" : true,
"orderLineType" : "TERMINATE",
"uuid" : "...",
"terminationReason" : { },
"cfValues" : { },
"id" : 12345,
"code" : "...",
"notified" : true
},
"taxRate" : 12345.0,
"notified" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"version" : 12345,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "QUOTE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "ACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"parentEntityType" : { },
"discountPlanType" : "PERCENTAGE",
"referenceDescription" : "...",
"id" : 12345,
"codeChanged" : true,
"taxAmount" : 12345.0
}, {
"amountWithoutTaxWithDiscount" : 12345.0,
"referenceCode" : "...",
"code" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"discountedAmount" : 12345.0,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"chargeTemplate" : {
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"unitMultiplicator" : 12345.0,
"referenceCode" : "...",
"sortIndexEl" : "...",
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"codeChanged" : true,
"inputUnitEL" : "...",
"taxClassEl" : "...",
"ratingScript" : { },
"productCharges" : [ { }, { } ],
"parentEntityType" : { },
"inputUnitDescription" : "...",
"amountEditable" : true,
"roundingValuesComputed" : true,
"description" : "...",
"dropZeroWo" : true,
"transient" : true,
"taxClass" : { },
"unitNbDecimal" : 12345,
"code" : "...",
"chargeMainType" : "ONESHOT",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"revenueRecognitionRule" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"appendGeneratedCode" : true,
"version" : 12345,
"filterExpression" : "...",
"inputUnitOfMeasure" : { },
"type" : "DEBIT",
"invoiceSubCategory" : { },
"outputUnitEL" : "...",
"roundingMode" : "DOWN",
"parentEntity" : { },
"auditable" : { },
"cfValues" : { },
"active" : true,
"historized" : true,
"chargeType" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"descriptionAndCode" : "...",
"disabled" : true,
"descriptionOrCode" : "...",
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"status" : "ACTIVE",
"attributes" : [ { }, { } ]
},
"description" : "...",
"unitPriceWithoutTax" : 12345.0,
"priceOverCharged" : true,
"priceTypeEnum" : "ONE_SHOT_SUBSCRIPTION",
"applyDiscountsOnOverridenPrice" : true,
"descriptionOrCode" : "...",
"recurrenceDuration" : 12345,
"appendGeneratedCode" : true,
"transient" : true,
"order" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"priceLevelEnum" : "QUOTE",
"sequence" : 12345,
"historized" : true,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"orderArticleLine" : {
"quantity" : 12345.0,
"orderProduct" : { },
"order" : { },
"notified" : true,
"parentEntity" : { },
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditable" : { },
"referenceDescription" : "...",
"code" : "...",
"orderCustomerService" : { },
"id" : 12345,
"referenceCode" : "...",
"parentEntityType" : { },
"historized" : true,
"version" : 12345,
"accountingArticle" : { },
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"quantityService" : 12345.0,
"description" : "...",
"descriptionAndCode" : "...",
"transient" : true
},
"recurrencePeriodicity" : "...",
"currencyCode" : "...",
"discountedOrderPrice" : { },
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "PERCENTAGE",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"discountValue" : 12345.0,
"amountWithTax" : 12345.0,
"orderOffer" : {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ { }, { } ],
"parentEntity" : { },
"subscription" : { },
"offerTemplate" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ { }, { } ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : { },
"quoteOffer" : { },
"historized" : true,
"order" : { },
"auditableFields" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"auditable" : { },
"userAccount" : { },
"appendGeneratedCode" : true,
"orderLineType" : "CREATE",
"uuid" : "...",
"terminationReason" : { },
"cfValues" : { },
"id" : 12345,
"code" : "...",
"notified" : true
},
"taxRate" : 12345.0,
"notified" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"version" : 12345,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "INVOICE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "IN_USE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"parentEntityType" : { },
"discountPlanType" : "FIXED",
"referenceDescription" : "...",
"id" : 12345,
"codeChanged" : true,
"taxAmount" : 12345.0
} ],
"orderInvoiceType" : {
"version" : 12345,
"sellerSequence" : [ {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
}, {
"id" : { },
"prefixEL" : "...",
"transient" : true,
"invoiceType" : { },
"invoiceSequence" : { },
"seller" : { }
} ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"customInvoiceXmlScriptInstance" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"parentEntityType" : { },
"descriptionAndCode" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"code" : "...",
"uuid" : "...",
"invoiceSequence" : {
"sequencePattern" : "...",
"sequenceType" : "UUID",
"currentNumber" : 12345,
"transient" : true,
"version" : 12345,
"description" : "...",
"sequenceSize" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"invoiceTypeSellerSequences" : [ { }, { } ],
"codeChanged" : true,
"previousInvoiceNb" : 12345,
"historized" : true,
"invoiceTypes" : [ { }, { } ],
"genericEntityCodes" : [ { }, { } ],
"parentEntity" : { },
"descriptionOrCode" : "...",
"referenceDescription" : "...",
"auditable" : { },
"parentEntityType" : { },
"descriptionAndCode" : "...",
"code" : "...",
"referenceCode" : "..."
},
"appliesTo" : [ { }, { } ],
"description" : "...",
"descriptionOrCode" : "...",
"referenceCode" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"emailTemplate" : {
"media" : "QUEUE",
"descriptionOrCode" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"subject" : "...",
"tagEndDelimiter" : "...",
"referenceDescription" : "...",
"notified" : true,
"endDate" : 12345,
"historized" : true,
"startDate" : 12345,
"appendGeneratedCode" : true,
"tagStartDelimiter" : "...",
"transient" : true,
"id" : 12345,
"auditable" : { },
"type" : "OTHER",
"auditableFields" : [ { }, { } ],
"codeChanged" : true,
"textContent" : "...",
"version" : 12345,
"descriptionAndCode" : "...",
"description" : "...",
"htmlContent" : "...",
"code" : "..."
},
"referenceDescription" : "...",
"occTemplateNegative" : {
"accountingCode" : { },
"descriptionOrCode" : "...",
"accountCodeClientSide" : "...",
"accountingScheme" : { },
"auditableFields" : [ { }, { } ],
"description" : "...",
"notified" : true,
"contraAccountingCode" : { },
"id" : 12345,
"contraAccountingCode2" : { },
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"manualCreationEnabled" : true,
"parentEntityType" : { },
"code" : "...",
"version" : 12345,
"referenceCode" : "...",
"historized" : true,
"descriptionAndCode" : "...",
"auditable" : { },
"journal" : { },
"transient" : true,
"parentEntity" : { },
"occCategory" : "DEBIT"
},
"excludeFromAgedTrialBalance" : true,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"transient" : true,
"taxScript" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"historized" : true,
"occTemplateCodeEl" : "...",
"prefixEL" : "...",
"notified" : true,
"pdfFilenameEL" : "...",
"occTemplate" : {
"accountingCode" : { },
"descriptionOrCode" : "...",
"accountCodeClientSide" : "...",
"accountingScheme" : { },
"auditableFields" : [ { }, { } ],
"description" : "...",
"notified" : true,
"contraAccountingCode" : { },
"id" : 12345,
"contraAccountingCode2" : { },
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"manualCreationEnabled" : true,
"parentEntityType" : { },
"code" : "...",
"version" : 12345,
"referenceCode" : "...",
"historized" : true,
"descriptionAndCode" : "...",
"auditable" : { },
"journal" : { },
"transient" : true,
"parentEntity" : { },
"occCategory" : "DEBIT"
},
"occTemplateNegativeCodeEl" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"xmlFilenameEL" : "...",
"invoiceValidationScript" : {
"parentEntity" : { },
"historized" : true,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"parentEntityType" : { },
"sourceTypeEnum" : "JAVA_CLASS",
"code" : "...",
"description" : "...",
"error" : true,
"script" : "...",
"referenceCode" : "...",
"id" : 12345,
"sourcingRoles" : [ "...", "..." ],
"notified" : true,
"version" : 12345,
"executionRoles" : [ "...", "..." ],
"reuse" : true,
"transient" : true,
"scriptErrors" : [ { }, { } ],
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"scriptInstanceCategory" : { },
"disabled" : true,
"active" : true
},
"invoiceAccountable" : true,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"matchingAuto" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"useSelfSequence" : true,
"mailingType" : "MANUAL",
"billingTemplateNameEL" : "...",
"codeChanged" : true
},
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ {
"taxRecalculated" : true,
"orderLot" : {
"auditable" : { },
"descriptionOrCode" : "...",
"quoteLot" : { },
"historized" : true,
"parentEntityType" : { },
"version" : 12345,
"cfAccumulatedValues" : { },
"transient" : true,
"description" : "...",
"notified" : true,
"referenceCode" : "...",
"name" : "...",
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"uuid" : "...",
"code" : "...",
"parentCFEntities" : [ { }, { } ],
"id" : 12345,
"cfValues" : { },
"codeChanged" : true,
"order" : { },
"appendGeneratedCode" : true
},
"ratedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "CANCELED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "FIXED",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "PROCESSED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "MANUAL",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"prestation" : "...",
"commercialOrder" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : {
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"minInvoiceLines" : [ { }, { } ],
"quoteDate" : 12345,
"billableAccount" : { },
"codeChanged" : true,
"billingRun" : { },
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : { },
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : { },
"seller" : { },
"validity" : { },
"applicantAccount" : { },
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : { },
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : { },
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : { },
"minRatedTransactions" : [ { }, { } ],
"validationDate" : 12345
},
"serviceTemplate" : {
"descriptionOrCode" : "...",
"referenceCode" : "...",
"historized" : true,
"minimumChargeTemplate" : { },
"descriptionOverride" : "...",
"autoEndOfEngagement" : true,
"parentEntityType" : { },
"transient" : true,
"serviceTerminationCharges" : [ { }, { } ],
"serviceRecurringCharges" : [ { }, { } ],
"businessServiceModel" : { },
"minimumLabelEl" : "...",
"instantiatedFromBSM" : true,
"active" : true,
"selected" : true,
"attributes" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"minimumAmountEl" : "...",
"notified" : true,
"invoicingCalendar" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfValues" : { },
"uuid" : "...",
"minimumInvoiceSubCategory" : { },
"disabled" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"longDescription" : "...",
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"parentEntity" : { },
"id" : 12345,
"auditable" : { },
"serviceUsageCharges" : [ { }, { } ],
"serviceSubscriptionCharges" : [ { }, { } ],
"version" : 12345,
"description" : "...",
"referenceDescription" : "...",
"imagePath" : "...",
"serviceRenewal" : { },
"tags" : [ { }, { } ]
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"tax" : {
"version" : 12345,
"accountingCode" : { },
"parentEntityType" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"code" : "...",
"percent" : 12345.0,
"transient" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"cfValues" : { },
"subTaxes" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"historized" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"mainTaxes" : [ { }, { } ],
"codeChanged" : true,
"referenceDescription" : "...",
"auditable" : { },
"idOrCode" : "...",
"uuid" : "...",
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"referenceCode" : "...",
"composite" : true,
"description" : "...",
"parentEntity" : { }
},
"serviceInstance" : {
"serviceCharge" : { },
"psInstances" : [ { }, { } ],
"invoicingCalendar" : { },
"priceVersionDate" : 12345,
"terminationDate" : 12345,
"notifyOfRenewalDate" : 12345,
"orderNumber" : "...",
"cfAccumulatedValues" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"previousQuantity" : 12345.0,
"orderItemId" : 12345,
"id" : 12345,
"minimumLabelEl" : "...",
"subscription" : { },
"description" : "...",
"historized" : true,
"quantity" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"codeChanged" : true,
"parentCFEntities" : [ { }, { } ],
"status" : "TERMINATED",
"minimumAmountEl" : "...",
"parentEntity" : { },
"serviceRenewal" : { },
"subscriptionDate" : 12345,
"parentEntityType" : { },
"statusDate" : 12345,
"seller" : { },
"initialServiceRenewal" : "...",
"productVersion" : { },
"referenceDescription" : "...",
"fireRenewalNotice" : true,
"descriptionOrCode" : "...",
"terminationChargeInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"uuid" : "...",
"endAgreementDate" : 12345,
"activationDate" : 12345,
"subscriptionExpired" : true,
"renewed" : true,
"quantityChanged" : true,
"orderItemAction" : "DELETE",
"cfValues" : { },
"minimumInvoiceSubCategory" : { },
"chargeInstances" : [ { }, { } ],
"subscribedTillDate" : 12345,
"deliveryDate" : 12345,
"priceVersionDateSetting" : "DELIVERY",
"minimumArticle" : { },
"minimumChargeTemplate" : { },
"calendarPS" : { },
"allDiscountPlanInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"version" : 12345,
"auditableFields" : [ { }, { } ],
"usageChargeInstances" : [ { }, { } ],
"rateUntilDate" : 12345,
"autoEndOfEngagement" : true,
"recurringChargeInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"quoteProduct" : { },
"reactivationDate" : 12345,
"ratedTransactions" : [ { }, { } ],
"descriptionAndStatus" : "...",
"appendGeneratedCode" : true,
"paymentDayInMonthPS" : 12345,
"transient" : true,
"orderHistories" : [ { }, { } ],
"attributeInstances" : [ { }, { } ],
"notified" : true,
"code" : "...",
"amountPS" : 12345.0,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"serviceTemplate" : { }
},
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : {
"status" : "PUBLISHED",
"version" : 12345,
"tags" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"longDescription" : "...",
"auditable" : { },
"groupedAttributes" : [ { }, { } ],
"currentVersion" : 12345,
"statusDate" : 12345,
"notified" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"shortDescription" : "...",
"attributes" : [ { }, { } ],
"product" : { },
"validity" : { }
},
"status" : "OPEN",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "ARTICLE",
"convertedRawAmount" : 12345.0,
"invoice" : {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "NONE",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "REJECTED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CARD",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PPAID",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
},
"discountAmount" : 12345.0,
"orderOffer" : {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ { }, { } ],
"parentEntity" : { },
"subscription" : { },
"offerTemplate" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ { }, { } ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : { },
"quoteOffer" : { },
"historized" : true,
"order" : { },
"auditableFields" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"auditable" : { },
"userAccount" : { },
"appendGeneratedCode" : true,
"orderLineType" : "TERMINATE",
"uuid" : "...",
"terminationReason" : { },
"cfValues" : { },
"id" : 12345,
"code" : "...",
"notified" : true
},
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "FIXED",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "ACTIVE",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"id" : 12345,
"accountingArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"transient" : true,
"discountPlanType" : "PERCENTAGE",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "TERMINATE"
},
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_IL",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CANCELED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "QUOTE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "IN_USE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
},
"offerServiceTemplate" : {
"offerTemplate" : { },
"serviceTemplate" : { },
"mandatory" : true,
"validity" : { },
"transient" : true,
"id" : 12345,
"incompatibleServices" : [ { }, { } ]
},
"product" : {
"version" : 12345,
"model" : "...",
"currentVersion" : { },
"productCharges" : [ { }, { } ],
"status" : "DRAFT",
"historized" : true,
"medias" : [ { }, { } ],
"serviceUsageCharges" : [ { }, { } ],
"active" : true,
"notified" : true,
"disabled" : true,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"brand" : { },
"referenceCode" : "...",
"pricePlanMatrixColumns" : [ { }, { } ],
"modelChildren" : [ "...", "..." ],
"offerComponents" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"statusDate" : 12345,
"referenceDescription" : "...",
"codeChanged" : true,
"descriptionOrCode" : "...",
"uuid" : "...",
"cfAccumulatedValues" : { },
"productLine" : { },
"serviceTerminationCharges" : [ { }, { } ],
"descriptionAndCode" : "...",
"priceVersionDateSetting" : "DELIVERY",
"productModel" : { },
"commercialRuleLines" : [ { }, { } ],
"isModel" : true,
"commercialRuleHeader" : [ { }, { } ],
"auditable" : { },
"cfValues" : { },
"description" : "...",
"id" : 12345,
"code" : "...",
"discountList" : [ { }, { } ],
"serviceRecurringCharges" : [ { }, { } ],
"packageFlag" : true,
"discountFlag" : true,
"productVersions" : [ { }, { } ],
"reference" : "...",
"serviceSubscriptionCharges" : [ { }, { } ],
"appendGeneratedCode" : true,
"articleMappingLines" : [ { }, { } ]
},
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "CANCEL",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "TAX_COMPUTED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "MANUAL",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "END_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "CYCLE",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"rawAmount" : 12345.0,
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "IN_STUDY",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"valueDate" : 12345,
"notified" : true
}, {
"taxRecalculated" : true,
"orderLot" : {
"auditable" : { },
"descriptionOrCode" : "...",
"quoteLot" : { },
"historized" : true,
"parentEntityType" : { },
"version" : 12345,
"cfAccumulatedValues" : { },
"transient" : true,
"description" : "...",
"notified" : true,
"referenceCode" : "...",
"name" : "...",
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"uuid" : "...",
"code" : "...",
"parentCFEntities" : [ { }, { } ],
"id" : 12345,
"cfValues" : { },
"codeChanged" : true,
"order" : { },
"appendGeneratedCode" : true
},
"ratedTransactions" : [ {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "RERATED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "REGULAR",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
}, {
"parameter2" : "...",
"discountPlanType" : "PERCENTAGE",
"invoiceAgregateF" : { },
"billingAccount" : { },
"discountPlanItem" : { },
"unityDescription" : "...",
"sequence" : 12345,
"tax" : { },
"walletId" : 12345,
"status" : "PROCESSED",
"amountWithoutTax" : 12345.0,
"edr" : { },
"endDate" : 12345,
"transient" : true,
"offerTemplate" : { },
"taxPercent" : 12345.0,
"version" : 12345,
"invoice" : { },
"wallet" : { },
"unitAmountWithTax" : 12345.0,
"prepaid" : true,
"rejectReason" : "...",
"billingAccountId" : 12345,
"ratingUnitDescription" : "...",
"doNotTriggerInvoicing" : true,
"rawAmountWithoutTax" : 12345.0,
"taxClass" : { },
"quantity" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"userAccount" : { },
"parameter3" : "...",
"adjustedRatedTx" : { },
"startDate" : 12345,
"cfAccumulatedValues" : { },
"infoOrder" : { },
"serviceInstance" : { },
"updated" : 12345,
"rulesContract" : { },
"discountValue" : 12345.0,
"userAccountId" : 12345,
"priceplan" : { },
"inputUnitOfMeasure" : { },
"type" : "AGGREGATED",
"taxOverriden" : true,
"parameterExtra" : "...",
"accountingArticle" : { },
"invoicingDate" : 12345,
"usageDate" : 12345,
"taxId" : 12345,
"ratingUnitOfMeasure" : { },
"uuid" : "...",
"description" : "...",
"invoiceSubCategoryId" : 12345,
"subscription" : { },
"chargeInstance" : { },
"seller" : { },
"parameter1" : "...",
"invoiceSubCategory" : { },
"subscriptionId" : 12345,
"unitAmountWithoutTax" : 12345.0,
"billingRun" : { },
"accountingCode" : { },
"taxRecalculated" : true,
"id" : 12345,
"rawAmountWithTax" : 12345.0,
"invoiceLine" : { },
"inputQuantity" : 12345.0,
"taxClassId" : 12345,
"unitAmountTax" : 12345.0,
"amountTax" : 12345.0,
"cfValues" : { },
"sellerId" : 12345,
"sortIndex" : 12345,
"discountPlan" : { },
"code" : "...",
"orderInfo" : { },
"originBillingAccount" : { },
"amountWithTax" : 12345.0,
"discountedRatedTransaction" : 12345,
"orderNumber" : "..."
} ],
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"prestation" : "...",
"commercialOrder" : {
"quoteVersion" : { },
"notified" : true,
"descriptionAndCode" : "...",
"totalInvoicingAmountTax" : 12345.0,
"uuid" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"minRatedTransactions" : [ { }, { } ],
"code" : "...",
"seller" : { },
"referenceDescription" : "...",
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"externalReference" : "...",
"status" : "...",
"description" : "...",
"descriptionOrCode" : "...",
"contract" : { },
"deliveryDate" : 12345,
"statusDate" : 12345,
"transient" : true,
"orderParent" : { },
"customerServiceDuration" : 12345,
"customerServiceBegin" : 12345,
"orderNumber" : "...",
"label" : "...",
"billingAccount" : { },
"offers" : [ { }, { } ],
"id" : 12345,
"salesPersonName" : "...",
"parentEntityType" : { },
"orderType" : { },
"orderProgress" : 12345,
"oneShotTotalAmount" : 12345.0,
"parentEntity" : { },
"billingRun" : { },
"billingCycle" : { },
"cfAccumulatedValues" : { },
"version" : 12345,
"invoicingPlan" : { },
"cfValues" : { },
"codeChanged" : true,
"orderProgressTmp" : 12345,
"auditable" : { },
"invoices" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"quote" : { },
"orderLots" : [ { }, { } ],
"orderPrices" : [ { }, { } ],
"orderInvoiceType" : { },
"orderDate" : 12345,
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"minInvoiceLines" : [ { }, { } ],
"discountPlan" : { },
"referenceCode" : "...",
"userAccount" : { },
"progressDate" : 12345,
"access" : { }
},
"taxOverridden" : true,
"accessPoint" : "...",
"quote" : {
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"minInvoiceLines" : [ { }, { } ],
"quoteDate" : 12345,
"billableAccount" : { },
"codeChanged" : true,
"billingRun" : { },
"totalInvoicingAmountWithTax" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"deliveryDate" : 12345,
"billingCycle" : { },
"historized" : true,
"statusDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"parentEntityType" : { },
"transient" : true,
"auditable" : { },
"seller" : { },
"validity" : { },
"applicantAccount" : { },
"description" : "...",
"opportunityRef" : "...",
"code" : "...",
"quoteNumber" : "...",
"contactName" : "...",
"notified" : true,
"salesPersonName" : "...",
"referenceDescription" : "...",
"previousStatus" : "...",
"appendGeneratedCode" : true,
"userAccount" : { },
"customerRef" : "...",
"id" : 12345,
"registerNumber" : "...",
"descriptionOrCode" : "...",
"version" : 12345,
"customerName" : "...",
"orderInvoiceType" : { },
"descriptionAndCode" : "...",
"sendDate" : 12345,
"quoteLotDuration" : 12345,
"status" : "...",
"parentEntity" : { },
"minRatedTransactions" : [ { }, { } ],
"validationDate" : 12345
},
"serviceTemplate" : {
"descriptionOrCode" : "...",
"referenceCode" : "...",
"historized" : true,
"minimumChargeTemplate" : { },
"descriptionOverride" : "...",
"autoEndOfEngagement" : true,
"parentEntityType" : { },
"transient" : true,
"serviceTerminationCharges" : [ { }, { } ],
"serviceRecurringCharges" : [ { }, { } ],
"businessServiceModel" : { },
"minimumLabelEl" : "...",
"instantiatedFromBSM" : true,
"active" : true,
"selected" : true,
"attributes" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"minimumAmountEl" : "...",
"notified" : true,
"invoicingCalendar" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"cfValues" : { },
"uuid" : "...",
"minimumInvoiceSubCategory" : { },
"disabled" : true,
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"longDescription" : "...",
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"parentEntity" : { },
"id" : 12345,
"auditable" : { },
"serviceUsageCharges" : [ { }, { } ],
"serviceSubscriptionCharges" : [ { }, { } ],
"version" : 12345,
"description" : "...",
"referenceDescription" : "...",
"imagePath" : "...",
"serviceRenewal" : { },
"tags" : [ { }, { } ]
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"tax" : {
"version" : 12345,
"accountingCode" : { },
"parentEntityType" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"code" : "...",
"percent" : 12345.0,
"transient" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"cfValues" : { },
"subTaxes" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"historized" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"mainTaxes" : [ { }, { } ],
"codeChanged" : true,
"referenceDescription" : "...",
"auditable" : { },
"idOrCode" : "...",
"uuid" : "...",
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"descriptionAndCode" : "...",
"referenceCode" : "...",
"composite" : true,
"description" : "...",
"parentEntity" : { }
},
"serviceInstance" : {
"serviceCharge" : { },
"psInstances" : [ { }, { } ],
"invoicingCalendar" : { },
"priceVersionDate" : 12345,
"terminationDate" : 12345,
"notifyOfRenewalDate" : 12345,
"orderNumber" : "...",
"cfAccumulatedValues" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"previousQuantity" : 12345.0,
"orderItemId" : 12345,
"id" : 12345,
"minimumLabelEl" : "...",
"subscription" : { },
"description" : "...",
"historized" : true,
"quantity" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"codeChanged" : true,
"parentCFEntities" : [ { }, { } ],
"status" : "CANCELED",
"minimumAmountEl" : "...",
"parentEntity" : { },
"serviceRenewal" : { },
"subscriptionDate" : 12345,
"parentEntityType" : { },
"statusDate" : 12345,
"seller" : { },
"initialServiceRenewal" : "...",
"productVersion" : { },
"referenceDescription" : "...",
"fireRenewalNotice" : true,
"descriptionOrCode" : "...",
"terminationChargeInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"uuid" : "...",
"endAgreementDate" : 12345,
"activationDate" : 12345,
"subscriptionExpired" : true,
"renewed" : true,
"quantityChanged" : true,
"orderItemAction" : "MODIFY",
"cfValues" : { },
"minimumInvoiceSubCategory" : { },
"chargeInstances" : [ { }, { } ],
"subscribedTillDate" : 12345,
"deliveryDate" : 12345,
"priceVersionDateSetting" : "EVENT",
"minimumArticle" : { },
"minimumChargeTemplate" : { },
"calendarPS" : { },
"allDiscountPlanInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"version" : 12345,
"auditableFields" : [ { }, { } ],
"usageChargeInstances" : [ { }, { } ],
"rateUntilDate" : 12345,
"autoEndOfEngagement" : true,
"recurringChargeInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"quoteProduct" : { },
"reactivationDate" : 12345,
"ratedTransactions" : [ { }, { } ],
"descriptionAndStatus" : "...",
"appendGeneratedCode" : true,
"paymentDayInMonthPS" : 12345,
"transient" : true,
"orderHistories" : [ { }, { } ],
"attributeInstances" : [ { }, { } ],
"notified" : true,
"code" : "...",
"amountPS" : 12345.0,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"serviceTemplate" : { }
},
"amountTax" : 12345.0,
"orderNumber" : "...",
"productVersion" : {
"status" : "PUBLISHED",
"version" : 12345,
"tags" : [ { }, { } ],
"transient" : true,
"id" : 12345,
"longDescription" : "...",
"auditable" : { },
"groupedAttributes" : [ { }, { } ],
"currentVersion" : 12345,
"statusDate" : 12345,
"notified" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"shortDescription" : "...",
"attributes" : [ { }, { } ],
"product" : { },
"validity" : { }
},
"status" : "REJECTED",
"discountedInvoiceLine" : { },
"quantity" : 12345.0,
"discountValue" : 12345.0,
"taxMode" : "RATE",
"convertedRawAmount" : 12345.0,
"invoice" : {
"discountPlan" : { },
"billingRun" : { },
"uuid" : "...",
"linkedInvoices" : [ { }, { } ],
"appliedRate" : 12345.0,
"adjustedInvoice" : { },
"cfAccumulatedValues" : { },
"seller" : { },
"xmlFilenameOnly" : "...",
"orders" : [ { }, { } ],
"cfValues" : { },
"code" : "...",
"hasTaxes" : true,
"iban" : "...",
"amountTax" : 12345.0,
"dontSend" : true,
"alias" : "...",
"dueDate" : 12345,
"useCurrentRate" : true,
"pdfFilenameOnly" : "...",
"paymentStatus" : "NONE",
"emailSentDate" : 12345,
"alreadyAddedDiscount" : true,
"quote" : { },
"relatedDunningCollectionPlan" : { },
"rejectReason" : "...",
"hasDiscounts" : true,
"version" : 12345,
"description" : "...",
"lastAppliedRate" : 12345.0,
"historized" : true,
"previousInvoiceNumber" : "...",
"notified" : true,
"amount" : 12345.0,
"invoiceBalance" : 12345.0,
"id" : 12345,
"status" : "VALIDATED",
"temporaryInvoiceNumber" : "...",
"tradingCountry" : { },
"externalRef" : "...",
"detailedInvoice" : true,
"commercialOrder" : { },
"discount" : 12345.0,
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
"comment" : "...",
"alreadyAppliedMinimum" : true,
"billingAccount" : { },
"auditableFields" : [ { }, { } ],
"tradingLanguage" : { },
"dueBalance" : 12345.0,
"invoiceNumberOrTemporaryNumber" : "...",
"rawAmount" : 12345.0,
"paymentMethod" : { },
"paymentStatusDate" : 12345,
"startDate" : 12345,
"invoiceAgregates" : [ { }, { } ],
"prepaid" : true,
"dunningCollectionPlanTriggered" : true,
"discountAgregates" : [ { }, { } ],
"tradingCurrency" : { },
"recordedInvoice" : { },
"productDate" : 12345,
"convertedAmountTax" : 12345.0,
"xmlFilename" : "...",
"paymentPlan" : { },
"pdfFilename" : "...",
"paymentMethodType" : "CHECK",
"amountWithoutTax" : 12345.0,
"amountWithoutTaxBeforeDiscount" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"lastAppliedRateDate" : 12345,
"convertedRawAmount" : 12345.0,
"discountRate" : 12345.0,
"invoiceLines" : [ { }, { } ],
"alreadySent" : true,
"realTimeStatus" : "PENDING_PLAN",
"cpqQuote" : { },
"initialCollectionDate" : 12345,
"endDate" : 12345,
"draftInvoiceLines" : [ { }, { } ],
"invoiceDate" : 12345,
"discountAmount" : 12345.0,
"draft" : true,
"xmlDate" : 12345,
"convertedAmountWithoutTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"parentCFEntities" : [ { }, { } ],
"convertedNetToPay" : 12345.0,
"invoiceNumber" : "...",
"statusDate" : 12345,
"hasMinimum" : true,
"invoiceType" : { },
"invoiceAdjustmentCurrentProviderNb" : 12345,
"auditable" : { },
"convertedDiscountAmount" : 12345.0,
"amountWithTax" : 12345.0,
"draftRatedTransactions" : [ { }, { } ],
"subscription" : { },
"reminderLevelTriggered" : true,
"order" : { },
"transient" : true,
"openOrderNumber" : "...",
"newInvoicingProcess" : true,
"netToPay" : 12345.0,
"pdfDate" : 12345
},
"discountAmount" : 12345.0,
"orderOffer" : {
"deliveryDate" : 12345,
"referenceCode" : "...",
"products" : [ { }, { } ],
"parentEntity" : { },
"subscription" : { },
"offerTemplate" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"description" : "...",
"version" : 12345,
"terminationDate" : 12345,
"orderAttributes" : [ { }, { } ],
"parentEntityType" : { },
"codeChanged" : true,
"descriptionOrCode" : "...",
"discountPlan" : { },
"quoteOffer" : { },
"historized" : true,
"order" : { },
"auditableFields" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"auditable" : { },
"userAccount" : { },
"appendGeneratedCode" : true,
"orderLineType" : "TERMINATE",
"uuid" : "...",
"terminationReason" : { },
"cfValues" : { },
"id" : 12345,
"code" : "...",
"notified" : true
},
"discountPlanItem" : {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "FIXED",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
},
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "MANUAL",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "SUSPENDED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"id" : 12345,
"accountingArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"unitPrice" : 12345.0,
"version" : 12345,
"taxRate" : 12345.0,
"openOrderNumber" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"transient" : true,
"discountPlanType" : "FIXED",
"amountWithoutTax" : 12345.0,
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "STATUS",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"orderRef" : "...",
"label" : "...",
"historized" : true,
"quoteOffer" : {
"billableAccount" : { },
"parentEntityType" : { },
"offerTemplate" : { },
"subscription" : { },
"deliveryDate" : 12345,
"quoteLot" : { },
"userAccount" : { },
"version" : 12345,
"parentEntity" : { },
"serialversionuid" : 12345,
"contractCode" : "...",
"quotePrices" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"quoteProduct" : [ { }, { } ],
"referenceDescription" : "...",
"appendGeneratedCode" : true,
"sequence" : 12345,
"historized" : true,
"notified" : true,
"position" : 12345,
"uuid" : "...",
"description" : "...",
"transient" : true,
"code" : "...",
"discountPlan" : { },
"quoteVersion" : { },
"quoteAttributes" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"auditable" : { },
"cfAccumulatedValues" : { },
"descriptionOrCode" : "...",
"cfValues" : { },
"id" : 12345,
"quoteLineType" : "TERMINATE"
},
"convertedAmountWithoutTax" : 12345.0,
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "AUTO",
"jobTitle" : "...",
"checkThreshold" : "BEFORE_DISCOUNT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CLOSED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"amountWithTax" : 12345.0,
"sequence" : 12345,
"convertedDiscountAmount" : 12345.0,
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ { }, { } ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ { }, { } ],
"discountPlanType" : "PRODUCT",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"valid" : true,
"cfAccumulatedValues" : { },
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"transient" : true,
"descriptionAndCode" : "...",
"status" : "ACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "MONTH",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : { },
"auditableFields" : [ { }, { } ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : { },
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"uuid" : "...",
"discountRate" : 12345.0,
"invoiceAggregateF" : {
"billingAccount" : { },
"historized" : true,
"amount" : 12345.0,
"descriminatorValue" : "...",
"oldAmountWithTax" : 12345.0,
"auditable" : { },
"categoryInvoiceAgregate" : { },
"amountWithoutTax" : 12345.0,
"amountTax" : 12345.0,
"tradingCurrency" : { },
"oldAmountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"version" : 12345,
"discountPlanCode" : "...",
"userAccount" : { },
"notified" : true,
"description" : "...",
"billingRun" : { },
"amountsByTax" : {
"property1" : { },
"property2" : { }
},
"discountPercent" : 12345.0,
"invoiceLinesToAssociate" : [ { }, { } ],
"id" : 12345,
"itemNumber" : 12345,
"wallet" : { },
"tradingLanguage" : { },
"tradingCountry" : { },
"discountPlanItem" : { },
"prDescription" : "...",
"discountPlanItemCode" : "...",
"accountingCode" : { },
"invoiceSubCategory" : { },
"transient" : true,
"discountAggregate" : true,
"invoiceablesToAssociate" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"amountByTaxAsList" : [ { }, { } ],
"invoice" : { }
},
"offerServiceTemplate" : {
"offerTemplate" : { },
"serviceTemplate" : { },
"mandatory" : true,
"validity" : { },
"transient" : true,
"id" : 12345,
"incompatibleServices" : [ { }, { } ]
},
"product" : {
"version" : 12345,
"model" : "...",
"currentVersion" : { },
"productCharges" : [ { }, { } ],
"status" : "ACTIVE",
"historized" : true,
"medias" : [ { }, { } ],
"serviceUsageCharges" : [ { }, { } ],
"active" : true,
"notified" : true,
"disabled" : true,
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"brand" : { },
"referenceCode" : "...",
"pricePlanMatrixColumns" : [ { }, { } ],
"modelChildren" : [ "...", "..." ],
"offerComponents" : [ { }, { } ],
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"statusDate" : 12345,
"referenceDescription" : "...",
"codeChanged" : true,
"descriptionOrCode" : "...",
"uuid" : "...",
"cfAccumulatedValues" : { },
"productLine" : { },
"serviceTerminationCharges" : [ { }, { } ],
"descriptionAndCode" : "...",
"priceVersionDateSetting" : "DELIVERY",
"productModel" : { },
"commercialRuleLines" : [ { }, { } ],
"isModel" : true,
"commercialRuleHeader" : [ { }, { } ],
"auditable" : { },
"cfValues" : { },
"description" : "...",
"id" : 12345,
"code" : "...",
"discountList" : [ { }, { } ],
"serviceRecurringCharges" : [ { }, { } ],
"packageFlag" : true,
"discountFlag" : true,
"productVersions" : [ { }, { } ],
"reference" : "...",
"serviceSubscriptionCharges" : [ { }, { } ],
"appendGeneratedCode" : true,
"articleMappingLines" : [ { }, { } ]
},
"convertedUnitPrice" : 12345.0,
"convertedAmountWithTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"billingRun" : {
"billingCycle" : { },
"rejectAutoAction" : "MOVE",
"preInvoicingReports" : { },
"lastTransactionDate" : 12345,
"notified" : true,
"minimumApplied" : true,
"billingRunLists" : [ { }, { } ],
"version" : 12345,
"statusDate" : 12345,
"filters" : {
"property1" : "...",
"property2" : "..."
},
"selectedBillingAccounts" : "...",
"suspectAutoAction" : "MOVE",
"endDate" : 12345,
"computeDatesAtValidation" : true,
"invoiceDate" : 12345,
"collectionDate" : 12345,
"exceptionalRTIds" : [ 12345, 12345 ],
"postInvoicingReports" : { },
"referenceDescription" : "...",
"status" : "CANCELED",
"invoiceNumber" : 12345,
"id" : 12345,
"originBillingRun" : { },
"country" : { },
"prAmountWithTax" : 12345.0,
"currency" : { },
"billableBillingAcountNumber" : 12345,
"processDate" : 12345,
"nextBillingRun" : { },
"rejectedBillingAccounts" : [ { }, { } ],
"startDate" : 12345,
"invoiceType" : { },
"rejectionReason" : "...",
"discountApplied" : true,
"producibleAmountWithoutTax" : 12345.0,
"producibleInvoiceNumber" : 12345,
"transient" : true,
"uuid" : "...",
"producibleAmountTax" : 12345.0,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"processType" : "AUTOMATIC",
"exceptionalBR" : true,
"exceptionalILIds" : [ 12345, 12345 ],
"prAmountTax" : 12345.0,
"isQuarantine" : true,
"billableBillingAccounts" : [ { }, { } ],
"cfValues" : { },
"invoices" : [ { }, { } ],
"prAmountWithoutTax" : 12345.0,
"producibleAmountWithTax" : 12345.0,
"thresholdChecked" : true,
"skipValidationScript" : true,
"language" : { },
"referenceDate" : "LAST_TRANSACTION_DATE",
"generateAO" : true,
"parentCFEntities" : [ { }, { } ],
"auditable" : { },
"jobExecutions" : [ { }, { } ],
"runType" : "EXCEPTIONAL",
"xmlJobExecutionResultId" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"pdfJobExecutionResultId" : 12345,
"billingAccountNumber" : 12345,
"referenceCode" : "..."
},
"rawAmount" : 12345.0,
"offerTemplate" : {
"globalRatingScriptInstance" : { },
"auditableFields" : [ { }, { } ],
"attachments" : [ { }, { } ],
"autoEndOfEngagement" : true,
"active" : true,
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ],
"offerModel" : { },
"parentEntity" : { },
"historized" : true,
"cfAccumulatedValues" : { },
"businessAccountModels" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"transient" : true,
"isModel" : true,
"cfValues" : { },
"descriptionOrCode" : "...",
"description" : "...",
"channels" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"imagePath" : "...",
"commercialRules" : [ { }, { } ],
"notified" : true,
"code" : "...",
"nameOrCode" : "...",
"statusDate" : 12345,
"version" : 12345,
"tags" : [ { }, { } ],
"offerServiceTemplates" : [ { }, { } ],
"id" : 12345,
"parentEntityType" : { },
"codeChanged" : true,
"auditable" : { },
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerComponents" : [ { }, { } ],
"sellers" : [ { }, { } ],
"allowedDiscountPlans" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"minimumAmountEl" : "...",
"transientCode" : "...",
"prefix" : "...",
"generateQuoteEdrPerProduct" : true,
"minimumArticle" : { },
"validity" : { },
"longDescription" : "...",
"productTemplates" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"offerProductTemplates" : [ { }, { } ],
"subscriptionRenewal" : { },
"medias" : [ { }, { } ],
"minimumLabelEl" : "...",
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"lifeCycleStatus" : "REJECTED",
"referenceCode" : "...",
"disabled" : true,
"name" : "...",
"minimumChargeTemplate" : { },
"uuid" : "...",
"customerCategories" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessOfferModel" : { }
},
"valueDate" : 12345,
"notified" : true
} ],
"discountPlan" : {
"parentEntityType" : { },
"active" : true,
"discountPlanItems" : [ {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "PERCENTAGE",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
}, {
"lastDiscount" : true,
"historized" : true,
"expressionEl" : "...",
"applyByArticle" : true,
"discountValue" : 12345.0,
"allowToNegate" : true,
"auditable" : { },
"discountPlan" : { },
"priority" : 12345,
"pricePlanMatrix" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"cfValues" : { },
"accountingArticle" : { },
"discountValueEL" : "...",
"cfAccumulatedValues" : { },
"description" : "...",
"discountPlanItemType" : "PERCENTAGE",
"finalSequence" : 12345,
"transient" : true,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"version" : 12345,
"sequence" : 12345,
"id" : 12345,
"disabled" : true,
"targetAccountingArticle" : [ { }, { } ],
"active" : true,
"notified" : true
} ],
"defaultDuration" : 12345,
"disabled" : true,
"discountPlanaApplicableEntities" : [ {
"code" : "...",
"entityClass" : "..."
}, {
"code" : "...",
"entityClass" : "..."
} ],
"discountPlanType" : "PROMO_CODE",
"initialQuantity" : 12345,
"applicationFilterEL" : "...",
"applicableOnDiscountedPrice" : true,
"historized" : true,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"valid" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"codeChanged" : true,
"version" : 12345,
"referenceCode" : "...",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"transient" : true,
"descriptionAndCode" : "...",
"status" : "INACTIVE",
"applicableOnOverriddenPrice" : true,
"statusDate" : 12345,
"id" : 12345,
"notified" : true,
"maxDuration" : 12345,
"durationUnit" : "DAY",
"minDuration" : 12345,
"expressionEl" : "...",
"uuid" : "...",
"description" : "...",
"startDate" : 12345,
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "RENEWAL",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"usedQuantity" : 12345,
"descriptionOrCode" : "...",
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"code" : "...",
"endDate" : 12345,
"sequence" : 12345,
"applicationLimit" : 12345
},
"referenceCode" : "...",
"userAccount" : {
"uuid" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"notified" : true,
"parentEntityType" : { },
"status" : "ACTIVE",
"parentEntity" : {
"codeChanged" : true,
"notified" : true,
"descriptionOrCode" : "...",
"description" : "...",
"version" : 12345,
"historized" : true,
"transient" : true,
"id" : 12345,
"parentEntityType" : { },
"parentEntity" : { },
"referenceCode" : "...",
"code" : "...",
"auditableFields" : [ { }, { } ],
"auditable" : { },
"descriptionAndCode" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "..."
},
"businessAccountModel" : {
"downloaded" : true,
"version" : 12345,
"transient" : true,
"referenceDescription" : "...",
"script" : { },
"moduleSource" : "...",
"hierarchyType" : "CA_UA",
"parentEntityType" : { },
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"logoPicture" : "...",
"code" : "...",
"auditable" : { },
"referenceCode" : "...",
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"id" : 12345,
"license" : "MIT",
"moduleItems" : [ { }, { } ],
"notified" : true,
"appendGeneratedCode" : true,
"active" : true,
"historized" : true,
"description" : "...",
"disabled" : true,
"installed" : true,
"parentEntity" : { }
},
"terminationDate" : 12345,
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"contactInformation" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"subscriptions" : [ {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "PENDING",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
}, {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "MANUAL",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "SUSPENDED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
} ],
"isCompany" : true,
"jobTitle" : "...",
"seller" : {
"businessAccountModel" : { },
"parentEntity" : { },
"uuid" : "...",
"vatNo" : "...",
"contactInformationNullSafe" : { },
"customerSequences" : [ { }, { } ],
"registrationNo" : "...",
"historized" : true,
"name" : { },
"minimumChargeTemplate" : { },
"appendGeneratedCode" : true,
"description" : "...",
"auditable" : { },
"tradingCountry" : { },
"parentCFEntities" : [ { }, { } ],
"invoiceTypeSequence" : [ { }, { } ],
"minimumAmountEl" : "...",
"providerContact" : "...",
"tradingLanguage" : { },
"accountType" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"defaultLevel" : true,
"descriptionAndCode" : "...",
"isCompany" : true,
"tradingCurrency" : { },
"primaryContact" : { },
"minimumLabelEl" : "...",
"transient" : true,
"externalRef1" : "...",
"seller" : { },
"codeChanged" : true,
"referenceDescription" : "...",
"code" : "...",
"legalEntityType" : { },
"jobTitle" : "...",
"contactInformation" : { },
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"cfAccumulatedValues" : { },
"legalType" : "...",
"version" : 12345,
"contracts" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"legalText" : "...",
"cfValues" : { },
"address" : { },
"id" : 12345,
"notified" : true
},
"userAccounts" : [ { }, { } ],
"isConsumer" : true,
"minimumChargeTemplate" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"inputUnitOfMeasure" : { },
"code" : "...",
"inputUnitDescription" : "...",
"auditable" : { },
"roundingValuesComputed" : true,
"taxClassEl" : "...",
"codeChanged" : true,
"auditableFields" : [ { }, { } ],
"inputUnitEL" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"disabled" : true,
"parentEntity" : { },
"roundingMode" : "HALF_EVEN",
"cfAccumulatedValues" : { },
"amountEditable" : true,
"productCharges" : [ { }, { } ],
"ratingScript" : { },
"unitMultiplicator" : 12345.0,
"sortIndexEl" : "...",
"uuid" : "...",
"edrTemplates" : [ { }, { } ],
"notified" : true,
"revenueRecognitionRule" : { },
"descriptionAndCode" : "...",
"chargeMainType" : "USAGE",
"oneShotChargeTemplateType" : "OTHER",
"descriptionOrCode" : "...",
"cfValues" : { },
"outputUnitEL" : "...",
"parentEntityType" : { },
"chargeType" : "...",
"type" : "CREDIT",
"parentCFEntities" : [ { }, { } ],
"invoiceSubCategory" : { },
"active" : true,
"transient" : true,
"filterExpression" : "...",
"referenceCode" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"immediateInvoicing" : true,
"version" : 12345,
"dropZeroWo" : true,
"taxClass" : { },
"referenceDescription" : "...",
"ratingUnitDescription" : "...",
"historized" : true,
"attributes" : [ { }, { } ],
"id" : 12345,
"ratingUnitOfMeasure" : { },
"status" : "DRAFT"
},
"referenceCode" : "...",
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"defaultLevel" : true,
"historized" : true,
"legalEntityType" : {
"parentEntityType" : { },
"referenceDescription" : "...",
"referenceCode" : "...",
"version" : 12345,
"parentEntity" : { },
"appendGeneratedCode" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"description" : "...",
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"codeChanged" : true,
"descriptionNotNull" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"isCompany" : true,
"auditable" : { },
"historized" : true,
"notified" : true
},
"name" : {
"firstName" : "...",
"title" : { },
"fullName" : "...",
"lastName" : "..."
},
"description" : "...",
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"contactInformationNullSafe" : {
"email" : "...",
"phone" : "...",
"mobile" : "...",
"fax" : "..."
},
"prepaidWallets" : {
"property1" : {
"parentEntity" : { },
"parentEntityType" : { },
"historized" : true,
"id" : 12345,
"creditExpiryDate" : 12345,
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"code" : "...",
"referenceDescription" : "...",
"rejectLevel" : 12345.0,
"description" : "...",
"userAccount" : { },
"transient" : true,
"version" : 12345,
"nextMatchingDate" : 12345,
"appendGeneratedCode" : true,
"prepaid" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"ratedTransactions" : [ { }, { } ],
"walletTemplate" : { },
"created" : 12345,
"auditable" : { },
"codeChanged" : true,
"notified" : true,
"operations" : [ { }, { } ]
},
"property2" : {
"parentEntity" : { },
"parentEntityType" : { },
"historized" : true,
"id" : 12345,
"creditExpiryDate" : 12345,
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"code" : "...",
"referenceDescription" : "...",
"rejectLevel" : 12345.0,
"description" : "...",
"userAccount" : { },
"transient" : true,
"version" : 12345,
"nextMatchingDate" : 12345,
"appendGeneratedCode" : true,
"prepaid" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"ratedTransactions" : [ { }, { } ],
"walletTemplate" : { },
"created" : 12345,
"auditable" : { },
"codeChanged" : true,
"notified" : true,
"operations" : [ { }, { } ]
}
},
"vatNo" : "...",
"id" : 12345,
"minimumArticle" : {
"auditableFields" : [ { }, { } ],
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode2" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"invoiceType" : { },
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceCode" : "...",
"analyticCode3" : "...",
"columnCriteriaEL" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"articleFamily" : { },
"unitPrice" : 12345.0,
"accountingCodeMappings" : [ { }, { } ],
"cfValues" : { },
"id" : 12345,
"historized" : true,
"uuid" : "...",
"parentEntityType" : { },
"invoiceTypeEl" : "...",
"descriptionOrCode" : "...",
"taxClass" : { },
"accountingCodeEl" : "...",
"auditable" : { },
"accountingCode" : { },
"transient" : true,
"version" : 12345,
"invoiceSubCategory" : { },
"ignoreAggregation" : true,
"analyticCode1" : "...",
"code" : "...",
"referenceDescription" : "...",
"notified" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "..."
},
"wallet" : {
"parentEntity" : { },
"parentEntityType" : { },
"historized" : true,
"id" : 12345,
"creditExpiryDate" : 12345,
"descriptionOrCode" : "...",
"lowBalanceLevel" : 12345.0,
"code" : "...",
"referenceDescription" : "...",
"rejectLevel" : 12345.0,
"description" : "...",
"userAccount" : { },
"transient" : true,
"version" : 12345,
"nextMatchingDate" : 12345,
"appendGeneratedCode" : true,
"prepaid" : true,
"descriptionAndCode" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"ratedTransactions" : [ { }, { } ],
"walletTemplate" : { },
"created" : 12345,
"auditable" : { },
"codeChanged" : true,
"notified" : true,
"operations" : [ { }, { } ]
},
"transient" : true,
"accountType" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"billingAccount" : {
"accountType" : "...",
"billingRun" : { },
"statusDate" : 12345,
"address" : { },
"name" : { },
"exoneratedFromtaxes" : true,
"invoicingThreshold" : 12345.0,
"usersAccounts" : [ { }, { } ],
"emailTemplate" : { },
"cfValues" : { },
"ccedEmails" : "...",
"minimumLabelEl" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"brAmountWithoutTax" : 12345.0,
"cfAccumulatedValues" : { },
"discountPlan" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minRatedTransactions" : [ { }, { } ],
"mailingType" : "MANUAL",
"jobTitle" : "...",
"checkThreshold" : "POSITIVE_RT",
"taxCategoryResolved" : { },
"notified" : true,
"registrationNo" : "...",
"contactInformation" : { },
"defaultLevel" : true,
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"contracts" : [ { }, { } ],
"contactInformationNullSafe" : { },
"discountRate" : 12345.0,
"code" : "...",
"tradingLanguage" : { },
"uuid" : "...",
"tradingCurrency" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef2" : "...",
"vatNo" : "...",
"description" : "...",
"tradingCountry" : { },
"status" : "CLOSED",
"businessAccountModel" : { },
"thresholdPerEntity" : true,
"minimumInvoiceSubCategory" : { },
"externalRef1" : "...",
"invoices" : [ { }, { } ],
"parentUserAccounts" : [ { }, { } ],
"minimumAmountEl" : "...",
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"terminationDate" : 12345,
"primaryContact" : { },
"subscriptionDate" : 12345,
"auditableFields" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"totalInvoicingAmountTax" : 12345.0,
"discountPlanInstances" : [ { }, { } ],
"isCompany" : true,
"parentEntity" : { },
"nextInvoiceDate" : 12345,
"seller" : { },
"minimumArticle" : { },
"version" : 12345,
"minInvoiceLines" : [ { }, { } ],
"transient" : true,
"paymentMethod" : { },
"billingCycle" : { },
"parentEntityType" : { },
"codeChanged" : true,
"tags" : [ { }, { } ],
"terminationReason" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"providerContact" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"customerAccount" : { },
"taxCategory" : { },
"appendGeneratedCode" : true,
"minimumChargeTemplate" : { },
"descriptionAndCode" : "...",
"allDiscountPlanInstances" : [ { }, { } ],
"referenceCode" : "..."
},
"providerContact" : "...",
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"externalRef1" : "...",
"version" : 12345,
"code" : "...",
"registrationNo" : "...",
"terminationReason" : {
"invoiceAgreementImmediately" : true,
"overrideProrata" : "PRORATA",
"reimburseOneshots" : true,
"code" : "...",
"referenceCode" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"parentEntity" : { },
"applyTerminationCharges" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceDescription" : "...",
"codeChanged" : true,
"notified" : true,
"id" : 12345,
"parentEntityType" : { },
"applyReimbursment" : true,
"transient" : true,
"auditableFields" : [ { }, { } ],
"historized" : true,
"applyAgreement" : true,
"version" : 12345,
"descriptionAndCode" : "..."
},
"codeChanged" : true,
"minimumLabelEl" : "...",
"statusDate" : 12345,
"address" : {
"countryBundle" : "...",
"address5" : "...",
"address3" : "...",
"address4" : "...",
"address1" : "...",
"state" : "...",
"city" : "...",
"address2" : "...",
"country" : { },
"zipCode" : "..."
},
"primaryContact" : {
"auditable" : { },
"code" : "...",
"codeChanged" : true,
"parentEntityType" : { },
"referenceDescription" : "...",
"descriptionAndCode" : "...",
"fax" : "...",
"version" : 12345,
"referenceCode" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"transient" : true,
"descriptionOrCode" : "...",
"appendGeneratedCode" : true,
"auditableFields" : [ { }, { } ],
"email" : "...",
"id" : 12345,
"historized" : true,
"phone" : "...",
"mobile" : "...",
"address" : { },
"notified" : true,
"description" : "...",
"parentEntity" : { }
},
"counters" : {
"property1" : {
"auditable" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"counterTemplate" : { },
"id" : 12345,
"userAccount" : { },
"counterPeriods" : [ { }, { } ],
"parentEntityType" : { },
"customer" : { },
"codeChanged" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"chargeInstances" : [ { }, { } ],
"subscription" : { },
"code" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"serviceInstance" : { },
"notified" : true,
"descriptionOrCode" : "...",
"customerAccount" : { },
"transient" : true,
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"usageChargeInstances" : [ { }, { } ]
},
"property2" : {
"auditable" : { },
"referenceCode" : "...",
"referenceDescription" : "...",
"counterTemplate" : { },
"id" : 12345,
"userAccount" : { },
"counterPeriods" : [ { }, { } ],
"parentEntityType" : { },
"customer" : { },
"codeChanged" : true,
"historized" : true,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"chargeInstances" : [ { }, { } ],
"subscription" : { },
"code" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"serviceInstance" : { },
"notified" : true,
"descriptionOrCode" : "...",
"customerAccount" : { },
"transient" : true,
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"usageChargeInstances" : [ { }, { } ]
}
},
"externalRef2" : "...",
"parentUserAccount" : { },
"descriptionOrCode" : "..."
},
"progressDate" : 12345,
"access" : {
"historized" : true,
"transient" : true,
"cacheKey" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"notified" : true,
"accessUserId" : "...",
"subscription" : {
"minInvoiceLines" : [ { }, { } ],
"validity" : { },
"order" : { },
"mailingType" : "AUTO",
"ratingGroup" : "...",
"accessPoints" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"autoEndOfEngagement" : true,
"referenceDescription" : "...",
"subscriptionMonthsAge" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentEntity" : { },
"version" : 12345,
"minimumAmountEl" : "...",
"parentCFEntities" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"offer" : { },
"initialSubscriptionRenewal" : "...",
"cfAccumulatedValues" : { },
"endAgreementDate" : 12345,
"serviceInstances" : [ { }, { } ],
"codeChanged" : true,
"auditable" : { },
"minRatedTransactions" : [ { }, { } ],
"defaultLevel" : true,
"description" : "...",
"minimumChargeTemplate" : { },
"subscribedTillDate" : 12345,
"subscriptionDaysAge" : 12345,
"code" : "...",
"minimumInvoiceSubCategory" : { },
"electronicBilling" : true,
"billingCycle" : { },
"email" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"renewalNotifiedDate" : 12345,
"id" : 12345,
"referenceCode" : "...",
"seller" : { },
"paymentMethod" : { },
"notified" : true,
"uuid" : "...",
"terminationDate" : 12345,
"minimumArticle" : { },
"attributeInstances" : [ { }, { } ],
"discountPlanInstances" : [ { }, { } ],
"active" : true,
"cfValues" : { },
"subscriptionDate" : 12345,
"status" : "CREATED",
"versionNumber" : 12345,
"renewed" : true,
"salesPersonName" : "...",
"descriptionOrCode" : "...",
"subscriptionTerminationReason" : { },
"renewalDate" : 12345,
"discountPlan" : { },
"subscriptionExpired" : true,
"totalInvoicingAmountTax" : 12345.0,
"auditableFields" : [ { }, { } ],
"minimumLabelEl" : "...",
"orderOffer" : { },
"accountOperations" : [ { }, { } ],
"previousVersion" : { },
"userAccount" : { },
"emailTemplate" : { },
"historized" : true,
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"edrs" : [ { }, { } ],
"statusDate" : 12345,
"anyServiceActive" : true,
"billingRun" : { },
"fireRenewalNotice" : true,
"parentEntityType" : { },
"orderNumber" : "...",
"ccedEmails" : "...",
"transient" : true,
"totalInvoicingAmountWithoutTax" : 12345.0,
"productInstances" : [ { }, { } ],
"prestation" : "...",
"nextVersion" : { }
},
"auditable" : {
"creator" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345,
"lastUser" : "...",
"created" : 12345
},
"auditableFields" : [ {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
}, {
"notfiable" : true,
"fieldName" : "...",
"auditType" : "OTHER",
"previousState" : { },
"historable" : true,
"notified" : true,
"historized" : true,
"currentState" : { }
} ],
"version" : 12345,
"disabled" : true,
"startDate" : 12345,
"uuid" : "...",
"endDate" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"id" : 12345,
"parentCFEntities" : [ {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
}, {
"cfAccumulatedValuesNullSafe" : { },
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValues" : { },
"CFValuesCopy" : { },
"cfValuesNullSafe" : { },
"cfValues" : { },
"dirtyCF" : true,
"uuid" : "...",
"parentCFEntities" : [ { }, { } ]
} ],
"active" : true
}
}