| name | data type | constraints | description |
|---|---|---|---|
| description | string | max size: 255, min size: 0 | |
| id | number | ||
| cfAccumulatedValues | CustomFieldValues | ||
| status | OrderStatusEnum | ||
| auditable | Auditable | ||
| descriptionAndCode | string | ||
| order | Order | ||
| descriptionOrCode | string | ||
| source | string | ||
| referenceCode | string | ||
| shippingAddress | Address | ||
| itemId | string | ||
| productInstances | array of ProductInstance | ||
| orderItemProductOfferings | array of OrderItemProductOffering | ||
| auditableFields | array of AuditableFieldHistory | ||
| parentCFEntities | array of ICustomFieldEntity | ||
| orderHistories | array of OrderHistory | ||
| version | number | ||
| subscription | Subscription | ||
| notified | boolean | ||
| mainOffering | ProductOffering | ||
| code | string | required, max size: 255, min size: 1 | |
| parentEntity | BusinessEntity | ||
| userAccount | UserAccount | ||
| codeChanged | boolean | ||
| orderItemDto | object | ||
| referenceDescription | string | ||
| parentEntityType | object | ||
| transient | boolean | ||
| cfValues | CustomFieldValues | ||
| uuid | string | ||
| action | OrderItemActionEnum | ||
| historized | boolean | ||
| appendGeneratedCode | boolean |
Example
{
"description" : "...",
"id" : 12345,
"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
},
"status" : "FAILED",
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"descriptionAndCode" : "...",
"order" : {
"deliveryInstructions" : "...",
"startDate" : 12345,
"routedToUserGroup" : "...",
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
} ],
"ccedEmails" : "...",
"shippingAddress" : {
"address2" : "...",
"address3" : "...",
"state" : "...",
"city" : "...",
"address4" : "...",
"address1" : "...",
"address5" : "...",
"countryBundle" : "...",
"zipCode" : "...",
"country" : { }
},
"emailTemplate" : {
"htmlContent" : "...",
"codeChanged" : true,
"startDate" : 12345,
"descriptionOrCode" : "...",
"textContent" : "...",
"type" : "INVOICE",
"version" : 12345,
"tagStartDelimiter" : "...",
"parentEntityType" : { },
"code" : "...",
"id" : 12345,
"subject" : "...",
"descriptionAndCode" : "...",
"referenceDescription" : "...",
"endDate" : 12345,
"tagEndDelimiter" : "...",
"parentEntity" : { },
"auditableFields" : [ { }, { } ],
"auditable" : { },
"notified" : true,
"description" : "...",
"transient" : true,
"historized" : true,
"referenceCode" : "...",
"media" : "QUEUE",
"appendGeneratedCode" : true
},
"priority" : 12345,
"electronicBilling" : true,
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"id" : 12345,
"expectedCompletionDate" : 12345,
"receivedFromApp" : "...",
"completionDate" : 12345,
"billingRun" : {
"id" : 12345,
"jobExecutions" : [ { }, { } ],
"filters" : {
"property1" : "...",
"property2" : "..."
},
"exceptionalRTIds" : [ 12345, 12345 ],
"runType" : "EXCEPTIONAL",
"referenceDescription" : "...",
"cfValues" : { },
"status" : "CANCELLING",
"uuid" : "...",
"invoices" : [ { }, { } ],
"selectedBillingAccounts" : "...",
"thresholdChecked" : true,
"prAmountWithoutTax" : 12345.0,
"auditable" : { },
"startDate" : 12345,
"rejectedBillingAccounts" : [ { }, { } ],
"producibleAmountWithoutTax" : 12345.0,
"notified" : true,
"exceptionalBR" : true,
"country" : { },
"transient" : true,
"statusDate" : 12345,
"invoiceType" : { },
"originBillingRun" : { },
"collectionDate" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"prAmountTax" : 12345.0,
"skipValidationScript" : true,
"billableBillingAcountNumber" : 12345,
"referenceCode" : "...",
"generateAO" : true,
"billableBillingAccounts" : [ { }, { } ],
"exceptionalILIds" : [ 12345, 12345 ],
"invoiceNumber" : 12345,
"language" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"endDate" : 12345,
"discountApplied" : true,
"processDate" : 12345,
"producibleAmountWithTax" : 12345.0,
"rejectionReason" : "...",
"preInvoicingReports" : { },
"rejectAutoAction" : "MOVE",
"cfAccumulatedValues" : { },
"isQuarantine" : true,
"computeDatesAtValidation" : true,
"lastTransactionDate" : 12345,
"billingRunLists" : [ { }, { } ],
"nextBillingRun" : { },
"referenceDate" : "NEXT_INVOICE_DATE",
"producibleInvoiceNumber" : 12345,
"billingCycle" : { },
"invoiceDate" : 12345,
"minimumApplied" : true,
"billingAccountNumber" : 12345,
"parentCFEntities" : [ { }, { } ],
"pdfJobExecutionResultId" : 12345,
"prAmountWithTax" : 12345.0,
"postInvoicingReports" : { },
"xmlJobExecutionResultId" : 12345,
"processType" : "FULL_AUTOMATIC",
"currency" : { },
"suspectAutoAction" : "MOVE",
"producibleAmountTax" : 12345.0
},
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"totalInvoicingAmountTax" : 12345.0,
"codeChanged" : true,
"requestedStartDate" : 12345,
"dueDateDelayEL" : "...",
"uuid" : "...",
"userAccounts" : [ {
"contactInformationNullSafe" : { },
"registrationNo" : "...",
"minimumChargeTemplate" : { },
"statusDate" : 12345,
"name" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "TERMINATED",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : { },
"minimumAmountEl" : "...",
"minimumArticle" : { },
"seller" : { },
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : { },
"billingAccount" : { },
"contactInformation" : { },
"jobTitle" : "...",
"primaryContact" : { },
"userAccounts" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"subscriptions" : [ { }, { } ],
"providerContact" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"wallet" : { },
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : { },
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"referenceCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"terminationReason" : { },
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"terminationDate" : 12345,
"cfValues" : { }
}, {
"contactInformationNullSafe" : { },
"registrationNo" : "...",
"minimumChargeTemplate" : { },
"statusDate" : 12345,
"name" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "CANCELED",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : { },
"minimumAmountEl" : "...",
"minimumArticle" : { },
"seller" : { },
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : { },
"billingAccount" : { },
"contactInformation" : { },
"jobTitle" : "...",
"primaryContact" : { },
"userAccounts" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"subscriptions" : [ { }, { } ],
"providerContact" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"wallet" : { },
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : { },
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"referenceCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"terminationReason" : { },
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"terminationDate" : 12345,
"cfValues" : { }
} ],
"paymentMethod" : {
"userId" : "...",
"version" : 12345,
"info1" : "...",
"active" : true,
"alias" : "...",
"auditableFields" : [ { }, { } ],
"expired" : true,
"referenceDocument" : { },
"info4" : "...",
"uuid" : "...",
"preferred" : true,
"customerAccount" : { },
"id" : 12345,
"tokenId" : "...",
"cfAccumulatedValues" : { },
"token3DsId" : "...",
"disabled" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"info3" : "...",
"cfValues" : { },
"paymentType" : "PAYPAL",
"info2" : "...",
"action" : "...",
"transient" : true,
"auditable" : { },
"info5" : "..."
},
"externalId" : "...",
"minInvoiceLines" : [ {
"commercialOrder" : { },
"discountPlanItem" : { },
"convertedAmountWithoutTax" : 12345.0,
"convertedDiscountAmount" : 12345.0,
"invoice" : { },
"cfValues" : { },
"orderRef" : "...",
"taxMode" : "TAX",
"auditableFields" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"amountWithTax" : 12345.0,
"auditable" : { },
"accountingArticle" : { },
"sequence" : 12345,
"version" : 12345,
"convertedUnitPrice" : 12345.0,
"tax" : { },
"rawAmount" : 12345.0,
"taxOverridden" : true,
"serviceTemplate" : { },
"discountAmount" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"offerTemplate" : { },
"convertedRawAmount" : 12345.0,
"validity" : { },
"prestation" : "...",
"accessPoint" : "...",
"offerServiceTemplate" : { },
"uuid" : "...",
"orderNumber" : "...",
"unitPrice" : 12345.0,
"cfAccumulatedValues" : { },
"valueDate" : 12345,
"id" : 12345,
"status" : "BILLED",
"ratedTransactions" : [ { }, { } ],
"quantity" : 12345.0,
"discountRate" : 12345.0,
"billingRun" : { },
"historized" : true,
"taxRate" : 12345.0,
"amountTax" : 12345.0,
"billingAccount" : { },
"orderOffer" : { },
"discountValue" : 12345.0,
"invoiceAggregateF" : { },
"label" : "...",
"convertedAmountWithTax" : 12345.0,
"quote" : { },
"notified" : true,
"taxRecalculated" : true,
"openOrderNumber" : "...",
"product" : { },
"quoteOffer" : { },
"discountPlanType" : "FIXED",
"convertedAmountTax" : 12345.0,
"serviceInstance" : { },
"productVersion" : { },
"discountPlan" : { },
"orderLot" : { },
"amountWithoutTax" : 12345.0,
"discountedInvoiceLine" : { }
}, {
"commercialOrder" : { },
"discountPlanItem" : { },
"convertedAmountWithoutTax" : 12345.0,
"convertedDiscountAmount" : 12345.0,
"invoice" : { },
"cfValues" : { },
"orderRef" : "...",
"taxMode" : "TAX",
"auditableFields" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"amountWithTax" : 12345.0,
"auditable" : { },
"accountingArticle" : { },
"sequence" : 12345,
"version" : 12345,
"convertedUnitPrice" : 12345.0,
"tax" : { },
"rawAmount" : 12345.0,
"taxOverridden" : true,
"serviceTemplate" : { },
"discountAmount" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"offerTemplate" : { },
"convertedRawAmount" : 12345.0,
"validity" : { },
"prestation" : "...",
"accessPoint" : "...",
"offerServiceTemplate" : { },
"uuid" : "...",
"orderNumber" : "...",
"unitPrice" : 12345.0,
"cfAccumulatedValues" : { },
"valueDate" : 12345,
"id" : 12345,
"status" : "BILLED",
"ratedTransactions" : [ { }, { } ],
"quantity" : 12345.0,
"discountRate" : 12345.0,
"billingRun" : { },
"historized" : true,
"taxRate" : 12345.0,
"amountTax" : 12345.0,
"billingAccount" : { },
"orderOffer" : { },
"discountValue" : 12345.0,
"invoiceAggregateF" : { },
"label" : "...",
"convertedAmountWithTax" : 12345.0,
"quote" : { },
"notified" : true,
"taxRecalculated" : true,
"openOrderNumber" : "...",
"product" : { },
"quoteOffer" : { },
"discountPlanType" : "FIXED",
"convertedAmountTax" : 12345.0,
"serviceInstance" : { },
"productVersion" : { },
"discountPlan" : { },
"orderLot" : { },
"amountWithoutTax" : 12345.0,
"discountedInvoiceLine" : { }
} ],
"minRatedTransactions" : [ {
"startDate" : 12345,
"invoice" : { },
"wallet" : { },
"version" : 12345,
"billingAccount" : { },
"unitAmountTax" : 12345.0,
"parameter1" : "...",
"invoicingDate" : 12345,
"ratingUnitOfMeasure" : { },
"cfAccumulatedValues" : { },
"userAccountId" : 12345,
"discountedRatedTransaction" : 12345,
"status" : "PROCESSED",
"accountingArticle" : { },
"billingRun" : { },
"parameter3" : "...",
"subscriptionId" : 12345,
"discountPlan" : { },
"rawAmountWithTax" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"walletId" : 12345,
"infoOrder" : { },
"seller" : { },
"type" : "REGULAR",
"doNotTriggerInvoicing" : true,
"serviceInstance" : { },
"chargeInstance" : { },
"usageDate" : 12345,
"edr" : { },
"endDate" : 12345,
"ratingUnitDescription" : "...",
"parameterExtra" : "...",
"inputUnitOfMeasure" : { },
"rawAmountWithoutTax" : 12345.0,
"discountPlanType" : "FIXED",
"rulesContract" : { },
"amountWithTax" : 12345.0,
"tax" : { },
"discountValue" : 12345.0,
"code" : "...",
"billingAccountId" : 12345,
"priceplan" : { },
"amountWithoutTax" : 12345.0,
"uuid" : "...",
"prepaid" : true,
"updated" : 12345,
"accountingCode" : { },
"sellerId" : 12345,
"invoiceSubCategoryId" : 12345,
"discountPlanItem" : { },
"adjustedRatedTx" : { },
"orderInfo" : { },
"unityDescription" : "...",
"amountTax" : 12345.0,
"description" : "...",
"cfValues" : { },
"taxPercent" : 12345.0,
"quantity" : 12345.0,
"orderNumber" : "...",
"id" : 12345,
"sequence" : 12345,
"taxId" : 12345,
"invoiceAgregateF" : { },
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"subscription" : { },
"transient" : true,
"parameter2" : "...",
"taxClassId" : 12345,
"invoiceLine" : { },
"sortIndex" : 12345,
"invoiceSubCategory" : { },
"userAccount" : { },
"taxRecalculated" : true,
"originBillingAccount" : { },
"rejectReason" : "...",
"offerTemplate" : { },
"inputQuantity" : 12345.0,
"taxClass" : { },
"taxOverriden" : true
}, {
"startDate" : 12345,
"invoice" : { },
"wallet" : { },
"version" : 12345,
"billingAccount" : { },
"unitAmountTax" : 12345.0,
"parameter1" : "...",
"invoicingDate" : 12345,
"ratingUnitOfMeasure" : { },
"cfAccumulatedValues" : { },
"userAccountId" : 12345,
"discountedRatedTransaction" : 12345,
"status" : "RERATED",
"accountingArticle" : { },
"billingRun" : { },
"parameter3" : "...",
"subscriptionId" : 12345,
"discountPlan" : { },
"rawAmountWithTax" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"walletId" : 12345,
"infoOrder" : { },
"seller" : { },
"type" : "REGULAR",
"doNotTriggerInvoicing" : true,
"serviceInstance" : { },
"chargeInstance" : { },
"usageDate" : 12345,
"edr" : { },
"endDate" : 12345,
"ratingUnitDescription" : "...",
"parameterExtra" : "...",
"inputUnitOfMeasure" : { },
"rawAmountWithoutTax" : 12345.0,
"discountPlanType" : "FIXED",
"rulesContract" : { },
"amountWithTax" : 12345.0,
"tax" : { },
"discountValue" : 12345.0,
"code" : "...",
"billingAccountId" : 12345,
"priceplan" : { },
"amountWithoutTax" : 12345.0,
"uuid" : "...",
"prepaid" : true,
"updated" : 12345,
"accountingCode" : { },
"sellerId" : 12345,
"invoiceSubCategoryId" : 12345,
"discountPlanItem" : { },
"adjustedRatedTx" : { },
"orderInfo" : { },
"unityDescription" : "...",
"amountTax" : 12345.0,
"description" : "...",
"cfValues" : { },
"taxPercent" : 12345.0,
"quantity" : 12345.0,
"orderNumber" : "...",
"id" : 12345,
"sequence" : 12345,
"taxId" : 12345,
"invoiceAgregateF" : { },
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"subscription" : { },
"transient" : true,
"parameter2" : "...",
"taxClassId" : 12345,
"invoiceLine" : { },
"sortIndex" : 12345,
"invoiceSubCategory" : { },
"userAccount" : { },
"taxRecalculated" : true,
"originBillingAccount" : { },
"rejectReason" : "...",
"offerTemplate" : { },
"inputQuantity" : 12345.0,
"taxClass" : { },
"taxOverriden" : true
} ],
"code" : "...",
"quote" : {
"auditable" : { },
"parentEntity" : { },
"description" : "...",
"virtual" : true,
"transient" : true,
"referenceCode" : "...",
"descriptionAndCode" : "...",
"generatePdf" : true,
"auditableFields" : [ { }, { } ],
"version" : 12345,
"fulfillmentStartDate" : 12345,
"userAccount" : { },
"historized" : true,
"statusMessage" : "...",
"notified" : true,
"uuid" : "...",
"appendGeneratedCode" : true,
"quoteItems" : [ { }, { } ],
"referenceDescription" : "...",
"id" : 12345,
"category" : "...",
"parentEntityType" : { },
"descriptionOrCode" : "...",
"routedToUserGroup" : "...",
"completionDate" : 12345,
"quoteDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"code" : "...",
"cfAccumulatedValues" : { },
"requestedCompletionDate" : 12345,
"quoteVersion" : "...",
"cfValues" : { },
"userAccounts" : [ { }, { } ],
"validity" : { },
"externalId" : "...",
"codeChanged" : true,
"receivedFromApp" : "...",
"status" : "Pending",
"notificationContact" : "...",
"order" : { },
"invoices" : [ { }, { } ]
},
"parentEntityType" : { },
"statusMessage" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"orderItems" : [ {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "IN_PROGRESS",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "MODIFY",
"historized" : true,
"appendGeneratedCode" : true
}, {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "FAILED",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "ADD",
"historized" : true,
"appendGeneratedCode" : true
} ],
"version" : 12345,
"billingCycle" : {
"descriptionAndCode" : "...",
"uuid" : "...",
"version" : 12345,
"type" : "BILLINGACCOUNT",
"lastTransactionDateDelayEL" : "...",
"parentEntityType" : { },
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"invoiceType" : { },
"cfValues" : { },
"descriptionOrCode" : "...",
"billingRunValidationScript" : { },
"checkThreshold" : "POSITIVE_RT",
"dueDateDelayEL" : "...",
"referenceCode" : "...",
"code" : "...",
"transient" : true,
"splitPerPaymentMethod" : true,
"appendGeneratedCode" : true,
"parentEntity" : { },
"invoiceDateProductionDelayEL" : "...",
"collectionDateDelayEl" : "...",
"invoiceTypeEl" : "...",
"codeChanged" : true,
"id" : 12345,
"billingTemplateNameEL" : "...",
"description" : "...",
"notified" : true,
"invoiceDateDelayEL" : "...",
"referenceDate" : "END_DATE",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditable" : { },
"referenceDescription" : "...",
"invoicingThreshold" : 12345.0,
"lastTransactionDateEL" : "...",
"auditableFields" : [ { }, { } ],
"thresholdPerEntity" : true,
"scriptInstance" : { },
"calendar" : { },
"computeDatesAtValidation" : true
},
"description" : "...",
"referenceCode" : "...",
"invoices" : [ {
"invoiceAgregates" : [ { }, { } ],
"pdfFilename" : "...",
"amountTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"invoiceAdjustmentCurrentProviderNb" : 12345,
"temporaryInvoiceNumber" : "...",
"linkedInvoices" : [ { }, { } ],
"draftInvoiceLines" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"alias" : "...",
"dontSend" : true,
"status" : "DRAFT",
"statusDate" : 12345,
"tradingLanguage" : { },
"realTimeStatus" : "PENDING",
"draftRatedTransactions" : [ { }, { } ],
"discountPlan" : { },
"discountRate" : 12345.0,
"tradingCountry" : { },
"xmlFilename" : "...",
"dueDate" : 12345,
"paymentMethodType" : "STRIPE",
"alreadyAddedDiscount" : true,
"xmlFilenameOnly" : "...",
"dunningCollectionPlanTriggered" : true,
"newInvoicingProcess" : true,
"draft" : true,
"productDate" : 12345,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"subscription" : { },
"amount" : 12345.0,
"seller" : { },
"pdfDate" : 12345,
"initialCollectionDate" : 12345,
"lastAppliedRate" : 12345.0,
"discount" : 12345.0,
"emailSentDate" : 12345,
"billingRun" : { },
"order" : { },
"amountWithTax" : 12345.0,
"paymentStatus" : "DISPUTED",
"endDate" : 12345,
"hasDiscounts" : true,
"commercialOrder" : { },
"cfAccumulatedValues" : { },
"xmlDate" : 12345,
"historized" : true,
"invoiceDate" : 12345,
"netToPay" : 12345.0,
"iban" : "...",
"hasMinimum" : true,
"code" : "...",
"tradingCurrency" : { },
"amountWithoutTaxBeforeDiscount" : 12345.0,
"rawAmount" : 12345.0,
"prepaid" : true,
"version" : 12345,
"startDate" : 12345,
"comment" : "...",
"discountAmount" : 12345.0,
"auditable" : { },
"externalRef" : "...",
"notified" : true,
"uuid" : "...",
"convertedDiscountAmount" : 12345.0,
"previousInvoiceNumber" : "...",
"appliedRate" : 12345.0,
"recordedInvoice" : { },
"convertedRawAmount" : 12345.0,
"quote" : { },
"adjustedInvoice" : { },
"paymentMethod" : { },
"transient" : true,
"paymentPlan" : { },
"openOrderNumber" : "...",
"discountAgregates" : [ { }, { } ],
"amountWithoutTax" : 12345.0,
"invoiceNumber" : "...",
"useCurrentRate" : true,
"reminderLevelTriggered" : true,
"description" : "...",
"convertedAmountWithoutTax" : 12345.0,
"invoiceType" : { },
"lastAppliedRateDate" : 12345,
"orders" : [ { }, { } ],
"id" : 12345,
"invoiceLines" : [ { }, { } ],
"alreadyAppliedMinimum" : true,
"cpqQuote" : { },
"detailedInvoice" : true,
"relatedDunningCollectionPlan" : { },
"paymentStatusDate" : 12345,
"hasTaxes" : true,
"invoiceNumberOrTemporaryNumber" : "...",
"alreadySent" : true,
"convertedAmountWithTax" : 12345.0,
"rejectReason" : "...",
"dueBalance" : 12345.0,
"convertedNetToPay" : 12345.0,
"cfValues" : { },
"invoiceBalance" : 12345.0,
"pdfFilenameOnly" : "...",
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0
}, {
"invoiceAgregates" : [ { }, { } ],
"pdfFilename" : "...",
"amountTax" : 12345.0,
"convertedAmountTax" : 12345.0,
"invoiceAdjustmentCurrentSellerNb" : 12345,
"invoiceAdjustmentCurrentProviderNb" : 12345,
"temporaryInvoiceNumber" : "...",
"linkedInvoices" : [ { }, { } ],
"draftInvoiceLines" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"alias" : "...",
"dontSend" : true,
"status" : "CANCELED",
"statusDate" : 12345,
"tradingLanguage" : { },
"realTimeStatus" : "UNPAID",
"draftRatedTransactions" : [ { }, { } ],
"discountPlan" : { },
"discountRate" : 12345.0,
"tradingCountry" : { },
"xmlFilename" : "...",
"dueDate" : 12345,
"paymentMethodType" : "STRIPE",
"alreadyAddedDiscount" : true,
"xmlFilenameOnly" : "...",
"dunningCollectionPlanTriggered" : true,
"newInvoicingProcess" : true,
"draft" : true,
"productDate" : 12345,
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"subscription" : { },
"amount" : 12345.0,
"seller" : { },
"pdfDate" : 12345,
"initialCollectionDate" : 12345,
"lastAppliedRate" : 12345.0,
"discount" : 12345.0,
"emailSentDate" : 12345,
"billingRun" : { },
"order" : { },
"amountWithTax" : 12345.0,
"paymentStatus" : "PENDING",
"endDate" : 12345,
"hasDiscounts" : true,
"commercialOrder" : { },
"cfAccumulatedValues" : { },
"xmlDate" : 12345,
"historized" : true,
"invoiceDate" : 12345,
"netToPay" : 12345.0,
"iban" : "...",
"hasMinimum" : true,
"code" : "...",
"tradingCurrency" : { },
"amountWithoutTaxBeforeDiscount" : 12345.0,
"rawAmount" : 12345.0,
"prepaid" : true,
"version" : 12345,
"startDate" : 12345,
"comment" : "...",
"discountAmount" : 12345.0,
"auditable" : { },
"externalRef" : "...",
"notified" : true,
"uuid" : "...",
"convertedDiscountAmount" : 12345.0,
"previousInvoiceNumber" : "...",
"appliedRate" : 12345.0,
"recordedInvoice" : { },
"convertedRawAmount" : 12345.0,
"quote" : { },
"adjustedInvoice" : { },
"paymentMethod" : { },
"transient" : true,
"paymentPlan" : { },
"openOrderNumber" : "...",
"discountAgregates" : [ { }, { } ],
"amountWithoutTax" : 12345.0,
"invoiceNumber" : "...",
"useCurrentRate" : true,
"reminderLevelTriggered" : true,
"description" : "...",
"convertedAmountWithoutTax" : 12345.0,
"invoiceType" : { },
"lastAppliedRateDate" : 12345,
"orders" : [ { }, { } ],
"id" : 12345,
"invoiceLines" : [ { }, { } ],
"alreadyAppliedMinimum" : true,
"cpqQuote" : { },
"detailedInvoice" : true,
"relatedDunningCollectionPlan" : { },
"paymentStatusDate" : 12345,
"hasTaxes" : true,
"invoiceNumberOrTemporaryNumber" : "...",
"alreadySent" : true,
"convertedAmountWithTax" : 12345.0,
"rejectReason" : "...",
"dueBalance" : 12345.0,
"convertedNetToPay" : 12345.0,
"cfValues" : { },
"invoiceBalance" : 12345.0,
"pdfFilenameOnly" : "...",
"convertedAmountWithoutTaxBeforeDiscount" : 12345.0
} ],
"descriptionOrCode" : "...",
"orderDate" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"requestedCompletionDate" : 12345,
"historized" : true,
"orderNumber" : "...",
"mailingType" : "AUTO",
"descriptionAndCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"status" : "DEFERRED",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"email" : "...",
"category" : "...",
"notified" : true,
"transient" : true
},
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : {
"address2" : "...",
"address3" : "...",
"state" : "...",
"city" : "...",
"address4" : "...",
"address1" : "...",
"address5" : "...",
"countryBundle" : "...",
"zipCode" : "...",
"country" : {
"description" : "...",
"historized" : true,
"currency" : { },
"version" : 12345,
"transient" : true,
"auditable" : { },
"code" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"countryCode" : "...",
"id" : 12345,
"language" : { },
"notified" : true,
"auditableFields" : [ { }, { } ],
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
}
}
},
"itemId" : "...",
"productInstances" : [ {
"id" : 12345,
"description" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"seller" : {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
},
"transient" : true,
"quantity" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"parentEntityType" : { },
"version" : 12345,
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"code" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"productTemplate" : {
"channels" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"parentEntityType" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"businessAccountModels" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"active" : true,
"customerCategories" : [ { }, { } ],
"parentEntity" : { },
"auditable" : { },
"uuid" : "...",
"productChargeTemplates" : [ { }, { } ],
"disabled" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"version" : 12345,
"walletTemplates" : [ { }, { } ],
"cfValues" : { },
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessProductModel" : { },
"globalRatingScriptInstance" : { },
"historized" : true,
"imagePath" : "...",
"attachments" : [ { }, { } ],
"notified" : true,
"lifeCycleStatus" : "LAUNCHED",
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"name" : "...",
"code" : "...",
"appendGeneratedCode" : true,
"sellers" : [ { }, { } ],
"descriptionAndCode" : "...",
"codeChanged" : true,
"description" : "...",
"validity" : { },
"transient" : true,
"id" : 12345,
"invoicingCalendar" : { },
"nameOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"longDescription" : "..."
},
"notified" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"applicationDate" : 12345,
"subscription" : {
"renewed" : true,
"nextVersion" : { },
"historized" : true,
"previousVersion" : { },
"order" : { },
"subscriptionExpired" : true,
"minimumLabelEl" : "...",
"endAgreementDate" : 12345,
"minInvoiceLines" : [ { }, { } ],
"minimumArticle" : { },
"accessPoints" : [ { }, { } ],
"billingCycle" : { },
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"code" : "...",
"autoEndOfEngagement" : true,
"cfAccumulatedValues" : { },
"productInstances" : [ { }, { } ],
"referenceDescription" : "...",
"status" : "CREATED",
"defaultLevel" : true,
"subscriptionDaysAge" : 12345,
"mailingType" : "BATCH",
"email" : "...",
"notifyOfRenewalDate" : 12345,
"emailTemplate" : { },
"transient" : true,
"subscriptionDate" : 12345,
"allDiscountPlanInstances" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"subscriptionTerminationReason" : { },
"referenceCode" : "...",
"description" : "...",
"ccedEmails" : "...",
"minimumAmountEl" : "...",
"paymentMethod" : { },
"codeChanged" : true,
"active" : true,
"auditable" : { },
"salesPersonName" : "...",
"versionNumber" : 12345,
"orderNumber" : "...",
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"cfValues" : { },
"electronicBilling" : true,
"auditableFields" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"billingRun" : { },
"offer" : { },
"prestation" : "...",
"anyServiceActive" : true,
"serviceInstances" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"terminationDate" : 12345,
"discountPlan" : { },
"statusDate" : 12345,
"renewalDate" : 12345,
"parentEntity" : { },
"subscribedTillDate" : 12345,
"renewalNotifiedDate" : 12345,
"ratingGroup" : "...",
"seller" : { },
"validity" : { },
"userAccount" : { },
"attributeInstances" : [ { }, { } ],
"fireRenewalNotice" : true,
"totalInvoicingAmountTax" : 12345.0,
"orderOffer" : { },
"initialSubscriptionRenewal" : "...",
"edrs" : [ { }, { } ],
"parentEntityType" : { },
"descriptionOrCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"accountOperations" : [ { }, { } ],
"version" : 12345,
"discountPlanInstances" : [ { }, { } ],
"subscriptionMonthsAge" : 12345,
"minimumChargeTemplate" : { },
"minRatedTransactions" : [ { }, { } ]
},
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
} ],
"uuid" : "...",
"userAccount" : {
"contactInformationNullSafe" : { },
"registrationNo" : "...",
"minimumChargeTemplate" : { },
"statusDate" : 12345,
"name" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "CANCELED",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : { },
"minimumAmountEl" : "...",
"minimumArticle" : { },
"seller" : { },
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : { },
"billingAccount" : { },
"contactInformation" : { },
"jobTitle" : "...",
"primaryContact" : { },
"userAccounts" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"subscriptions" : [ { }, { } ],
"providerContact" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"wallet" : { },
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : { },
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"referenceCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"terminationReason" : { },
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"terminationDate" : 12345,
"cfValues" : { }
},
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"codeChanged" : true,
"referenceCode" : "...",
"productChargeInstances" : [ {
"terminationDate" : 12345,
"transient" : true,
"notified" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeDate" : 12345,
"walletOperationsSorted" : [ { }, { } ],
"criteria2" : "...",
"prepaid" : true,
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"applyDiscountsOnOverridenPrice" : true,
"appendGeneratedCode" : true,
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"code" : "...",
"subscription" : { },
"cfValues" : { },
"overchargedUnitAmountWithoutTax" : 12345.0,
"chargeType" : "...",
"prepaidWalletInstances" : [ { }, { } ],
"version" : 12345,
"chargeMainType" : "ONESHOT",
"seller" : { },
"quantity" : 12345.0,
"productInstance" : { },
"codeChanged" : true,
"country" : { },
"reactivationDate" : 12345,
"amountWithoutTax" : 12345.0,
"status" : "SUSPENDED",
"currency" : { },
"parentEntity" : { },
"id" : 12345,
"amountWithTax" : 12345.0,
"walletInstances" : [ { }, { } ],
"productChargeTemplate" : { },
"userAccount" : { },
"referenceDescription" : "...",
"chargeTemplate" : { },
"taxClassResolved" : { },
"descriptionOrCode" : "...",
"parentEntityType" : { },
"invoicingCalendar" : { },
"orderNumber" : "...",
"criteria3" : "...",
"statusDate" : 12345,
"criteria1" : "...",
"description" : "...",
"serviceInstance" : { },
"counter" : { }
}, {
"terminationDate" : 12345,
"transient" : true,
"notified" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeDate" : 12345,
"walletOperationsSorted" : [ { }, { } ],
"criteria2" : "...",
"prepaid" : true,
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"applyDiscountsOnOverridenPrice" : true,
"appendGeneratedCode" : true,
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"code" : "...",
"subscription" : { },
"cfValues" : { },
"overchargedUnitAmountWithoutTax" : 12345.0,
"chargeType" : "...",
"prepaidWalletInstances" : [ { }, { } ],
"version" : 12345,
"chargeMainType" : "RECURRING",
"seller" : { },
"quantity" : 12345.0,
"productInstance" : { },
"codeChanged" : true,
"country" : { },
"reactivationDate" : 12345,
"amountWithoutTax" : 12345.0,
"status" : "TERMINATED",
"currency" : { },
"parentEntity" : { },
"id" : 12345,
"amountWithTax" : 12345.0,
"walletInstances" : [ { }, { } ],
"productChargeTemplate" : { },
"userAccount" : { },
"referenceDescription" : "...",
"chargeTemplate" : { },
"taxClassResolved" : { },
"descriptionOrCode" : "...",
"parentEntityType" : { },
"invoicingCalendar" : { },
"orderNumber" : "...",
"criteria3" : "...",
"statusDate" : 12345,
"criteria1" : "...",
"description" : "...",
"serviceInstance" : { },
"counter" : { }
} ],
"orderNumber" : "..."
}, {
"id" : 12345,
"description" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"seller" : {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
},
"transient" : true,
"quantity" : 12345.0,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"parentEntityType" : { },
"version" : 12345,
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"code" : "...",
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"productTemplate" : {
"channels" : [ { }, { } ],
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"parentEntityType" : { },
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"businessAccountModels" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"offerTemplateCategories" : [ { }, { } ],
"active" : true,
"customerCategories" : [ { }, { } ],
"parentEntity" : { },
"auditable" : { },
"uuid" : "...",
"productChargeTemplates" : [ { }, { } ],
"disabled" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"version" : 12345,
"walletTemplates" : [ { }, { } ],
"cfValues" : { },
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"businessProductModel" : { },
"globalRatingScriptInstance" : { },
"historized" : true,
"imagePath" : "...",
"attachments" : [ { }, { } ],
"notified" : true,
"lifeCycleStatus" : "IN_DESIGN",
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"name" : "...",
"code" : "...",
"appendGeneratedCode" : true,
"sellers" : [ { }, { } ],
"descriptionAndCode" : "...",
"codeChanged" : true,
"description" : "...",
"validity" : { },
"transient" : true,
"id" : 12345,
"invoicingCalendar" : { },
"nameOrCode" : "...",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"longDescription" : "..."
},
"notified" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"applicationDate" : 12345,
"subscription" : {
"renewed" : true,
"nextVersion" : { },
"historized" : true,
"previousVersion" : { },
"order" : { },
"subscriptionExpired" : true,
"minimumLabelEl" : "...",
"endAgreementDate" : 12345,
"minInvoiceLines" : [ { }, { } ],
"minimumArticle" : { },
"accessPoints" : [ { }, { } ],
"billingCycle" : { },
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"code" : "...",
"autoEndOfEngagement" : true,
"cfAccumulatedValues" : { },
"productInstances" : [ { }, { } ],
"referenceDescription" : "...",
"status" : "ACTIVE",
"defaultLevel" : true,
"subscriptionDaysAge" : 12345,
"mailingType" : "BATCH",
"email" : "...",
"notifyOfRenewalDate" : 12345,
"emailTemplate" : { },
"transient" : true,
"subscriptionDate" : 12345,
"allDiscountPlanInstances" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"subscriptionTerminationReason" : { },
"referenceCode" : "...",
"description" : "...",
"ccedEmails" : "...",
"minimumAmountEl" : "...",
"paymentMethod" : { },
"codeChanged" : true,
"active" : true,
"auditable" : { },
"salesPersonName" : "...",
"versionNumber" : 12345,
"orderNumber" : "...",
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"cfValues" : { },
"electronicBilling" : true,
"auditableFields" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"billingRun" : { },
"offer" : { },
"prestation" : "...",
"anyServiceActive" : true,
"serviceInstances" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"terminationDate" : 12345,
"discountPlan" : { },
"statusDate" : 12345,
"renewalDate" : 12345,
"parentEntity" : { },
"subscribedTillDate" : 12345,
"renewalNotifiedDate" : 12345,
"ratingGroup" : "...",
"seller" : { },
"validity" : { },
"userAccount" : { },
"attributeInstances" : [ { }, { } ],
"fireRenewalNotice" : true,
"totalInvoicingAmountTax" : 12345.0,
"orderOffer" : { },
"initialSubscriptionRenewal" : "...",
"edrs" : [ { }, { } ],
"parentEntityType" : { },
"descriptionOrCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"accountOperations" : [ { }, { } ],
"version" : 12345,
"discountPlanInstances" : [ { }, { } ],
"subscriptionMonthsAge" : 12345,
"minimumChargeTemplate" : { },
"minRatedTransactions" : [ { }, { } ]
},
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "OTHER",
"historized" : true
} ],
"uuid" : "...",
"userAccount" : {
"contactInformationNullSafe" : { },
"registrationNo" : "...",
"minimumChargeTemplate" : { },
"statusDate" : 12345,
"name" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "CLOSED",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : { },
"minimumAmountEl" : "...",
"minimumArticle" : { },
"seller" : { },
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : { },
"billingAccount" : { },
"contactInformation" : { },
"jobTitle" : "...",
"primaryContact" : { },
"userAccounts" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"subscriptions" : [ { }, { } ],
"providerContact" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"wallet" : { },
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : { },
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"referenceCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"terminationReason" : { },
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"terminationDate" : 12345,
"cfValues" : { }
},
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"codeChanged" : true,
"referenceCode" : "...",
"productChargeInstances" : [ {
"terminationDate" : 12345,
"transient" : true,
"notified" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeDate" : 12345,
"walletOperationsSorted" : [ { }, { } ],
"criteria2" : "...",
"prepaid" : true,
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"applyDiscountsOnOverridenPrice" : true,
"appendGeneratedCode" : true,
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"code" : "...",
"subscription" : { },
"cfValues" : { },
"overchargedUnitAmountWithoutTax" : 12345.0,
"chargeType" : "...",
"prepaidWalletInstances" : [ { }, { } ],
"version" : 12345,
"chargeMainType" : "RECURRING",
"seller" : { },
"quantity" : 12345.0,
"productInstance" : { },
"codeChanged" : true,
"country" : { },
"reactivationDate" : 12345,
"amountWithoutTax" : 12345.0,
"status" : "PENDING",
"currency" : { },
"parentEntity" : { },
"id" : 12345,
"amountWithTax" : 12345.0,
"walletInstances" : [ { }, { } ],
"productChargeTemplate" : { },
"userAccount" : { },
"referenceDescription" : "...",
"chargeTemplate" : { },
"taxClassResolved" : { },
"descriptionOrCode" : "...",
"parentEntityType" : { },
"invoicingCalendar" : { },
"orderNumber" : "...",
"criteria3" : "...",
"statusDate" : 12345,
"criteria1" : "...",
"description" : "...",
"serviceInstance" : { },
"counter" : { }
}, {
"terminationDate" : 12345,
"transient" : true,
"notified" : true,
"accumulatorCounterInstances" : [ { }, { } ],
"walletOperations" : [ { }, { } ],
"chargeDate" : 12345,
"walletOperationsSorted" : [ { }, { } ],
"criteria2" : "...",
"prepaid" : true,
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"applyDiscountsOnOverridenPrice" : true,
"appendGeneratedCode" : true,
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"auditable" : { },
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"code" : "...",
"subscription" : { },
"cfValues" : { },
"overchargedUnitAmountWithoutTax" : 12345.0,
"chargeType" : "...",
"prepaidWalletInstances" : [ { }, { } ],
"version" : 12345,
"chargeMainType" : "RECURRING",
"seller" : { },
"quantity" : 12345.0,
"productInstance" : { },
"codeChanged" : true,
"country" : { },
"reactivationDate" : 12345,
"amountWithoutTax" : 12345.0,
"status" : "ACTIVE",
"currency" : { },
"parentEntity" : { },
"id" : 12345,
"amountWithTax" : 12345.0,
"walletInstances" : [ { }, { } ],
"productChargeTemplate" : { },
"userAccount" : { },
"referenceDescription" : "...",
"chargeTemplate" : { },
"taxClassResolved" : { },
"descriptionOrCode" : "...",
"parentEntityType" : { },
"invoicingCalendar" : { },
"orderNumber" : "...",
"criteria3" : "...",
"statusDate" : 12345,
"criteria1" : "...",
"description" : "...",
"serviceInstance" : { },
"counter" : { }
} ],
"orderNumber" : "..."
} ],
"orderItemProductOfferings" : [ {
"id" : { },
"transient" : true,
"orderItem" : {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "IN_PROGRESS",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "MODIFY",
"historized" : true,
"appendGeneratedCode" : true
},
"productOffering" : {
"active" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"customerCategories" : [ { }, { } ],
"channels" : [ { }, { } ],
"referenceCode" : "...",
"validity" : { },
"historized" : true,
"transient" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"imagePath" : "...",
"descriptionOrCode" : "...",
"codeChanged" : true,
"description" : "...",
"disabled" : true,
"longDescription" : "...",
"auditable" : { },
"sellers" : [ { }, { } ],
"businessAccountModels" : [ { }, { } ],
"version" : 12345,
"nameOrCode" : "...",
"parentEntityType" : { },
"id" : 12345,
"cfAccumulatedValues" : { },
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"offerTemplateCategories" : [ { }, { } ],
"lifeCycleStatus" : "REJECTED",
"auditableFields" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"uuid" : "...",
"parentEntity" : { },
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"attachments" : [ { }, { } ],
"name" : "..."
},
"itemOrder" : 12345
}, {
"id" : { },
"transient" : true,
"orderItem" : {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "DEFERRED",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "DELETE",
"historized" : true,
"appendGeneratedCode" : true
},
"productOffering" : {
"active" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"customerCategories" : [ { }, { } ],
"channels" : [ { }, { } ],
"referenceCode" : "...",
"validity" : { },
"historized" : true,
"transient" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"imagePath" : "...",
"descriptionOrCode" : "...",
"codeChanged" : true,
"description" : "...",
"disabled" : true,
"longDescription" : "...",
"auditable" : { },
"sellers" : [ { }, { } ],
"businessAccountModels" : [ { }, { } ],
"version" : 12345,
"nameOrCode" : "...",
"parentEntityType" : { },
"id" : 12345,
"cfAccumulatedValues" : { },
"referenceDescription" : "...",
"parentCFEntities" : [ { }, { } ],
"descriptionAndCode" : "...",
"offerTemplateCategories" : [ { }, { } ],
"lifeCycleStatus" : "ACTIVE",
"auditableFields" : [ { }, { } ],
"globalRatingScriptInstance" : { },
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"uuid" : "...",
"parentEntity" : { },
"cfValues" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"attachments" : [ { }, { } ],
"name" : "..."
},
"itemOrder" : 12345
} ],
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
} ],
"parentCFEntities" : [ {
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"uuid" : "...",
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
}
}, {
"cfValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"uuid" : "...",
"CFValuesCopy" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
}
} ],
"orderHistories" : [ {
"version" : 12345,
"orderNumber" : "...",
"orderItem" : {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "CANCELLED",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "MODIFY",
"historized" : true,
"appendGeneratedCode" : true
},
"eventDate" : 12345,
"action" : "MODIFY",
"serviceInstance" : {
"subscriptionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"calendarPS" : { },
"descriptionAndCode" : "...",
"cfValues" : { },
"statusDate" : 12345,
"cfAccumulatedValues" : { },
"priceVersionDateSetting" : "RENEWAL",
"uuid" : "...",
"subscribedTillDate" : 12345,
"parentEntity" : { },
"endAgreementDate" : 12345,
"discountPlanInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"historized" : true,
"status" : "CLOSED",
"serviceTemplate" : { },
"productVersion" : { },
"fireRenewalNotice" : true,
"notified" : true,
"codeChanged" : true,
"subscriptionExpired" : true,
"auditable" : { },
"appendGeneratedCode" : true,
"terminationChargeInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"usageChargeInstances" : [ { }, { } ],
"serviceCharge" : { },
"autoEndOfEngagement" : true,
"previousQuantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"reactivationDate" : 12345,
"minimumArticle" : { },
"renewed" : true,
"terminationDate" : 12345,
"transient" : true,
"activationDate" : 12345,
"rateUntilDate" : 12345,
"quoteProduct" : { },
"psInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"descriptionAndStatus" : "...",
"priceVersionDate" : 12345,
"quantityChanged" : true,
"chargeInstances" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"orderItemId" : 12345,
"referenceDescription" : "...",
"amountPS" : 12345.0,
"orderHistories" : [ { }, { } ],
"parentEntityType" : { },
"ratedTransactions" : [ { }, { } ],
"id" : 12345,
"minimumAmountEl" : "...",
"initialServiceRenewal" : "...",
"orderItemAction" : "ADD",
"version" : 12345,
"minimumChargeTemplate" : { },
"description" : "...",
"quantity" : 12345.0,
"paymentDayInMonthPS" : 12345,
"referenceCode" : "...",
"invoicingCalendar" : { },
"seller" : { },
"minimumInvoiceSubCategory" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minimumLabelEl" : "...",
"deliveryDate" : 12345,
"recurringChargeInstances" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"code" : "...",
"descriptionOrCode" : "...",
"orderNumber" : "...",
"subscription" : { },
"serviceRenewal" : { },
"attributeInstances" : [ { }, { } ]
},
"id" : 12345,
"transient" : true
}, {
"version" : 12345,
"orderNumber" : "...",
"orderItem" : {
"description" : "...",
"id" : 12345,
"cfAccumulatedValues" : { },
"status" : "PARTIAL",
"auditable" : { },
"descriptionAndCode" : "...",
"order" : { },
"descriptionOrCode" : "...",
"source" : "...",
"referenceCode" : "...",
"shippingAddress" : { },
"itemId" : "...",
"productInstances" : [ { }, { } ],
"orderItemProductOfferings" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"parentCFEntities" : [ { }, { } ],
"orderHistories" : [ { }, { } ],
"version" : 12345,
"subscription" : { },
"notified" : true,
"mainOffering" : { },
"code" : "...",
"parentEntity" : { },
"userAccount" : { },
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"cfValues" : { },
"uuid" : "...",
"action" : "DELETE",
"historized" : true,
"appendGeneratedCode" : true
},
"eventDate" : 12345,
"action" : "ADD",
"serviceInstance" : {
"subscriptionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"calendarPS" : { },
"descriptionAndCode" : "...",
"cfValues" : { },
"statusDate" : 12345,
"cfAccumulatedValues" : { },
"priceVersionDateSetting" : "EVENT",
"uuid" : "...",
"subscribedTillDate" : 12345,
"parentEntity" : { },
"endAgreementDate" : 12345,
"discountPlanInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"historized" : true,
"status" : "PENDING",
"serviceTemplate" : { },
"productVersion" : { },
"fireRenewalNotice" : true,
"notified" : true,
"codeChanged" : true,
"subscriptionExpired" : true,
"auditable" : { },
"appendGeneratedCode" : true,
"terminationChargeInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"usageChargeInstances" : [ { }, { } ],
"serviceCharge" : { },
"autoEndOfEngagement" : true,
"previousQuantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"reactivationDate" : 12345,
"minimumArticle" : { },
"renewed" : true,
"terminationDate" : 12345,
"transient" : true,
"activationDate" : 12345,
"rateUntilDate" : 12345,
"quoteProduct" : { },
"psInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"descriptionAndStatus" : "...",
"priceVersionDate" : 12345,
"quantityChanged" : true,
"chargeInstances" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"orderItemId" : 12345,
"referenceDescription" : "...",
"amountPS" : 12345.0,
"orderHistories" : [ { }, { } ],
"parentEntityType" : { },
"ratedTransactions" : [ { }, { } ],
"id" : 12345,
"minimumAmountEl" : "...",
"initialServiceRenewal" : "...",
"orderItemAction" : "MODIFY",
"version" : 12345,
"minimumChargeTemplate" : { },
"description" : "...",
"quantity" : 12345.0,
"paymentDayInMonthPS" : 12345,
"referenceCode" : "...",
"invoicingCalendar" : { },
"seller" : { },
"minimumInvoiceSubCategory" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minimumLabelEl" : "...",
"deliveryDate" : 12345,
"recurringChargeInstances" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"code" : "...",
"descriptionOrCode" : "...",
"orderNumber" : "...",
"subscription" : { },
"serviceRenewal" : { },
"attributeInstances" : [ { }, { } ]
},
"id" : 12345,
"transient" : true
} ],
"version" : 12345,
"subscription" : {
"renewed" : true,
"nextVersion" : { },
"historized" : true,
"previousVersion" : { },
"order" : {
"statusDate" : 12345,
"orderNumber" : "...",
"orderParent" : { },
"progressDate" : 12345,
"totalInvoicingAmountTax" : 12345.0,
"invoicingPlan" : { },
"id" : 12345,
"auditable" : { },
"orderInvoiceType" : { },
"externalReference" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"status" : "...",
"quote" : { },
"minInvoiceLines" : [ { }, { } ],
"billingCycle" : { },
"quoteVersion" : { },
"contract" : { },
"invoices" : [ { }, { } ],
"orderProgressTmp" : 12345,
"billingRun" : { },
"parentEntity" : { },
"historized" : true,
"customerServiceBegin" : 12345,
"code" : "...",
"orderDate" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"seller" : { },
"cfValues" : { },
"parentEntityType" : { },
"access" : { },
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"notified" : true,
"orderType" : { },
"codeChanged" : true,
"billingAccount" : { },
"appendGeneratedCode" : true,
"uuid" : "...",
"minRatedTransactions" : [ { }, { } ],
"orderLots" : [ { }, { } ],
"deliveryDate" : 12345,
"orderProgress" : 12345,
"userAccount" : { },
"cfAccumulatedValues" : { },
"salesPersonName" : "...",
"discountPlan" : { },
"referenceCode" : "...",
"label" : "...",
"referenceDescription" : "...",
"description" : "...",
"version" : 12345,
"orderPrices" : [ { }, { } ],
"oneShotTotalAmount" : 12345.0,
"offers" : [ { }, { } ],
"rateInvoiced" : 12345,
"totalInvoicingAmountWithoutTax" : 12345.0,
"customerServiceDuration" : 12345
},
"subscriptionExpired" : true,
"minimumLabelEl" : "...",
"endAgreementDate" : 12345,
"minInvoiceLines" : [ {
"commercialOrder" : { },
"discountPlanItem" : { },
"convertedAmountWithoutTax" : 12345.0,
"convertedDiscountAmount" : 12345.0,
"invoice" : { },
"cfValues" : { },
"orderRef" : "...",
"taxMode" : "RATE",
"auditableFields" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"amountWithTax" : 12345.0,
"auditable" : { },
"accountingArticle" : { },
"sequence" : 12345,
"version" : 12345,
"convertedUnitPrice" : 12345.0,
"tax" : { },
"rawAmount" : 12345.0,
"taxOverridden" : true,
"serviceTemplate" : { },
"discountAmount" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"offerTemplate" : { },
"convertedRawAmount" : 12345.0,
"validity" : { },
"prestation" : "...",
"accessPoint" : "...",
"offerServiceTemplate" : { },
"uuid" : "...",
"orderNumber" : "...",
"unitPrice" : 12345.0,
"cfAccumulatedValues" : { },
"valueDate" : 12345,
"id" : 12345,
"status" : "OPEN",
"ratedTransactions" : [ { }, { } ],
"quantity" : 12345.0,
"discountRate" : 12345.0,
"billingRun" : { },
"historized" : true,
"taxRate" : 12345.0,
"amountTax" : 12345.0,
"billingAccount" : { },
"orderOffer" : { },
"discountValue" : 12345.0,
"invoiceAggregateF" : { },
"label" : "...",
"convertedAmountWithTax" : 12345.0,
"quote" : { },
"notified" : true,
"taxRecalculated" : true,
"openOrderNumber" : "...",
"product" : { },
"quoteOffer" : { },
"discountPlanType" : "FIXED",
"convertedAmountTax" : 12345.0,
"serviceInstance" : { },
"productVersion" : { },
"discountPlan" : { },
"orderLot" : { },
"amountWithoutTax" : 12345.0,
"discountedInvoiceLine" : { }
}, {
"commercialOrder" : { },
"discountPlanItem" : { },
"convertedAmountWithoutTax" : 12345.0,
"convertedDiscountAmount" : 12345.0,
"invoice" : { },
"cfValues" : { },
"orderRef" : "...",
"taxMode" : "TAX",
"auditableFields" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"amountWithTax" : 12345.0,
"auditable" : { },
"accountingArticle" : { },
"sequence" : 12345,
"version" : 12345,
"convertedUnitPrice" : 12345.0,
"tax" : { },
"rawAmount" : 12345.0,
"taxOverridden" : true,
"serviceTemplate" : { },
"discountAmount" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"offerTemplate" : { },
"convertedRawAmount" : 12345.0,
"validity" : { },
"prestation" : "...",
"accessPoint" : "...",
"offerServiceTemplate" : { },
"uuid" : "...",
"orderNumber" : "...",
"unitPrice" : 12345.0,
"cfAccumulatedValues" : { },
"valueDate" : 12345,
"id" : 12345,
"status" : "RERATED",
"ratedTransactions" : [ { }, { } ],
"quantity" : 12345.0,
"discountRate" : 12345.0,
"billingRun" : { },
"historized" : true,
"taxRate" : 12345.0,
"amountTax" : 12345.0,
"billingAccount" : { },
"orderOffer" : { },
"discountValue" : 12345.0,
"invoiceAggregateF" : { },
"label" : "...",
"convertedAmountWithTax" : 12345.0,
"quote" : { },
"notified" : true,
"taxRecalculated" : true,
"openOrderNumber" : "...",
"product" : { },
"quoteOffer" : { },
"discountPlanType" : "PERCENTAGE",
"convertedAmountTax" : 12345.0,
"serviceInstance" : { },
"productVersion" : { },
"discountPlan" : { },
"orderLot" : { },
"amountWithoutTax" : 12345.0,
"discountedInvoiceLine" : { }
} ],
"minimumArticle" : {
"description" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"appendGeneratedCode" : true,
"invoiceSubCategory" : { },
"code" : "...",
"accountingCodeEl" : "...",
"referenceCode" : "...",
"accountingCodeMappings" : [ { }, { } ],
"parentEntityType" : { },
"taxClass" : { },
"descriptionOrCode" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"invoiceType" : { },
"historized" : true,
"analyticCode2" : "...",
"parentEntity" : { },
"unitPrice" : 12345.0,
"auditableFields" : [ { }, { } ],
"cfValues" : { },
"transient" : true,
"analyticCode1" : "...",
"active" : true,
"referenceDescription" : "...",
"articleFamily" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode3" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"notified" : true,
"accountingCode" : { },
"columnCriteriaEL" : "...",
"invoiceTypeEl" : "...",
"uuid" : "...",
"auditable" : { },
"ignoreAggregation" : true,
"disabled" : true,
"descriptionAndCode" : "..."
},
"accessPoints" : [ {
"auditableFields" : [ { }, { } ],
"accessUserId" : "...",
"auditable" : { },
"notified" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"disabled" : true,
"historized" : true,
"cacheKey" : "...",
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"version" : 12345,
"cfValues" : { },
"endDate" : 12345,
"active" : true
}, {
"auditableFields" : [ { }, { } ],
"accessUserId" : "...",
"auditable" : { },
"notified" : true,
"cfAccumulatedValues" : { },
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"disabled" : true,
"historized" : true,
"cacheKey" : "...",
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"version" : 12345,
"cfValues" : { },
"endDate" : 12345,
"active" : true
} ],
"billingCycle" : {
"descriptionAndCode" : "...",
"uuid" : "...",
"version" : 12345,
"type" : "ORDER",
"lastTransactionDateDelayEL" : "...",
"parentEntityType" : { },
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"cfAccumulatedValues" : { },
"invoiceType" : { },
"cfValues" : { },
"descriptionOrCode" : "...",
"billingRunValidationScript" : { },
"checkThreshold" : "BEFORE_DISCOUNT",
"dueDateDelayEL" : "...",
"referenceCode" : "...",
"code" : "...",
"transient" : true,
"splitPerPaymentMethod" : true,
"appendGeneratedCode" : true,
"parentEntity" : { },
"invoiceDateProductionDelayEL" : "...",
"collectionDateDelayEl" : "...",
"invoiceTypeEl" : "...",
"codeChanged" : true,
"id" : 12345,
"billingTemplateNameEL" : "...",
"description" : "...",
"notified" : true,
"invoiceDateDelayEL" : "...",
"referenceDate" : "LAST_TRANSACTION_DATE",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"auditable" : { },
"referenceDescription" : "...",
"invoicingThreshold" : 12345.0,
"lastTransactionDateEL" : "...",
"auditableFields" : [ { }, { } ],
"thresholdPerEntity" : true,
"scriptInstance" : { },
"calendar" : { },
"computeDatesAtValidation" : true
},
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"uuid" : "...",
"subscriptionRenewal" : {
"invoiceAgreementImmediately" : true,
"reimburseOneshots" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"codeChanged" : true,
"applyReimbursment" : true,
"initialyActiveFor" : 12345,
"extendAgreementPeriodToSubscribedTillDate" : true,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"applyTerminationCharges" : true,
"endOfTermAction" : "TERMINATE",
"transient" : true,
"description" : "...",
"autoRenewDate" : 12345,
"referenceCode" : "...",
"parentEntity" : { },
"autoRenew" : true,
"code" : "...",
"appendGeneratedCode" : true,
"parentEntityType" : { },
"auditable" : { },
"id" : 12345,
"applyAgreement" : true,
"overrideProrata" : "NO_OVERRIDE",
"daysNotifyRenewal" : 12345,
"initialyActiveForUnit" : "DAY",
"renewForUnit" : "MONTH",
"renewFor" : 12345,
"initialTermType" : "RECURRING",
"calendarInitialyActiveFor" : { },
"calendarRenewFor" : { },
"renewalTermType" : "RECURRING",
"referenceDescription" : "...",
"version" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ]
},
"appendGeneratedCode" : true,
"code" : "...",
"autoEndOfEngagement" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"productInstances" : [ {
"id" : 12345,
"description" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"seller" : { },
"transient" : true,
"quantity" : 12345.0,
"cfValues" : { },
"parentEntityType" : { },
"version" : 12345,
"parentEntity" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"productTemplate" : { },
"notified" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"auditable" : { },
"applicationDate" : 12345,
"subscription" : { },
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"userAccount" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"productChargeInstances" : [ { }, { } ],
"orderNumber" : "..."
}, {
"id" : 12345,
"description" : "...",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"seller" : { },
"transient" : true,
"quantity" : 12345.0,
"cfValues" : { },
"parentEntityType" : { },
"version" : 12345,
"parentEntity" : { },
"code" : "...",
"cfAccumulatedValues" : { },
"productTemplate" : { },
"notified" : true,
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"historized" : true,
"auditable" : { },
"applicationDate" : 12345,
"subscription" : { },
"auditableFields" : [ { }, { } ],
"uuid" : "...",
"userAccount" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"referenceCode" : "...",
"productChargeInstances" : [ { }, { } ],
"orderNumber" : "..."
} ],
"referenceDescription" : "...",
"status" : "CREATED",
"defaultLevel" : true,
"subscriptionDaysAge" : 12345,
"mailingType" : "MANUAL",
"email" : "...",
"notifyOfRenewalDate" : 12345,
"emailTemplate" : {
"htmlContent" : "...",
"codeChanged" : true,
"startDate" : 12345,
"descriptionOrCode" : "...",
"textContent" : "...",
"type" : "OTHER",
"version" : 12345,
"tagStartDelimiter" : "...",
"parentEntityType" : { },
"code" : "...",
"id" : 12345,
"subject" : "...",
"descriptionAndCode" : "...",
"referenceDescription" : "...",
"endDate" : 12345,
"tagEndDelimiter" : "...",
"parentEntity" : { },
"auditableFields" : [ { }, { } ],
"auditable" : { },
"notified" : true,
"description" : "...",
"transient" : true,
"historized" : true,
"referenceCode" : "...",
"media" : "EMAIL",
"appendGeneratedCode" : true
},
"transient" : true,
"subscriptionDate" : 12345,
"allDiscountPlanInstances" : [ {
"cfAccumulatedValues" : { },
"endDate" : 12345,
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"status" : "ACTIVE",
"applicationCount" : 12345,
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"cfValues" : { },
"valid" : true,
"statusDate" : 12345,
"serviceInstance" : { },
"discountPlan" : { },
"billingAccount" : { }
}, {
"cfAccumulatedValues" : { },
"endDate" : 12345,
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"status" : "EXPIRED",
"applicationCount" : 12345,
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"cfValues" : { },
"valid" : true,
"statusDate" : 12345,
"serviceInstance" : { },
"discountPlan" : { },
"billingAccount" : { }
} ],
"notified" : true,
"id" : 12345,
"subscriptionTerminationReason" : {
"parentEntity" : { },
"description" : "...",
"codeChanged" : true,
"invoiceAgreementImmediately" : true,
"transient" : true,
"historized" : true,
"referenceCode" : "...",
"applyAgreement" : true,
"version" : 12345,
"id" : 12345,
"applyTerminationCharges" : true,
"overrideProrata" : "NO_PRORATA",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"notified" : true,
"descriptionOrCode" : "...",
"applyReimbursment" : true,
"reimburseOneshots" : true,
"descriptionAndCode" : "...",
"referenceDescription" : "..."
},
"referenceCode" : "...",
"description" : "...",
"ccedEmails" : "...",
"minimumAmountEl" : "...",
"paymentMethod" : {
"userId" : "...",
"version" : 12345,
"info1" : "...",
"active" : true,
"alias" : "...",
"auditableFields" : [ { }, { } ],
"expired" : true,
"referenceDocument" : { },
"info4" : "...",
"uuid" : "...",
"preferred" : true,
"customerAccount" : { },
"id" : 12345,
"tokenId" : "...",
"cfAccumulatedValues" : { },
"token3DsId" : "...",
"disabled" : true,
"historized" : true,
"parentCFEntities" : [ { }, { } ],
"notified" : true,
"info3" : "...",
"cfValues" : { },
"paymentType" : "CASH",
"info2" : "...",
"action" : "...",
"transient" : true,
"auditable" : { },
"info5" : "..."
},
"codeChanged" : true,
"active" : true,
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"salesPersonName" : "...",
"versionNumber" : 12345,
"orderNumber" : "...",
"descriptionAndCode" : "...",
"counters" : {
"property1" : {
"historized" : true,
"chargeInstances" : [ { }, { } ],
"description" : "...",
"counterTemplate" : { },
"id" : 12345,
"referenceDescription" : "...",
"code" : "...",
"referenceCode" : "...",
"subscription" : { },
"version" : 12345,
"transient" : true,
"descriptionAndCode" : "...",
"serviceInstance" : { },
"codeChanged" : true,
"customer" : { },
"auditable" : { },
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"customerAccount" : { },
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"counterPeriods" : [ { }, { } ],
"userAccount" : { },
"notified" : true,
"usageChargeInstances" : [ { }, { } ],
"appendGeneratedCode" : true
},
"property2" : {
"historized" : true,
"chargeInstances" : [ { }, { } ],
"description" : "...",
"counterTemplate" : { },
"id" : 12345,
"referenceDescription" : "...",
"code" : "...",
"referenceCode" : "...",
"subscription" : { },
"version" : 12345,
"transient" : true,
"descriptionAndCode" : "...",
"serviceInstance" : { },
"codeChanged" : true,
"customer" : { },
"auditable" : { },
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"customerAccount" : { },
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"counterPeriods" : [ { }, { } ],
"userAccount" : { },
"notified" : true,
"usageChargeInstances" : [ { }, { } ],
"appendGeneratedCode" : true
}
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"electronicBilling" : true,
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
} ],
"minimumInvoiceSubCategory" : {
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"cfAccumulatedValues" : { },
"appendGeneratedCode" : true,
"historized" : true,
"parentEntityType" : { },
"cfValues" : { },
"occTemplateNegative" : { },
"transient" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"description" : "...",
"descriptionOrCode" : "...",
"occTemplate" : { },
"parentEntity" : { },
"sortIndex" : 12345,
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"referenceCode" : "...",
"accountingCode" : { },
"auditableFields" : [ { }, { } ],
"invoiceCategory" : { },
"code" : "...",
"discount" : 12345.0,
"id" : 12345,
"notified" : true,
"auditable" : { },
"descriptionAndCode" : "...",
"codeChanged" : true,
"referenceDescription" : "..."
},
"billingRun" : {
"id" : 12345,
"jobExecutions" : [ { }, { } ],
"filters" : {
"property1" : "...",
"property2" : "..."
},
"exceptionalRTIds" : [ 12345, 12345 ],
"runType" : "EXCEPTIONAL",
"referenceDescription" : "...",
"cfValues" : { },
"status" : "NEW",
"uuid" : "...",
"invoices" : [ { }, { } ],
"selectedBillingAccounts" : "...",
"thresholdChecked" : true,
"prAmountWithoutTax" : 12345.0,
"auditable" : { },
"startDate" : 12345,
"rejectedBillingAccounts" : [ { }, { } ],
"producibleAmountWithoutTax" : 12345.0,
"notified" : true,
"exceptionalBR" : true,
"country" : { },
"transient" : true,
"statusDate" : 12345,
"invoiceType" : { },
"originBillingRun" : { },
"collectionDate" : 12345,
"historized" : true,
"auditableFields" : [ { }, { } ],
"prAmountTax" : 12345.0,
"skipValidationScript" : true,
"billableBillingAcountNumber" : 12345,
"referenceCode" : "...",
"generateAO" : true,
"billableBillingAccounts" : [ { }, { } ],
"exceptionalILIds" : [ 12345, 12345 ],
"invoiceNumber" : 12345,
"language" : { },
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"endDate" : 12345,
"discountApplied" : true,
"processDate" : 12345,
"producibleAmountWithTax" : 12345.0,
"rejectionReason" : "...",
"preInvoicingReports" : { },
"rejectAutoAction" : "MOVE",
"cfAccumulatedValues" : { },
"isQuarantine" : true,
"computeDatesAtValidation" : true,
"lastTransactionDate" : 12345,
"billingRunLists" : [ { }, { } ],
"nextBillingRun" : { },
"referenceDate" : "LAST_TRANSACTION_DATE",
"producibleInvoiceNumber" : 12345,
"billingCycle" : { },
"invoiceDate" : 12345,
"minimumApplied" : true,
"billingAccountNumber" : 12345,
"parentCFEntities" : [ { }, { } ],
"pdfJobExecutionResultId" : 12345,
"prAmountWithTax" : 12345.0,
"postInvoicingReports" : { },
"xmlJobExecutionResultId" : 12345,
"processType" : "FULL_AUTOMATIC",
"currency" : { },
"suspectAutoAction" : "MOVE",
"producibleAmountTax" : 12345.0
},
"offer" : {
"offerServiceTemplates" : [ { }, { } ],
"prefix" : "...",
"parentEntityType" : { },
"businessAccountModels" : [ { }, { } ],
"attachments" : [ { }, { } ],
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"active" : true,
"codeChanged" : true,
"parentCFEntities" : [ { }, { } ],
"statusDate" : 12345,
"uuid" : "...",
"channels" : [ { }, { } ],
"offerComponents" : [ { }, { } ],
"imagePath" : "...",
"allowedDiscountPlans" : [ { }, { } ],
"tags" : [ { }, { } ],
"commercialRules" : [ { }, { } ],
"autoEndOfEngagement" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"offerModel" : { },
"transient" : true,
"minimumChargeTemplate" : { },
"nameOrCode" : "...",
"referenceCode" : "...",
"businessOfferModel" : { },
"productTemplates" : [ { }, { } ],
"customerCategories" : [ { }, { } ],
"auditable" : { },
"description" : "...",
"generateQuoteEdrPerProduct" : true,
"medias" : [ { }, { } ],
"isOfferChangeRestricted" : true,
"descriptionAndCode" : "...",
"minimumArticle" : { },
"auditableFields" : [ { }, { } ],
"isModel" : true,
"appendGeneratedCode" : true,
"minimumAmountEl" : "...",
"code" : "...",
"cfAccumulatedValues" : { },
"globalRatingScriptInstance" : { },
"cfValues" : { },
"lifeCycleStatus" : "IN_STUDY",
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"offerProductTemplates" : [ { }, { } ],
"transientCode" : "...",
"historized" : true,
"subscriptionRenewal" : { },
"id" : 12345,
"offerTemplateCategories" : [ { }, { } ],
"descriptionOrCode" : "...",
"validity" : { },
"minimumInvoiceSubCategory" : { },
"disabled" : true,
"minimumLabelEl" : "...",
"referenceDescription" : "...",
"notified" : true,
"longDescription" : "...",
"name" : "...",
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"sellers" : [ { }, { } ],
"parentEntity" : { },
"offerAttributes" : [ { }, { } ],
"allowedOffersChange" : [ { }, { } ]
},
"prestation" : "...",
"anyServiceActive" : true,
"serviceInstances" : [ {
"subscriptionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"calendarPS" : { },
"descriptionAndCode" : "...",
"cfValues" : { },
"statusDate" : 12345,
"cfAccumulatedValues" : { },
"priceVersionDateSetting" : "DELIVERY",
"uuid" : "...",
"subscribedTillDate" : 12345,
"parentEntity" : { },
"endAgreementDate" : 12345,
"discountPlanInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"historized" : true,
"status" : "TERMINATED",
"serviceTemplate" : { },
"productVersion" : { },
"fireRenewalNotice" : true,
"notified" : true,
"codeChanged" : true,
"subscriptionExpired" : true,
"auditable" : { },
"appendGeneratedCode" : true,
"terminationChargeInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"usageChargeInstances" : [ { }, { } ],
"serviceCharge" : { },
"autoEndOfEngagement" : true,
"previousQuantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"reactivationDate" : 12345,
"minimumArticle" : { },
"renewed" : true,
"terminationDate" : 12345,
"transient" : true,
"activationDate" : 12345,
"rateUntilDate" : 12345,
"quoteProduct" : { },
"psInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"descriptionAndStatus" : "...",
"priceVersionDate" : 12345,
"quantityChanged" : true,
"chargeInstances" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"orderItemId" : 12345,
"referenceDescription" : "...",
"amountPS" : 12345.0,
"orderHistories" : [ { }, { } ],
"parentEntityType" : { },
"ratedTransactions" : [ { }, { } ],
"id" : 12345,
"minimumAmountEl" : "...",
"initialServiceRenewal" : "...",
"orderItemAction" : "MODIFY",
"version" : 12345,
"minimumChargeTemplate" : { },
"description" : "...",
"quantity" : 12345.0,
"paymentDayInMonthPS" : 12345,
"referenceCode" : "...",
"invoicingCalendar" : { },
"seller" : { },
"minimumInvoiceSubCategory" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minimumLabelEl" : "...",
"deliveryDate" : 12345,
"recurringChargeInstances" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"code" : "...",
"descriptionOrCode" : "...",
"orderNumber" : "...",
"subscription" : { },
"serviceRenewal" : { },
"attributeInstances" : [ { }, { } ]
}, {
"subscriptionDate" : 12345,
"parentCFEntities" : [ { }, { } ],
"calendarPS" : { },
"descriptionAndCode" : "...",
"cfValues" : { },
"statusDate" : 12345,
"cfAccumulatedValues" : { },
"priceVersionDateSetting" : "QUOTE",
"uuid" : "...",
"subscribedTillDate" : 12345,
"parentEntity" : { },
"endAgreementDate" : 12345,
"discountPlanInstances" : [ { }, { } ],
"renewalNotifiedDate" : 12345,
"historized" : true,
"status" : "ACTIVE",
"serviceTemplate" : { },
"productVersion" : { },
"fireRenewalNotice" : true,
"notified" : true,
"codeChanged" : true,
"subscriptionExpired" : true,
"auditable" : { },
"appendGeneratedCode" : true,
"terminationChargeInstances" : [ { }, { } ],
"subscriptionTerminationReason" : { },
"usageChargeInstances" : [ { }, { } ],
"serviceCharge" : { },
"autoEndOfEngagement" : true,
"previousQuantity" : 12345.0,
"auditableFields" : [ { }, { } ],
"reactivationDate" : 12345,
"minimumArticle" : { },
"renewed" : true,
"terminationDate" : 12345,
"transient" : true,
"activationDate" : 12345,
"rateUntilDate" : 12345,
"quoteProduct" : { },
"psInstances" : [ { }, { } ],
"subscriptionChargeInstances" : [ { }, { } ],
"descriptionAndStatus" : "...",
"priceVersionDate" : 12345,
"quantityChanged" : true,
"chargeInstances" : [ { }, { } ],
"allDiscountPlanInstances" : [ { }, { } ],
"orderItemId" : 12345,
"referenceDescription" : "...",
"amountPS" : 12345.0,
"orderHistories" : [ { }, { } ],
"parentEntityType" : { },
"ratedTransactions" : [ { }, { } ],
"id" : 12345,
"minimumAmountEl" : "...",
"initialServiceRenewal" : "...",
"orderItemAction" : "MODIFY",
"version" : 12345,
"minimumChargeTemplate" : { },
"description" : "...",
"quantity" : 12345.0,
"paymentDayInMonthPS" : 12345,
"referenceCode" : "...",
"invoicingCalendar" : { },
"seller" : { },
"minimumInvoiceSubCategory" : { },
"counters" : {
"property1" : { },
"property2" : { }
},
"minimumLabelEl" : "...",
"deliveryDate" : 12345,
"recurringChargeInstances" : [ { }, { } ],
"notifyOfRenewalDate" : 12345,
"code" : "...",
"descriptionOrCode" : "...",
"orderNumber" : "...",
"subscription" : { },
"serviceRenewal" : { },
"attributeInstances" : [ { }, { } ]
} ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"terminationDate" : 12345,
"discountPlan" : {
"endDate" : 12345,
"discountPlanItems" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"applicableOnDiscountedPrice" : true,
"statusDate" : 12345,
"applicationLimit" : 12345,
"applicableOnOverriddenPrice" : true,
"active" : true,
"discountPlanType" : "PRODUCT",
"disabled" : true,
"usedQuantity" : 12345,
"id" : 12345,
"initialQuantity" : 12345,
"cfAccumulatedValues" : { },
"minDuration" : 12345,
"parentEntityType" : { },
"appendGeneratedCode" : true,
"expressionEl" : "...",
"historized" : true,
"status" : "DRAFT",
"referenceCode" : "...",
"uuid" : "...",
"descriptionAndCode" : "...",
"parentCFEntities" : [ { }, { } ],
"parentEntity" : { },
"valid" : true,
"codeChanged" : true,
"auditable" : { },
"defaultDuration" : 12345,
"applicationFilterEL" : "...",
"version" : 12345,
"transient" : true,
"maxDuration" : 12345,
"sequence" : 12345,
"description" : "...",
"code" : "...",
"incompatibleDiscountPlans" : [ { }, { } ],
"startDate" : 12345,
"notified" : true,
"durationUnit" : "DAY",
"descriptionOrCode" : "...",
"referenceDescription" : "...",
"cfValues" : { },
"discountPlanaApplicableEntities" : [ { }, { } ]
},
"statusDate" : 12345,
"renewalDate" : 12345,
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"subscribedTillDate" : 12345,
"renewalNotifiedDate" : 12345,
"ratingGroup" : "...",
"seller" : {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
},
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"userAccount" : {
"contactInformationNullSafe" : { },
"registrationNo" : "...",
"minimumChargeTemplate" : { },
"statusDate" : 12345,
"name" : { },
"legalEntityType" : { },
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "TERMINATED",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : { },
"minimumAmountEl" : "...",
"minimumArticle" : { },
"seller" : { },
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : { },
"billingAccount" : { },
"contactInformation" : { },
"jobTitle" : "...",
"primaryContact" : { },
"userAccounts" : [ { }, { } ],
"auditableFields" : [ { }, { } ],
"appendGeneratedCode" : true,
"subscriptions" : [ { }, { } ],
"providerContact" : "...",
"auditable" : { },
"descriptionOrCode" : "...",
"wallet" : { },
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : { },
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : { },
"property2" : { }
},
"referenceCode" : "...",
"parentEntity" : { },
"parentCFEntities" : [ { }, { } ],
"codeChanged" : true,
"terminationReason" : { },
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : { },
"property2" : { }
},
"terminationDate" : 12345,
"cfValues" : { }
},
"attributeInstances" : [ {
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"doubleValue" : 12345.0,
"historized" : true,
"attribute" : { },
"parentAttributeValue" : { },
"subscription" : { },
"cfValues" : { },
"notified" : true,
"uuid" : "...",
"value" : { },
"transient" : true,
"auditableFields" : [ { }, { } ],
"serviceInstance" : { },
"version" : 12345,
"cfAccumulatedValues" : { },
"booleanValue" : true,
"stringValue" : "...",
"auditable" : { },
"dateValue" : 12345,
"assignedAttributeValue" : [ { }, { } ]
}, {
"id" : 12345,
"parentCFEntities" : [ { }, { } ],
"doubleValue" : 12345.0,
"historized" : true,
"attribute" : { },
"parentAttributeValue" : { },
"subscription" : { },
"cfValues" : { },
"notified" : true,
"uuid" : "...",
"value" : { },
"transient" : true,
"auditableFields" : [ { }, { } ],
"serviceInstance" : { },
"version" : 12345,
"cfAccumulatedValues" : { },
"booleanValue" : true,
"stringValue" : "...",
"auditable" : { },
"dateValue" : 12345,
"assignedAttributeValue" : [ { }, { } ]
} ],
"fireRenewalNotice" : true,
"totalInvoicingAmountTax" : 12345.0,
"orderOffer" : {
"description" : "...",
"auditable" : { },
"offerTemplate" : { },
"cfAccumulatedValues" : { },
"parentEntityType" : { },
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"orderLineType" : "TERMINATE",
"uuid" : "...",
"terminationReason" : { },
"userAccount" : { },
"codeChanged" : true,
"descriptionAndCode" : "...",
"deliveryDate" : 12345,
"id" : 12345,
"notified" : true,
"version" : 12345,
"cfValues" : { },
"code" : "...",
"terminationDate" : 12345,
"referenceDescription" : "...",
"discountPlan" : { },
"historized" : true,
"quoteOffer" : { },
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"parentEntity" : { },
"order" : { },
"orderAttributes" : [ { }, { } ],
"referenceCode" : "...",
"appendGeneratedCode" : true,
"subscription" : { },
"products" : [ { }, { } ]
},
"initialSubscriptionRenewal" : "...",
"edrs" : [ {
"version" : 12345,
"decimalParam4" : 12345.0,
"parameter1" : "...",
"parameter6" : "...",
"parameter8" : "...",
"dateParam3" : 12345,
"eventVersion" : 12345,
"parameter3" : "...",
"headerEDR" : { },
"parameter5" : "...",
"parameter4" : "...",
"dateParam2" : 12345,
"walletOperation" : { },
"quantityLeftToRate" : 12345.0,
"originBatch" : "...",
"decimalParam2" : 12345.0,
"status" : "DUPLICATED",
"created" : 12345,
"decimalParam1" : 12345.0,
"dateParam4" : 12345,
"decimalParam3" : 12345.0,
"eventKey" : "...",
"originRecord" : "...",
"extraParameter" : "...",
"accessCode" : "...",
"dateParam5" : 12345,
"timesTried" : 12345,
"eventDate" : 12345,
"subscription" : { },
"rejectReason" : "...",
"statusDate" : 12345,
"decimalParam5" : 12345.0,
"parameter7" : "...",
"transient" : true,
"parameter2" : "...",
"parameter9" : "...",
"updated" : 12345,
"id" : 12345,
"quantity" : 12345.0,
"dateParam1" : 12345
}, {
"version" : 12345,
"decimalParam4" : 12345.0,
"parameter1" : "...",
"parameter6" : "...",
"parameter8" : "...",
"dateParam3" : 12345,
"eventVersion" : 12345,
"parameter3" : "...",
"headerEDR" : { },
"parameter5" : "...",
"parameter4" : "...",
"dateParam2" : 12345,
"walletOperation" : { },
"quantityLeftToRate" : 12345.0,
"originBatch" : "...",
"decimalParam2" : 12345.0,
"status" : "AGGREGATED",
"created" : 12345,
"decimalParam1" : 12345.0,
"dateParam4" : 12345,
"decimalParam3" : 12345.0,
"eventKey" : "...",
"originRecord" : "...",
"extraParameter" : "...",
"accessCode" : "...",
"dateParam5" : 12345,
"timesTried" : 12345,
"eventDate" : 12345,
"subscription" : { },
"rejectReason" : "...",
"statusDate" : 12345,
"decimalParam5" : 12345.0,
"parameter7" : "...",
"transient" : true,
"parameter2" : "...",
"parameter9" : "...",
"updated" : 12345,
"id" : 12345,
"quantity" : 12345.0,
"dateParam1" : 12345
} ],
"parentEntityType" : { },
"descriptionOrCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"accountOperations" : [ {
"billingAccountName" : "...",
"paymentAction" : "PENDING_PAYMENT",
"type" : "...",
"customerAccount" : { },
"paymentInfo3" : "...",
"reason" : "CLOSED_PERIOD",
"invoices" : [ { }, { } ],
"version" : 12345,
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"operationAction" : "TO_REFUND",
"accountingCode" : { },
"collectionDate" : 12345,
"status" : "REJECTED",
"subscription" : { },
"amount" : 12345.0,
"parentEntityType" : { },
"accountingDate" : 12345,
"paymentVentilation" : { },
"codeChanged" : true,
"accountingSchemeEntries" : [ { }, { } ],
"bankLot" : "...",
"matchingAmounts" : [ { }, { } ],
"id" : 12345,
"transient" : true,
"paymentHistories" : [ { }, { } ],
"appendGeneratedCode" : true,
"reference" : "...",
"paymentInfo2" : "...",
"referenceDescription" : "...",
"journal" : { },
"paymentDeferralCount" : 12345,
"matchingAmount" : 12345.0,
"paymentMethod" : "PAYPAL",
"orderNumber" : "...",
"parentEntity" : { },
"description" : "...",
"rejectedPayment" : { },
"descriptionAndCode" : "...",
"transactionDate" : 12345,
"dueDate" : 12345,
"auditable" : { },
"uuid" : "...",
"seller" : { },
"transactionCategory" : "CREDIT",
"matchingStatus" : "I",
"ddRequestItem" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"accountCodeClientSide" : "...",
"unMatchingAmount" : 12345.0,
"notified" : true,
"accountingExportFile" : "...",
"code" : "...",
"taxAmount" : 12345.0,
"paymentInfo6" : "...",
"bankCollectionDate" : 12345,
"bankReference" : "...",
"paymentInfo1" : "...",
"cfAccumulatedValues" : { },
"paymentInfo" : "...",
"paymentInfo4" : "...",
"depositDate" : 12345,
"amountWithoutTax" : 12345.0,
"operationNumber" : 12345,
"paymentInfo5" : "...",
"cfValues" : { }
}, {
"billingAccountName" : "...",
"paymentAction" : "PENDING_PAYMENT",
"type" : "...",
"customerAccount" : { },
"paymentInfo3" : "...",
"reason" : "CLOSED_PERIOD",
"invoices" : [ { }, { } ],
"version" : 12345,
"referenceCode" : "...",
"parentCFEntities" : [ { }, { } ],
"historized" : true,
"operationAction" : "TO_REFUND",
"accountingCode" : { },
"collectionDate" : 12345,
"status" : "EXPORTED",
"subscription" : { },
"amount" : 12345.0,
"parentEntityType" : { },
"accountingDate" : 12345,
"paymentVentilation" : { },
"codeChanged" : true,
"accountingSchemeEntries" : [ { }, { } ],
"bankLot" : "...",
"matchingAmounts" : [ { }, { } ],
"id" : 12345,
"transient" : true,
"paymentHistories" : [ { }, { } ],
"appendGeneratedCode" : true,
"reference" : "...",
"paymentInfo2" : "...",
"referenceDescription" : "...",
"journal" : { },
"paymentDeferralCount" : 12345,
"matchingAmount" : 12345.0,
"paymentMethod" : "CHECK",
"orderNumber" : "...",
"parentEntity" : { },
"description" : "...",
"rejectedPayment" : { },
"descriptionAndCode" : "...",
"transactionDate" : 12345,
"dueDate" : 12345,
"auditable" : { },
"uuid" : "...",
"seller" : { },
"transactionCategory" : "CREDIT",
"matchingStatus" : "O",
"ddRequestItem" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"accountCodeClientSide" : "...",
"unMatchingAmount" : 12345.0,
"notified" : true,
"accountingExportFile" : "...",
"code" : "...",
"taxAmount" : 12345.0,
"paymentInfo6" : "...",
"bankCollectionDate" : 12345,
"bankReference" : "...",
"paymentInfo1" : "...",
"cfAccumulatedValues" : { },
"paymentInfo" : "...",
"paymentInfo4" : "...",
"depositDate" : 12345,
"amountWithoutTax" : 12345.0,
"operationNumber" : 12345,
"paymentInfo5" : "...",
"cfValues" : { }
} ],
"version" : 12345,
"discountPlanInstances" : [ {
"cfAccumulatedValues" : { },
"endDate" : 12345,
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"status" : "APPLIED",
"applicationCount" : 12345,
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"cfValues" : { },
"valid" : true,
"statusDate" : 12345,
"serviceInstance" : { },
"discountPlan" : { },
"billingAccount" : { }
}, {
"cfAccumulatedValues" : { },
"endDate" : 12345,
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"transient" : true,
"subscription" : { },
"status" : "APPLIED",
"applicationCount" : 12345,
"startDate" : 12345,
"uuid" : "...",
"id" : 12345,
"cfValues" : { },
"valid" : true,
"statusDate" : 12345,
"serviceInstance" : { },
"discountPlan" : { },
"billingAccount" : { }
} ],
"subscriptionMonthsAge" : 12345,
"minimumChargeTemplate" : {
"immediateInvoicing" : true,
"descriptionAndCode" : "...",
"inputUnitDescription" : "...",
"invoiceSubCategory" : { },
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"uuid" : "...",
"appendGeneratedCode" : true,
"ratingScript" : { },
"amountEditable" : true,
"cfAccumulatedValues" : { },
"oneShotChargeTemplateType" : "OTHER",
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"roundingMode" : "DOWN",
"active" : true,
"transient" : true,
"disabled" : true,
"dropZeroWo" : true,
"codeChanged" : true,
"edrTemplates" : [ { }, { } ],
"notified" : true,
"historized" : true,
"revenueRecognitionRule" : { },
"chargeMainType" : "RECURRING",
"code" : "...",
"cfValues" : { },
"inputUnitOfMeasure" : { },
"productCharges" : [ { }, { } ],
"inputUnitEL" : "...",
"descriptionOrCode" : "...",
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"roundingValuesComputed" : true,
"outputUnitEL" : "...",
"unitMultiplicator" : 12345.0,
"auditable" : { },
"status" : "ARCHIVED",
"chargeType" : "...",
"auditableFields" : [ { }, { } ],
"attributes" : [ { }, { } ],
"ratingUnitOfMeasure" : { },
"type" : "CREDIT",
"ratingUnitDescription" : "...",
"referenceDescription" : "...",
"taxClassEl" : "...",
"filterExpression" : "...",
"parentEntity" : { },
"sortIndexEl" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"taxClass" : { }
},
"minRatedTransactions" : [ {
"startDate" : 12345,
"invoice" : { },
"wallet" : { },
"version" : 12345,
"billingAccount" : { },
"unitAmountTax" : 12345.0,
"parameter1" : "...",
"invoicingDate" : 12345,
"ratingUnitOfMeasure" : { },
"cfAccumulatedValues" : { },
"userAccountId" : 12345,
"discountedRatedTransaction" : 12345,
"status" : "OPEN",
"accountingArticle" : { },
"billingRun" : { },
"parameter3" : "...",
"subscriptionId" : 12345,
"discountPlan" : { },
"rawAmountWithTax" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"walletId" : 12345,
"infoOrder" : { },
"seller" : { },
"type" : "AGGREGATED",
"doNotTriggerInvoicing" : true,
"serviceInstance" : { },
"chargeInstance" : { },
"usageDate" : 12345,
"edr" : { },
"endDate" : 12345,
"ratingUnitDescription" : "...",
"parameterExtra" : "...",
"inputUnitOfMeasure" : { },
"rawAmountWithoutTax" : 12345.0,
"discountPlanType" : "PERCENTAGE",
"rulesContract" : { },
"amountWithTax" : 12345.0,
"tax" : { },
"discountValue" : 12345.0,
"code" : "...",
"billingAccountId" : 12345,
"priceplan" : { },
"amountWithoutTax" : 12345.0,
"uuid" : "...",
"prepaid" : true,
"updated" : 12345,
"accountingCode" : { },
"sellerId" : 12345,
"invoiceSubCategoryId" : 12345,
"discountPlanItem" : { },
"adjustedRatedTx" : { },
"orderInfo" : { },
"unityDescription" : "...",
"amountTax" : 12345.0,
"description" : "...",
"cfValues" : { },
"taxPercent" : 12345.0,
"quantity" : 12345.0,
"orderNumber" : "...",
"id" : 12345,
"sequence" : 12345,
"taxId" : 12345,
"invoiceAgregateF" : { },
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"subscription" : { },
"transient" : true,
"parameter2" : "...",
"taxClassId" : 12345,
"invoiceLine" : { },
"sortIndex" : 12345,
"invoiceSubCategory" : { },
"userAccount" : { },
"taxRecalculated" : true,
"originBillingAccount" : { },
"rejectReason" : "...",
"offerTemplate" : { },
"inputQuantity" : 12345.0,
"taxClass" : { },
"taxOverriden" : true
}, {
"startDate" : 12345,
"invoice" : { },
"wallet" : { },
"version" : 12345,
"billingAccount" : { },
"unitAmountTax" : 12345.0,
"parameter1" : "...",
"invoicingDate" : 12345,
"ratingUnitOfMeasure" : { },
"cfAccumulatedValues" : { },
"userAccountId" : 12345,
"discountedRatedTransaction" : 12345,
"status" : "OPEN",
"accountingArticle" : { },
"billingRun" : { },
"parameter3" : "...",
"subscriptionId" : 12345,
"discountPlan" : { },
"rawAmountWithTax" : 12345.0,
"parentCFEntities" : [ { }, { } ],
"walletId" : 12345,
"infoOrder" : { },
"seller" : { },
"type" : "MANUAL",
"doNotTriggerInvoicing" : true,
"serviceInstance" : { },
"chargeInstance" : { },
"usageDate" : 12345,
"edr" : { },
"endDate" : 12345,
"ratingUnitDescription" : "...",
"parameterExtra" : "...",
"inputUnitOfMeasure" : { },
"rawAmountWithoutTax" : 12345.0,
"discountPlanType" : "FIXED",
"rulesContract" : { },
"amountWithTax" : 12345.0,
"tax" : { },
"discountValue" : 12345.0,
"code" : "...",
"billingAccountId" : 12345,
"priceplan" : { },
"amountWithoutTax" : 12345.0,
"uuid" : "...",
"prepaid" : true,
"updated" : 12345,
"accountingCode" : { },
"sellerId" : 12345,
"invoiceSubCategoryId" : 12345,
"discountPlanItem" : { },
"adjustedRatedTx" : { },
"orderInfo" : { },
"unityDescription" : "...",
"amountTax" : 12345.0,
"description" : "...",
"cfValues" : { },
"taxPercent" : 12345.0,
"quantity" : 12345.0,
"orderNumber" : "...",
"id" : 12345,
"sequence" : 12345,
"taxId" : 12345,
"invoiceAgregateF" : { },
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"subscription" : { },
"transient" : true,
"parameter2" : "...",
"taxClassId" : 12345,
"invoiceLine" : { },
"sortIndex" : 12345,
"invoiceSubCategory" : { },
"userAccount" : { },
"taxRecalculated" : true,
"originBillingAccount" : { },
"rejectReason" : "...",
"offerTemplate" : { },
"inputQuantity" : 12345.0,
"taxClass" : { },
"taxOverriden" : true
} ]
},
"notified" : true,
"mainOffering" : {
"active" : true,
"longDescriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"customerCategories" : [ {
"uuid" : "...",
"description" : "...",
"parentCFEntities" : [ { }, { } ],
"descriptionOrCode" : "...",
"accountingCode" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"exonerationTaxEl" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"referenceDescription" : "...",
"auditable" : { },
"parentEntity" : { },
"exoneratedFromTaxes" : true,
"transient" : true,
"taxCategoryEl" : "...",
"historized" : true,
"taxCategory" : { },
"cfValues" : { },
"codeChanged" : true,
"notified" : true,
"version" : 12345,
"id" : 12345,
"appendGeneratedCode" : true,
"exonerationReason" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"parentEntityType" : { }
}, {
"uuid" : "...",
"description" : "...",
"parentCFEntities" : [ { }, { } ],
"descriptionOrCode" : "...",
"accountingCode" : { },
"auditableFields" : [ { }, { } ],
"code" : "...",
"exonerationTaxEl" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"referenceCode" : "...",
"referenceDescription" : "...",
"auditable" : { },
"parentEntity" : { },
"exoneratedFromTaxes" : true,
"transient" : true,
"taxCategoryEl" : "...",
"historized" : true,
"taxCategory" : { },
"cfValues" : { },
"codeChanged" : true,
"notified" : true,
"version" : 12345,
"id" : 12345,
"appendGeneratedCode" : true,
"exonerationReason" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"parentEntityType" : { }
} ],
"channels" : [ {
"active" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"historized" : true,
"referenceCode" : "...",
"version" : 12345,
"notified" : true,
"descriptionAndCode" : "...",
"id" : 12345,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"code" : "...",
"transient" : true,
"parentEntity" : { },
"disabled" : true,
"parentEntityType" : { }
}, {
"active" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"codeChanged" : true,
"historized" : true,
"referenceCode" : "...",
"version" : 12345,
"notified" : true,
"descriptionAndCode" : "...",
"id" : 12345,
"auditableFields" : [ { }, { } ],
"auditable" : { },
"referenceDescription" : "...",
"descriptionOrCode" : "...",
"description" : "...",
"appendGeneratedCode" : true,
"code" : "...",
"transient" : true,
"parentEntity" : { },
"disabled" : true,
"parentEntityType" : { }
} ],
"referenceCode" : "...",
"validity" : {
"from" : 12345,
"to" : 12345,
"valid" : true,
"empty" : true,
"strictMatch" : true,
"fromMatch" : 12345,
"toMatch" : 12345
},
"historized" : true,
"transient" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"appendGeneratedCode" : true,
"imagePath" : "...",
"descriptionOrCode" : "...",
"codeChanged" : true,
"description" : "...",
"disabled" : true,
"longDescription" : "...",
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"sellers" : [ {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
}, {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
} ],
"businessAccountModels" : [ {
"codeChanged" : true,
"logoPicture" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"parentEntityType" : { },
"referenceDescription" : "...",
"disabled" : true,
"installed" : true,
"license" : "EPL",
"id" : 12345,
"moduleSource" : "...",
"downloaded" : true,
"script" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"active" : true,
"referenceCode" : "...",
"parentEntity" : { },
"description" : "...",
"version" : 12345,
"hierarchyType" : "S_CA",
"transient" : true,
"appendGeneratedCode" : true,
"moduleItems" : [ { }, { } ],
"code" : "...",
"notified" : true,
"historized" : true
}, {
"codeChanged" : true,
"logoPicture" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"parentEntityType" : { },
"referenceDescription" : "...",
"disabled" : true,
"installed" : true,
"license" : "MOZ",
"id" : 12345,
"moduleSource" : "...",
"downloaded" : true,
"script" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"active" : true,
"referenceCode" : "...",
"parentEntity" : { },
"description" : "...",
"version" : 12345,
"hierarchyType" : "BA",
"transient" : true,
"appendGeneratedCode" : true,
"moduleItems" : [ { }, { } ],
"code" : "...",
"notified" : true,
"historized" : true
} ],
"version" : 12345,
"nameOrCode" : "...",
"parentEntityType" : { },
"id" : 12345,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"referenceDescription" : "...",
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"descriptionAndCode" : "...",
"offerTemplateCategories" : [ {
"productOffering" : [ { }, { } ],
"auditable" : { },
"codeChanged" : true,
"orderLevel" : 12345,
"cfValues" : { },
"active" : true,
"description" : "...",
"parentCategoryCode" : "...",
"referenceCode" : "...",
"children" : [ { }, { } ],
"notified" : true,
"descriptionAndCode" : "...",
"parentEntity" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345,
"imagePath" : "...",
"name" : "...",
"appendGeneratedCode" : true,
"assignedToProductOffering" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"disabled" : true,
"cfAccumulatedValues" : { },
"code" : "...",
"transient" : true,
"referenceDescription" : "...",
"uuid" : "...",
"parentEntityType" : { },
"offerTemplateCategory" : { },
"descriptionOrCode" : "...",
"historized" : true,
"version" : 12345,
"parentCFEntities" : [ { }, { } ]
}, {
"productOffering" : [ { }, { } ],
"auditable" : { },
"codeChanged" : true,
"orderLevel" : 12345,
"cfValues" : { },
"active" : true,
"description" : "...",
"parentCategoryCode" : "...",
"referenceCode" : "...",
"children" : [ { }, { } ],
"notified" : true,
"descriptionAndCode" : "...",
"parentEntity" : { },
"auditableFields" : [ { }, { } ],
"id" : 12345,
"imagePath" : "...",
"name" : "...",
"appendGeneratedCode" : true,
"assignedToProductOffering" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"disabled" : true,
"cfAccumulatedValues" : { },
"code" : "...",
"transient" : true,
"referenceDescription" : "...",
"uuid" : "...",
"parentEntityType" : { },
"offerTemplateCategory" : { },
"descriptionOrCode" : "...",
"historized" : true,
"version" : 12345,
"parentCFEntities" : [ { }, { } ]
} ],
"lifeCycleStatus" : "REJECTED",
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
} ],
"globalRatingScriptInstance" : {
"auditable" : { },
"notified" : true,
"executionRoles" : [ "...", "..." ],
"auditableFields" : [ { }, { } ],
"sourceTypeEnum" : "JAVA",
"appendGeneratedCode" : true,
"referenceDescription" : "...",
"id" : 12345,
"codeChanged" : true,
"active" : true,
"version" : 12345,
"reuse" : true,
"error" : true,
"descriptionOrCode" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"sourcingRoles" : [ "...", "..." ],
"disabled" : true,
"referenceCode" : "...",
"scriptInstanceCategory" : { },
"historized" : true,
"scriptErrors" : [ { }, { } ],
"transient" : true,
"code" : "...",
"description" : "...",
"script" : "...",
"descriptionAndCode" : "..."
},
"longDescriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"uuid" : "...",
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"notified" : true,
"attachments" : [ {
"auditable" : { },
"uri" : "...",
"historized" : true,
"codeChanged" : true,
"transient" : true,
"code" : "...",
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"active" : true,
"disabled" : true,
"notified" : true,
"description" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"mimeType" : "...",
"productOfferings" : [ { }, { } ],
"parentEntityType" : { },
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceDescription" : "...",
"referenceCode" : "..."
}, {
"auditable" : { },
"uri" : "...",
"historized" : true,
"codeChanged" : true,
"transient" : true,
"code" : "...",
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"active" : true,
"disabled" : true,
"notified" : true,
"description" : "...",
"id" : 12345,
"appendGeneratedCode" : true,
"mimeType" : "...",
"productOfferings" : [ { }, { } ],
"parentEntityType" : { },
"version" : 12345,
"descriptionAndCode" : "...",
"parentEntity" : { },
"referenceDescription" : "...",
"referenceCode" : "..."
} ],
"name" : "..."
},
"code" : "...",
"parentEntity" : {
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "STATUS",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
} ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"userAccount" : {
"contactInformationNullSafe" : {
"phone" : "...",
"fax" : "...",
"email" : "...",
"mobile" : "..."
},
"registrationNo" : "...",
"minimumChargeTemplate" : {
"immediateInvoicing" : true,
"descriptionAndCode" : "...",
"inputUnitDescription" : "...",
"invoiceSubCategory" : { },
"id" : 12345,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"referenceCode" : "...",
"uuid" : "...",
"appendGeneratedCode" : true,
"ratingScript" : { },
"amountEditable" : true,
"cfAccumulatedValues" : { },
"oneShotChargeTemplateType" : "TERMINATION",
"version" : 12345,
"parentCFEntities" : [ { }, { } ],
"roundingMode" : "HALF_EVEN",
"active" : true,
"transient" : true,
"disabled" : true,
"dropZeroWo" : true,
"codeChanged" : true,
"edrTemplates" : [ { }, { } ],
"notified" : true,
"historized" : true,
"revenueRecognitionRule" : { },
"chargeMainType" : "PRODUCT",
"code" : "...",
"cfValues" : { },
"inputUnitOfMeasure" : { },
"productCharges" : [ { }, { } ],
"inputUnitEL" : "...",
"descriptionOrCode" : "...",
"parentEntityType" : { },
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"roundingValuesComputed" : true,
"outputUnitEL" : "...",
"unitMultiplicator" : 12345.0,
"auditable" : { },
"status" : "ACTIVE",
"chargeType" : "...",
"auditableFields" : [ { }, { } ],
"attributes" : [ { }, { } ],
"ratingUnitOfMeasure" : { },
"type" : "DEBIT",
"ratingUnitDescription" : "...",
"referenceDescription" : "...",
"taxClassEl" : "...",
"filterExpression" : "...",
"parentEntity" : { },
"sortIndexEl" : "...",
"description" : "...",
"unitNbDecimal" : 12345,
"taxClass" : { }
},
"statusDate" : 12345,
"name" : {
"fullName" : "...",
"lastName" : "...",
"title" : { },
"firstName" : "..."
},
"legalEntityType" : {
"id" : 12345,
"referenceDescription" : "...",
"historized" : true,
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"parentEntityType" : { },
"referenceCode" : "...",
"isCompany" : true,
"parentEntity" : { },
"auditable" : { },
"version" : 12345,
"descriptionOrCode" : "...",
"auditableFields" : [ { }, { } ],
"notified" : true,
"description" : "...",
"transient" : true,
"descriptionNotNull" : "...",
"codeChanged" : true,
"descriptionI18nNullSafe" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"appendGeneratedCode" : true,
"descriptionAndCode" : "..."
},
"referenceDescription" : "...",
"subscriptionDate" : 12345,
"parentUserAccount" : { },
"status" : "ACTIVE",
"parentEntityType" : { },
"minimumLabelEl" : "...",
"address" : {
"address2" : "...",
"address3" : "...",
"state" : "...",
"city" : "...",
"address4" : "...",
"address1" : "...",
"address5" : "...",
"countryBundle" : "...",
"zipCode" : "...",
"country" : { }
},
"minimumAmountEl" : "...",
"minimumArticle" : {
"description" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"version" : 12345,
"appendGeneratedCode" : true,
"invoiceSubCategory" : { },
"code" : "...",
"accountingCodeEl" : "...",
"referenceCode" : "...",
"accountingCodeMappings" : [ { }, { } ],
"parentEntityType" : { },
"taxClass" : { },
"descriptionOrCode" : "...",
"descriptionI18nNotNull" : {
"property1" : "...",
"property2" : "..."
},
"id" : 12345,
"invoiceType" : { },
"historized" : true,
"analyticCode2" : "...",
"parentEntity" : { },
"unitPrice" : 12345.0,
"auditableFields" : [ { }, { } ],
"cfValues" : { },
"transient" : true,
"analyticCode1" : "...",
"active" : true,
"referenceDescription" : "...",
"articleFamily" : { },
"parentCFEntities" : [ { }, { } ],
"analyticCode3" : "...",
"cfAccumulatedValues" : { },
"codeChanged" : true,
"notified" : true,
"accountingCode" : { },
"columnCriteriaEL" : "...",
"invoiceTypeEl" : "...",
"uuid" : "...",
"auditable" : { },
"ignoreAggregation" : true,
"disabled" : true,
"descriptionAndCode" : "..."
},
"seller" : {
"parentEntityType" : { },
"id" : 12345,
"auditableFields" : [ { }, { } ],
"legalText" : "...",
"codeChanged" : true,
"jobTitle" : "...",
"cfAccumulatedValues" : { },
"descriptionAndCode" : "...",
"description" : "...",
"contracts" : [ { }, { } ],
"customerSequences" : [ { }, { } ],
"paymentGateways" : [ { }, { } ],
"transient" : true,
"minimumChargeTemplate" : { },
"contactInformation" : { },
"referenceCode" : "...",
"legalEntityType" : { },
"parentEntity" : { },
"invoiceTypeSequence" : [ { }, { } ],
"businessAccountModel" : { },
"legalType" : "...",
"providerContact" : "...",
"name" : { },
"minimumAmountEl" : "...",
"historized" : true,
"uuid" : "...",
"generalLedger" : { },
"externalRef2" : "...",
"version" : 12345,
"seller" : { },
"tradingCurrency" : { },
"descriptionOrCode" : "...",
"primaryContact" : { },
"appendGeneratedCode" : true,
"auditable" : { },
"address" : { },
"contactInformationNullSafe" : { },
"code" : "...",
"notified" : true,
"externalRef1" : "...",
"isCompany" : true,
"defaultLevel" : true,
"tradingLanguage" : { },
"tradingCountry" : { },
"cfValues" : { },
"minimumArticle" : { },
"accountType" : "...",
"parentCFEntities" : [ { }, { } ],
"referenceDescription" : "...",
"registrationNo" : "...",
"vatNo" : "...",
"minimumLabelEl" : "..."
},
"externalRef1" : "...",
"id" : 12345,
"notified" : true,
"businessAccountModel" : {
"codeChanged" : true,
"logoPicture" : "...",
"descriptionAndCode" : "...",
"auditable" : { },
"parentEntityType" : { },
"referenceDescription" : "...",
"disabled" : true,
"installed" : true,
"license" : "FREE_BSD",
"id" : 12345,
"moduleSource" : "...",
"downloaded" : true,
"script" : { },
"auditableFields" : [ { }, { } ],
"descriptionOrCode" : "...",
"active" : true,
"referenceCode" : "...",
"parentEntity" : { },
"description" : "...",
"version" : 12345,
"hierarchyType" : "S_CA",
"transient" : true,
"appendGeneratedCode" : true,
"moduleItems" : [ { }, { } ],
"code" : "...",
"notified" : true,
"historized" : true
},
"billingAccount" : {
"discountPlan" : { },
"minimumAmountEl" : "...",
"version" : 12345,
"codeChanged" : true,
"defaultLevel" : true,
"taxCategory" : { },
"address" : { },
"name" : { },
"thresholdPerEntity" : true,
"cfValues" : { },
"tradingCountry" : { },
"jobTitle" : "...",
"brAmountWithoutTax" : 12345.0,
"vatNo" : "...",
"paymentMethod" : { },
"auditableFields" : [ { }, { } ],
"billingCycle" : { },
"minInvoiceLines" : [ { }, { } ],
"minimumLabelEl" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"statusDate" : 12345,
"invoicingThreshold" : 12345.0,
"ccedEmails" : "...",
"emailTemplate" : { },
"referenceDescription" : "...",
"terminationDate" : 12345,
"referenceCode" : "...",
"cfAccumulatedValues" : { },
"tradingLanguage" : { },
"exoneratedFromtaxes" : true,
"id" : 12345,
"totalInvoicingAmountWithTax" : 12345.0,
"description" : "...",
"mailingType" : "AUTO",
"transient" : true,
"uuid" : "...",
"invoices" : [ { }, { } ],
"brAmountWithTax" : 12345.0,
"electronicBilling" : true,
"businessAccountModel" : { },
"totalInvoicingAmountTax" : 12345.0,
"primaryContact" : { },
"seller" : { },
"discountRate" : 12345.0,
"totalInvoicingAmountWithoutTax" : 12345.0,
"parentEntityType" : { },
"minimumArticle" : { },
"descriptionOrCode" : "...",
"nextInvoiceDate" : 12345,
"terminationReason" : { },
"tradingCurrency" : { },
"tags" : [ { }, { } ],
"minimumChargeTemplate" : { },
"customerAccount" : { },
"notified" : true,
"legalEntityType" : { },
"externalRef2" : "...",
"minimumInvoiceSubCategory" : { },
"allDiscountPlanInstances" : [ { }, { } ],
"status" : "TERMINATED",
"appendGeneratedCode" : true,
"subscriptionDate" : 12345,
"isCompany" : true,
"descriptionAndCode" : "...",
"invoicePrefix" : "...",
"auditable" : { },
"registrationNo" : "...",
"contactInformationNullSafe" : { },
"code" : "...",
"usersAccounts" : [ { }, { } ],
"billingRun" : { },
"parentCFEntities" : [ { }, { } ],
"externalRef1" : "...",
"contactInformation" : { },
"contracts" : [ { }, { } ],
"taxCategoryResolved" : { },
"checkThreshold" : "BEFORE_DISCOUNT",
"discountPlanInstances" : [ { }, { } ],
"historized" : true,
"parentUserAccounts" : [ { }, { } ],
"providerContact" : "...",
"minRatedTransactions" : [ { }, { } ],
"parentEntity" : { },
"accountType" : "..."
},
"contactInformation" : {
"phone" : "...",
"fax" : "...",
"email" : "...",
"mobile" : "..."
},
"jobTitle" : "...",
"primaryContact" : {
"descriptionOrCode" : "...",
"historized" : true,
"descriptionAndCode" : "...",
"parentEntityType" : { },
"auditable" : { },
"phone" : "...",
"firstName" : "...",
"notified" : true,
"id" : 12345,
"referenceDescription" : "...",
"parentEntity" : { },
"version" : 12345,
"genericMail" : "...",
"code" : "...",
"description" : "...",
"lastName" : "...",
"auditableFields" : [ { }, { } ],
"referenceCode" : "...",
"mobile" : "...",
"codeChanged" : true,
"appendGeneratedCode" : true,
"transient" : true,
"address" : { },
"fax" : "...",
"email" : "..."
},
"userAccounts" : [ { }, { } ],
"auditableFields" : [ {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "RENEWAL",
"historized" : true
}, {
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notified" : true,
"notfiable" : true,
"previousState" : { },
"auditType" : "OTHER",
"historized" : true
} ],
"appendGeneratedCode" : true,
"subscriptions" : [ {
"renewed" : true,
"nextVersion" : { },
"historized" : true,
"previousVersion" : { },
"order" : { },
"subscriptionExpired" : true,
"minimumLabelEl" : "...",
"endAgreementDate" : 12345,
"minInvoiceLines" : [ { }, { } ],
"minimumArticle" : { },
"accessPoints" : [ { }, { } ],
"billingCycle" : { },
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"code" : "...",
"autoEndOfEngagement" : true,
"cfAccumulatedValues" : { },
"productInstances" : [ { }, { } ],
"referenceDescription" : "...",
"status" : "CREATED",
"defaultLevel" : true,
"subscriptionDaysAge" : 12345,
"mailingType" : "MANUAL",
"email" : "...",
"notifyOfRenewalDate" : 12345,
"emailTemplate" : { },
"transient" : true,
"subscriptionDate" : 12345,
"allDiscountPlanInstances" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"subscriptionTerminationReason" : { },
"referenceCode" : "...",
"description" : "...",
"ccedEmails" : "...",
"minimumAmountEl" : "...",
"paymentMethod" : { },
"codeChanged" : true,
"active" : true,
"auditable" : { },
"salesPersonName" : "...",
"versionNumber" : 12345,
"orderNumber" : "...",
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"cfValues" : { },
"electronicBilling" : true,
"auditableFields" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"billingRun" : { },
"offer" : { },
"prestation" : "...",
"anyServiceActive" : true,
"serviceInstances" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"terminationDate" : 12345,
"discountPlan" : { },
"statusDate" : 12345,
"renewalDate" : 12345,
"parentEntity" : { },
"subscribedTillDate" : 12345,
"renewalNotifiedDate" : 12345,
"ratingGroup" : "...",
"seller" : { },
"validity" : { },
"userAccount" : { },
"attributeInstances" : [ { }, { } ],
"fireRenewalNotice" : true,
"totalInvoicingAmountTax" : 12345.0,
"orderOffer" : { },
"initialSubscriptionRenewal" : "...",
"edrs" : [ { }, { } ],
"parentEntityType" : { },
"descriptionOrCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"accountOperations" : [ { }, { } ],
"version" : 12345,
"discountPlanInstances" : [ { }, { } ],
"subscriptionMonthsAge" : 12345,
"minimumChargeTemplate" : { },
"minRatedTransactions" : [ { }, { } ]
}, {
"renewed" : true,
"nextVersion" : { },
"historized" : true,
"previousVersion" : { },
"order" : { },
"subscriptionExpired" : true,
"minimumLabelEl" : "...",
"endAgreementDate" : 12345,
"minInvoiceLines" : [ { }, { } ],
"minimumArticle" : { },
"accessPoints" : [ { }, { } ],
"billingCycle" : { },
"parentCFEntities" : [ { }, { } ],
"uuid" : "...",
"subscriptionRenewal" : { },
"appendGeneratedCode" : true,
"code" : "...",
"autoEndOfEngagement" : true,
"cfAccumulatedValues" : { },
"productInstances" : [ { }, { } ],
"referenceDescription" : "...",
"status" : "PENDING",
"defaultLevel" : true,
"subscriptionDaysAge" : 12345,
"mailingType" : "MANUAL",
"email" : "...",
"notifyOfRenewalDate" : 12345,
"emailTemplate" : { },
"transient" : true,
"subscriptionDate" : 12345,
"allDiscountPlanInstances" : [ { }, { } ],
"notified" : true,
"id" : 12345,
"subscriptionTerminationReason" : { },
"referenceCode" : "...",
"description" : "...",
"ccedEmails" : "...",
"minimumAmountEl" : "...",
"paymentMethod" : { },
"codeChanged" : true,
"active" : true,
"auditable" : { },
"salesPersonName" : "...",
"versionNumber" : 12345,
"orderNumber" : "...",
"descriptionAndCode" : "...",
"counters" : {
"property1" : { },
"property2" : { }
},
"cfValues" : { },
"electronicBilling" : true,
"auditableFields" : [ { }, { } ],
"minimumInvoiceSubCategory" : { },
"billingRun" : { },
"offer" : { },
"prestation" : "...",
"anyServiceActive" : true,
"serviceInstances" : [ { }, { } ],
"totalInvoicingAmountWithoutTax" : 12345.0,
"terminationDate" : 12345,
"discountPlan" : { },
"statusDate" : 12345,
"renewalDate" : 12345,
"parentEntity" : { },
"subscribedTillDate" : 12345,
"renewalNotifiedDate" : 12345,
"ratingGroup" : "...",
"seller" : { },
"validity" : { },
"userAccount" : { },
"attributeInstances" : [ { }, { } ],
"fireRenewalNotice" : true,
"totalInvoicingAmountTax" : 12345.0,
"orderOffer" : { },
"initialSubscriptionRenewal" : "...",
"edrs" : [ { }, { } ],
"parentEntityType" : { },
"descriptionOrCode" : "...",
"totalInvoicingAmountWithTax" : 12345.0,
"accountOperations" : [ { }, { } ],
"version" : 12345,
"discountPlanInstances" : [ { }, { } ],
"subscriptionMonthsAge" : 12345,
"minimumChargeTemplate" : { },
"minRatedTransactions" : [ { }, { } ]
} ],
"providerContact" : "...",
"auditable" : {
"updater" : "...",
"updated" : 12345,
"creator" : "...",
"lastUser" : "...",
"created" : 12345,
"lastModified" : 12345
},
"descriptionOrCode" : "...",
"wallet" : {
"referenceCode" : "...",
"notified" : true,
"prepaid" : true,
"ratedTransactions" : [ { }, { } ],
"historized" : true,
"nextMatchingDate" : 12345,
"parentEntityType" : { },
"auditable" : { },
"code" : "...",
"creditExpiryDate" : 12345,
"operations" : [ { }, { } ],
"codeChanged" : true,
"id" : 12345,
"rejectLevel" : 12345.0,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"walletTemplate" : { },
"description" : "...",
"referenceDescription" : "...",
"transient" : true,
"version" : 12345,
"parentEntity" : { },
"userAccount" : { },
"lowBalanceLevel" : 12345.0,
"auditableFields" : [ { }, { } ],
"created" : 12345,
"appendGeneratedCode" : true
},
"accountType" : "...",
"description" : "...",
"transient" : true,
"isCompany" : true,
"cfAccumulatedValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
},
"isConsumer" : true,
"externalRef2" : "...",
"defaultLevel" : true,
"vatNo" : "...",
"version" : 12345,
"counters" : {
"property1" : {
"historized" : true,
"chargeInstances" : [ { }, { } ],
"description" : "...",
"counterTemplate" : { },
"id" : 12345,
"referenceDescription" : "...",
"code" : "...",
"referenceCode" : "...",
"subscription" : { },
"version" : 12345,
"transient" : true,
"descriptionAndCode" : "...",
"serviceInstance" : { },
"codeChanged" : true,
"customer" : { },
"auditable" : { },
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"customerAccount" : { },
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"counterPeriods" : [ { }, { } ],
"userAccount" : { },
"notified" : true,
"usageChargeInstances" : [ { }, { } ],
"appendGeneratedCode" : true
},
"property2" : {
"historized" : true,
"chargeInstances" : [ { }, { } ],
"description" : "...",
"counterTemplate" : { },
"id" : 12345,
"referenceDescription" : "...",
"code" : "...",
"referenceCode" : "...",
"subscription" : { },
"version" : 12345,
"transient" : true,
"descriptionAndCode" : "...",
"serviceInstance" : { },
"codeChanged" : true,
"customer" : { },
"auditable" : { },
"auditableFields" : [ { }, { } ],
"billingAccount" : { },
"customerAccount" : { },
"parentEntityType" : { },
"descriptionOrCode" : "...",
"parentEntity" : { },
"counterPeriods" : [ { }, { } ],
"userAccount" : { },
"notified" : true,
"usageChargeInstances" : [ { }, { } ],
"appendGeneratedCode" : true
}
},
"referenceCode" : "...",
"parentEntity" : {
"auditableFields" : [ { }, { } ],
"description" : "...",
"version" : 12345,
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"auditable" : { },
"codeChanged" : true,
"parentEntityType" : { },
"descriptionAndCode" : "...",
"descriptionOrCode" : "...",
"transient" : true,
"parentEntity" : { },
"referenceDescription" : "...",
"historized" : true,
"referenceCode" : "...",
"code" : "..."
},
"parentCFEntities" : [ {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
}, {
"cfValuesNullSafe" : { },
"dirtyCF" : true,
"parentCFEntities" : [ { }, { } ],
"cfValuesAsValues" : {
"property1" : { },
"property2" : { }
},
"cfAccumulatedValuesNullSafe" : { },
"cfValues" : { },
"cfAccumulatedValues" : { },
"uuid" : "...",
"CFValuesCopy" : { }
} ],
"codeChanged" : true,
"terminationReason" : {
"parentEntity" : { },
"description" : "...",
"codeChanged" : true,
"invoiceAgreementImmediately" : true,
"transient" : true,
"historized" : true,
"referenceCode" : "...",
"applyAgreement" : true,
"version" : 12345,
"id" : 12345,
"applyTerminationCharges" : true,
"overrideProrata" : "NO_PRORATA",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"code" : "...",
"parentEntityType" : { },
"auditableFields" : [ { }, { } ],
"notified" : true,
"descriptionOrCode" : "...",
"applyReimbursment" : true,
"reimburseOneshots" : true,
"descriptionAndCode" : "...",
"referenceDescription" : "..."
},
"code" : "...",
"descriptionAndCode" : "...",
"historized" : true,
"uuid" : "...",
"prepaidWallets" : {
"property1" : {
"referenceCode" : "...",
"notified" : true,
"prepaid" : true,
"ratedTransactions" : [ { }, { } ],
"historized" : true,
"nextMatchingDate" : 12345,
"parentEntityType" : { },
"auditable" : { },
"code" : "...",
"creditExpiryDate" : 12345,
"operations" : [ { }, { } ],
"codeChanged" : true,
"id" : 12345,
"rejectLevel" : 12345.0,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"walletTemplate" : { },
"description" : "...",
"referenceDescription" : "...",
"transient" : true,
"version" : 12345,
"parentEntity" : { },
"userAccount" : { },
"lowBalanceLevel" : 12345.0,
"auditableFields" : [ { }, { } ],
"created" : 12345,
"appendGeneratedCode" : true
},
"property2" : {
"referenceCode" : "...",
"notified" : true,
"prepaid" : true,
"ratedTransactions" : [ { }, { } ],
"historized" : true,
"nextMatchingDate" : 12345,
"parentEntityType" : { },
"auditable" : { },
"code" : "...",
"creditExpiryDate" : 12345,
"operations" : [ { }, { } ],
"codeChanged" : true,
"id" : 12345,
"rejectLevel" : 12345.0,
"descriptionOrCode" : "...",
"descriptionAndCode" : "...",
"walletTemplate" : { },
"description" : "...",
"referenceDescription" : "...",
"transient" : true,
"version" : 12345,
"parentEntity" : { },
"userAccount" : { },
"lowBalanceLevel" : 12345.0,
"auditableFields" : [ { }, { } ],
"created" : 12345,
"appendGeneratedCode" : true
}
},
"terminationDate" : 12345,
"cfValues" : {
"valuesByCode" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"values" : {
"property1" : { },
"property2" : { }
},
"newVersionedCFValuePeriods" : {
"property1" : [ { }, { } ],
"property2" : [ { }, { } ]
},
"encrypted" : true
}
},
"codeChanged" : true,
"orderItemDto" : { },
"referenceDescription" : "...",
"parentEntityType" : { },
"transient" : true,
"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
},
"uuid" : "...",
"action" : "DELETE",
"historized" : true,
"appendGeneratedCode" : true
}