Quote Data Type

Implemented Interfaces
ICustomFieldEntity, IReferenceEntity, Serializable
Properties
name data type constraints description
referenceDescription string  
completionDate number  
cfAccumulatedValues CustomFieldValues  
referenceCode string  
status QuoteStatusEnum  
generatePdf boolean  
quoteVersion string  
requestedCompletionDate number  
auditableFields array of AuditableFieldHistory  
id number  
notificationContact string  
virtual boolean  
parentEntityType object  
transient boolean  
externalId string  
validity DatePeriod  
invoices array of Invoice  
descriptionAndCode string  
parentEntity BusinessEntity  
notified boolean  
userAccount UserAccount  
uuid string  
routedToUserGroup string  
cfValues CustomFieldValues  
receivedFromApp string  
description string max size: 255, min size: 0
quoteItems array of QuoteItem  
historized boolean  
userAccounts array of UserAccount  
codeChanged boolean  
appendGeneratedCode boolean  
descriptionOrCode string  
fulfillmentStartDate number  
statusMessage string  
parentCFEntities array of ICustomFieldEntity  
quoteDate number  
auditable Auditable  
order Order  
code string required, max size: 255, min size: 1
category string  
version number  

Example

{
  "referenceDescription" : "...",
  "completionDate" : 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
  },
  "referenceCode" : "...",
  "status" : "Cancelled",
  "generatePdf" : true,
  "quoteVersion" : "...",
  "requestedCompletionDate" : 12345,
  "auditableFields" : [ {
    "notfiable" : true,
    "previousState" : { },
    "historized" : true,
    "historable" : true,
    "currentState" : { },
    "notified" : true,
    "auditType" : "OTHER",
    "fieldName" : "..."
  }, {
    "notfiable" : true,
    "previousState" : { },
    "historized" : true,
    "historable" : true,
    "currentState" : { },
    "notified" : true,
    "auditType" : "OTHER",
    "fieldName" : "..."
  } ],
  "id" : 12345,
  "notificationContact" : "...",
  "virtual" : true,
  "parentEntityType" : { },
  "transient" : true,
  "externalId" : "...",
  "validity" : {
    "from" : 12345,
    "to" : 12345,
    "valid" : true,
    "empty" : true,
    "strictMatch" : true,
    "fromMatch" : 12345,
    "toMatch" : 12345
  },
  "invoices" : [ {
    "alreadyAppliedMinimum" : true,
    "initialCollectionDate" : 12345,
    "cpqQuote" : {
      "appendGeneratedCode" : true,
      "userAccount" : { },
      "billingCycle" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "opportunityRef" : "...",
      "validationDate" : 12345,
      "customerName" : "...",
      "salesPersonName" : "...",
      "id" : 12345,
      "sendDate" : 12345,
      "deliveryDate" : 12345,
      "codeChanged" : true,
      "parentEntityType" : { },
      "parentEntity" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "referenceDescription" : "...",
      "billableAccount" : { },
      "billingRun" : { },
      "code" : "...",
      "transient" : true,
      "seller" : { },
      "previousStatus" : "...",
      "quoteLotDuration" : 12345,
      "description" : "...",
      "quoteNumber" : "...",
      "statusDate" : 12345,
      "applicantAccount" : { },
      "referenceCode" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "contactName" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "status" : "...",
      "registerNumber" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "minInvoiceLines" : [ { }, { } ],
      "version" : 12345,
      "validity" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "orderInvoiceType" : { },
      "customerRef" : "...",
      "quoteDate" : 12345
    },
    "dontSend" : true,
    "billingRun" : {
      "discountApplied" : true,
      "preInvoicingReports" : { },
      "filters" : {
        "property1" : "...",
        "property2" : "..."
      },
      "billingCycle" : { },
      "suspectAutoAction" : "CANCEL",
      "auditable" : { },
      "invoices" : [ { }, { } ],
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "exceptionalBR" : true,
      "selectedBillingAccounts" : "...",
      "referenceCode" : "...",
      "postInvoicingReports" : { },
      "country" : { },
      "generateAO" : true,
      "referenceDate" : "END_DATE",
      "historized" : true,
      "billingAccountNumber" : 12345,
      "exceptionalRTIds" : [ 12345, 12345 ],
      "computeDatesAtValidation" : true,
      "jobExecutions" : [ { }, { } ],
      "thresholdChecked" : true,
      "invoiceNumber" : 12345,
      "processType" : "MANUAL",
      "pdfJobExecutionResultId" : 12345,
      "rejectionReason" : "...",
      "runType" : "CYCLE",
      "isQuarantine" : true,
      "skipValidationScript" : true,
      "originBillingRun" : { },
      "status" : "VALIDATED",
      "minimumApplied" : true,
      "billableBillingAcountNumber" : 12345,
      "producibleInvoiceNumber" : 12345,
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "rejectedBillingAccounts" : [ { }, { } ],
      "nextBillingRun" : { },
      "prAmountWithTax" : 12345.0,
      "invoiceDate" : 12345,
      "endDate" : 12345,
      "cfAccumulatedValues" : { },
      "invoiceType" : { },
      "producibleAmountTax" : 12345.0,
      "producibleAmountWithoutTax" : 12345.0,
      "rejectAutoAction" : "MOVE",
      "id" : 12345,
      "language" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "prAmountTax" : 12345.0,
      "referenceDescription" : "...",
      "prAmountWithoutTax" : 12345.0,
      "xmlJobExecutionResultId" : 12345,
      "transient" : true,
      "currency" : { },
      "startDate" : 12345,
      "lastTransactionDate" : 12345,
      "version" : 12345,
      "producibleAmountWithTax" : 12345.0,
      "billableBillingAccounts" : [ { }, { } ],
      "collectionDate" : 12345,
      "processDate" : 12345,
      "exceptionalILIds" : [ 12345, 12345 ],
      "billingRunLists" : [ { }, { } ],
      "statusDate" : 12345
    },
    "recordedInvoice" : {
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "historized" : true,
      "bankLot" : "...",
      "auditableFields" : [ { }, { } ],
      "invoice" : { },
      "journal" : { },
      "billingAccountName" : "...",
      "accountCodeClientSide" : "...",
      "customerAccount" : { },
      "descriptionAndCode" : "...",
      "subscription" : { },
      "paymentInfo" : "...",
      "id" : 12345,
      "recordedInvoiceCatAgregates" : [ { }, { } ],
      "seller" : { },
      "operationAction" : "NONE",
      "appendGeneratedCode" : true,
      "amount" : 12345.0,
      "paymentInfo1" : "...",
      "paymentDeferralCount" : 12345,
      "notified" : true,
      "parentEntityType" : { },
      "auditable" : { },
      "uuid" : "...",
      "matchingAmount" : 12345.0,
      "type" : "...",
      "productionDate" : 12345,
      "agedReceivableReportKey" : "...",
      "ddRequestItem" : { },
      "transactionCategory" : "DEBIT",
      "paymentInfo6" : "...",
      "paymentInfo3" : "...",
      "paymentAction" : "PENDING_PAYMENT",
      "invoices" : [ { }, { } ],
      "taxAmount" : 12345.0,
      "code" : "...",
      "matchingStatus" : "L",
      "paymentInfo2" : "...",
      "paymentScheduleInstanceItem" : { },
      "paymentInfo5" : "...",
      "netToPay" : 12345.0,
      "collectionDate" : 12345,
      "dueDate" : 12345,
      "referenceCode" : "...",
      "paymentHistories" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "reason" : "CLOSED_PERIOD",
      "transient" : true,
      "paymentMethod" : "CHECK",
      "parentEntity" : { },
      "amountWithoutTax" : 12345.0,
      "paymentVentilation" : { },
      "operationNumber" : 12345,
      "cfValues" : { },
      "rejectedPayment" : { },
      "invoiceDate" : 12345,
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "accountingCode" : { },
      "paymentInfo4" : "...",
      "referenceDescription" : "...",
      "unMatchingAmount" : 12345.0,
      "accountingExportFile" : "...",
      "parentCFEntities" : [ { }, { } ],
      "matchingAmounts" : [ { }, { } ],
      "bankReference" : "...",
      "orderNumber" : "...",
      "status" : "EXPORT_FAILED",
      "version" : 12345,
      "description" : "...",
      "accountingSchemeEntries" : [ { }, { } ],
      "depositDate" : 12345,
      "reference" : "...",
      "dunningDocument" : { },
      "accountingDate" : 12345
    },
    "reminderLevelTriggered" : true,
    "invoiceNumberOrTemporaryNumber" : "...",
    "comment" : "...",
    "paymentPlan" : {
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "targetedAos" : [ { }, { } ],
      "startDate" : 12345,
      "createdAos" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "actionOnRemainingAmount" : "LAST",
      "descriptionOrCode" : "...",
      "customerAccount" : { },
      "historized" : true,
      "parentEntity" : { },
      "endDate" : 12345,
      "status" : "ACTIVE",
      "referenceDescription" : "...",
      "transient" : true,
      "notified" : true,
      "description" : "...",
      "remainingAmount" : 12345.0,
      "recurringUnit" : "DAY",
      "id" : 12345,
      "codeChanged" : true,
      "parentEntityType" : { },
      "amountToRecover" : 12345.0,
      "auditable" : { },
      "numberOfInstallments" : 12345,
      "amountPerInstallment" : 12345.0,
      "code" : "..."
    },
    "rejectReason" : "...",
    "dueDate" : 12345,
    "xmlDate" : 12345,
    "alias" : "...",
    "alreadyAddedDiscount" : true,
    "startDate" : 12345,
    "quote" : {
      "referenceDescription" : "...",
      "completionDate" : 12345,
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "status" : "Pending",
      "generatePdf" : true,
      "quoteVersion" : "...",
      "requestedCompletionDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notificationContact" : "...",
      "virtual" : true,
      "parentEntityType" : { },
      "transient" : true,
      "externalId" : "...",
      "validity" : { },
      "invoices" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "userAccount" : { },
      "uuid" : "...",
      "routedToUserGroup" : "...",
      "cfValues" : { },
      "receivedFromApp" : "...",
      "description" : "...",
      "quoteItems" : [ { }, { } ],
      "historized" : true,
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "fulfillmentStartDate" : 12345,
      "statusMessage" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteDate" : 12345,
      "auditable" : { },
      "order" : { },
      "code" : "...",
      "category" : "...",
      "version" : 12345
    },
    "discountPlan" : {
      "applicationFilterEL" : "...",
      "usedQuantity" : 12345,
      "codeChanged" : true,
      "minDuration" : 12345,
      "cfValues" : { },
      "appendGeneratedCode" : true,
      "status" : "EXPIRED",
      "sequence" : 12345,
      "descriptionOrCode" : "...",
      "initialQuantity" : 12345,
      "discountPlanType" : "INVOICE_LINE",
      "statusDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "version" : 12345,
      "defaultDuration" : 12345,
      "applicableOnDiscountedPrice" : true,
      "transient" : true,
      "discountPlanaApplicableEntities" : [ { }, { } ],
      "active" : true,
      "notified" : true,
      "applicableOnOverriddenPrice" : true,
      "parentEntity" : { },
      "id" : 12345,
      "maxDuration" : 12345,
      "parentEntityType" : { },
      "durationUnit" : "DAY",
      "auditable" : { },
      "valid" : true,
      "description" : "...",
      "discountPlanItems" : [ { }, { } ],
      "incompatibleDiscountPlans" : [ { }, { } ],
      "historized" : true,
      "applicationLimit" : 12345,
      "referenceDescription" : "...",
      "expressionEl" : "...",
      "code" : "...",
      "startDate" : 12345,
      "descriptionAndCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "disabled" : true,
      "endDate" : 12345,
      "cfAccumulatedValues" : { }
    },
    "pdfFilenameOnly" : "...",
    "order" : {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "COMPLETED",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "AUTO",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    },
    "subscription" : {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "SUSPENDED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "MANUAL",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    },
    "useCurrentRate" : true,
    "dueBalance" : 12345.0,
    "commercialOrder" : {
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "orderDate" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "salesPersonName" : "...",
      "descriptionOrCode" : "...",
      "billingCycle" : { },
      "discountPlan" : { },
      "orderPrices" : [ { }, { } ],
      "historized" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "access" : { },
      "id" : 12345,
      "orderProgress" : 12345,
      "status" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteVersion" : { },
      "deliveryDate" : 12345,
      "externalReference" : "...",
      "auditable" : { },
      "contract" : { },
      "quote" : { },
      "referenceCode" : "...",
      "parentEntityType" : { },
      "orderProgressTmp" : 12345,
      "customerServiceDuration" : 12345,
      "orderNumber" : "...",
      "invoicingPlan" : { },
      "customerServiceBegin" : 12345,
      "rateInvoiced" : 12345,
      "invoices" : [ { }, { } ],
      "orderType" : { },
      "progressDate" : 12345,
      "transient" : true,
      "statusDate" : 12345,
      "version" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "orderInvoiceType" : { },
      "orderLots" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "oneShotTotalAmount" : 12345.0,
      "cfValues" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "code" : "...",
      "parentEntity" : { },
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "referenceDescription" : "...",
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "userAccount" : { },
      "seller" : { },
      "billingRun" : { },
      "notified" : true,
      "orderParent" : { },
      "billingAccount" : { },
      "cfAccumulatedValues" : { },
      "offers" : [ { }, { } ],
      "label" : "..."
    },
    "amountWithTax" : 12345.0,
    "convertedNetToPay" : 12345.0,
    "discountAgregates" : [ {
      "amountTax" : 12345.0,
      "prDescription" : "...",
      "descriminatorValue" : "...",
      "invoice" : { },
      "tradingLanguage" : { },
      "notified" : true,
      "accountingCode" : { },
      "auditable" : { },
      "oldAmountWithoutTax" : 12345.0,
      "amountByTaxAsList" : [ { }, { } ],
      "categoryInvoiceAgregate" : { },
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "amountsByTax" : {
        "property1" : { },
        "property2" : { }
      },
      "id" : 12345,
      "discountAggregate" : true,
      "discountPercent" : 12345.0,
      "itemNumber" : 12345,
      "discountPlanCode" : "...",
      "invoiceablesToAssociate" : [ { }, { } ],
      "transient" : true,
      "oldAmountWithTax" : 12345.0,
      "tradingCountry" : { },
      "invoiceSubCategory" : { },
      "historized" : true,
      "billingAccount" : { },
      "amountWithTax" : 12345.0,
      "version" : 12345,
      "description" : "...",
      "wallet" : { },
      "billingRun" : { },
      "userAccount" : { },
      "tradingCurrency" : { },
      "discountPlanItemCode" : "...",
      "discountPlanItem" : { },
      "invoiceLinesToAssociate" : [ { }, { } ]
    }, {
      "amountTax" : 12345.0,
      "prDescription" : "...",
      "descriminatorValue" : "...",
      "invoice" : { },
      "tradingLanguage" : { },
      "notified" : true,
      "accountingCode" : { },
      "auditable" : { },
      "oldAmountWithoutTax" : 12345.0,
      "amountByTaxAsList" : [ { }, { } ],
      "categoryInvoiceAgregate" : { },
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "amountsByTax" : {
        "property1" : { },
        "property2" : { }
      },
      "id" : 12345,
      "discountAggregate" : true,
      "discountPercent" : 12345.0,
      "itemNumber" : 12345,
      "discountPlanCode" : "...",
      "invoiceablesToAssociate" : [ { }, { } ],
      "transient" : true,
      "oldAmountWithTax" : 12345.0,
      "tradingCountry" : { },
      "invoiceSubCategory" : { },
      "historized" : true,
      "billingAccount" : { },
      "amountWithTax" : 12345.0,
      "version" : 12345,
      "description" : "...",
      "wallet" : { },
      "billingRun" : { },
      "userAccount" : { },
      "tradingCurrency" : { },
      "discountPlanItemCode" : "...",
      "discountPlanItem" : { },
      "invoiceLinesToAssociate" : [ { }, { } ]
    } ],
    "newInvoicingProcess" : true,
    "convertedDiscountAmount" : 12345.0,
    "iban" : "...",
    "openOrderNumber" : "...",
    "previousInvoiceNumber" : "...",
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "invoice" : { },
      "id" : 12345,
      "itemNumber" : 12345,
      "descriminatorValue" : "...",
      "amountWithTax" : 12345.0,
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "historized" : true,
      "amountWithoutTax" : 12345.0,
      "billingRun" : { },
      "transient" : true,
      "auditable" : { },
      "tradingCurrency" : { },
      "version" : 12345,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "notified" : true,
      "amount" : 12345.0,
      "billingAccount" : { }
    }, {
      "tradingCountry" : { },
      "invoice" : { },
      "id" : 12345,
      "itemNumber" : 12345,
      "descriminatorValue" : "...",
      "amountWithTax" : 12345.0,
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "historized" : true,
      "amountWithoutTax" : 12345.0,
      "billingRun" : { },
      "transient" : true,
      "auditable" : { },
      "tradingCurrency" : { },
      "version" : 12345,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "notified" : true,
      "amount" : 12345.0,
      "billingAccount" : { }
    } ],
    "convertedAmountTax" : 12345.0,
    "amountTax" : 12345.0,
    "draft" : true,
    "detailedInvoice" : true,
    "xmlFilename" : "...",
    "invoiceDate" : 12345,
    "invoiceType" : {
      "invoiceSequence" : { },
      "xmlFilenameEL" : "...",
      "excludeFromAgedTrialBalance" : true,
      "appliesTo" : [ { }, { } ],
      "id" : 12345,
      "sellerSequence" : [ { }, { } ],
      "version" : 12345,
      "useSelfSequence" : true,
      "cfAccumulatedValues" : { },
      "codeChanged" : true,
      "auditable" : { },
      "occTemplateCodeEl" : "...",
      "parentEntityType" : { },
      "description" : "...",
      "mailingType" : "BATCH",
      "emailTemplate" : { },
      "pdfFilenameEL" : "...",
      "parentCFEntities" : [ { }, { } ],
      "taxScript" : { },
      "invoiceValidationScript" : { },
      "historized" : true,
      "customInvoiceXmlScriptInstance" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "invoiceAccountable" : true,
      "code" : "...",
      "occTemplate" : { },
      "billingTemplateNameEL" : "...",
      "matchingAuto" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "cfValues" : { },
      "notified" : true,
      "occTemplateNegative" : { },
      "occTemplateNegativeCodeEl" : "...",
      "prefixEL" : "..."
    },
    "prepaid" : true,
    "paymentMethodType" : "DIRECTDEBIT",
    "netToPay" : 12345.0,
    "draftRatedTransactions" : [ {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "PERCENTAGE",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "REJECTED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "MANUAL",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    }, {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "FIXED",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "PROCESSED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "MANUAL",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    } ],
    "amountWithoutTaxBeforeDiscount" : 12345.0,
    "invoiceAdjustmentCurrentSellerNb" : 12345,
    "alreadySent" : true,
    "pdfDate" : 12345,
    "convertedAmountWithTax" : 12345.0,
    "hasDiscounts" : true,
    "amount" : 12345.0,
    "rawAmount" : 12345.0,
    "convertedRawAmount" : 12345.0,
    "discountRate" : 12345.0,
    "paymentStatus" : "PENDING_PLAN",
    "hasMinimum" : true,
    "lastAppliedRateDate" : 12345,
    "status" : "VALIDATED",
    "uuid" : "...",
    "appliedRate" : 12345.0,
    "convertedAmountWithoutTax" : 12345.0,
    "convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
    "historized" : true,
    "invoiceAdjustmentCurrentProviderNb" : 12345,
    "linkedInvoices" : [ {
      "invoice" : { },
      "linkedInvoiceValue" : { },
      "type" : "ADVANCEMENT_PAYMENT",
      "id" : 12345,
      "transient" : true,
      "amount" : 12345.0
    }, {
      "invoice" : { },
      "linkedInvoiceValue" : { },
      "type" : "ADVANCEMENT_PAYMENT",
      "id" : 12345,
      "transient" : true,
      "amount" : 12345.0
    } ],
    "seller" : {
      "contactInformation" : { },
      "notified" : true,
      "historized" : true,
      "contracts" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "vatNo" : "...",
      "tradingCountry" : { },
      "registrationNo" : "...",
      "address" : { },
      "referenceDescription" : "...",
      "isCompany" : true,
      "name" : { },
      "version" : 12345,
      "externalRef2" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "legalText" : "...",
      "accountType" : "...",
      "minimumLabelEl" : "...",
      "referenceCode" : "...",
      "primaryContact" : { },
      "transient" : true,
      "id" : 12345,
      "auditable" : { },
      "tradingCurrency" : { },
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "jobTitle" : "...",
      "tradingLanguage" : { },
      "defaultLevel" : true,
      "parentCFEntities" : [ { }, { } ],
      "seller" : { },
      "description" : "...",
      "businessAccountModel" : { },
      "codeChanged" : true,
      "paymentGateways" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "minimumAmountEl" : "...",
      "generalLedger" : { },
      "minimumArticle" : { },
      "uuid" : "...",
      "invoiceTypeSequence" : [ { }, { } ],
      "externalRef1" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "parentEntityType" : { },
      "customerSequences" : [ { }, { } ],
      "legalEntityType" : { },
      "code" : "...",
      "providerContact" : "..."
    },
    "statusDate" : 12345,
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    } ],
    "id" : 12345,
    "relatedDunningCollectionPlan" : {
      "totalDunningLevels" : 12345,
      "dunningLevelInstances" : [ { }, { } ],
      "pausedUntilDate" : 12345,
      "status" : { },
      "daysOpen" : 12345,
      "nextActionDate" : 12345,
      "relatedPolicy" : { },
      "balance" : 12345.0,
      "transient" : true,
      "historized" : true,
      "pauseReason" : { },
      "id" : 12345,
      "startDate" : 12345,
      "stopReason" : { },
      "auditableFields" : [ { }, { } ],
      "closeDate" : 12345,
      "retryPaymentOnResumeDate" : true,
      "relatedInvoice" : { },
      "pauseDuration" : 12345,
      "currentDunningLevelSequence" : 12345,
      "lastAction" : "...",
      "notified" : true,
      "auditable" : { },
      "version" : 12345,
      "collectionPlanNumber" : "...",
      "billingAccount" : { },
      "lastActionDate" : 12345,
      "initialCollectionPlan" : { },
      "nextAction" : "..."
    },
    "realTimeStatus" : "PPAID",
    "pdfFilename" : "...",
    "hasTaxes" : true,
    "tradingLanguage" : {
      "id" : 12345,
      "version" : 12345,
      "historized" : true,
      "notified" : true,
      "active" : true,
      "auditable" : { },
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "disabled" : true,
      "languageCode" : "...",
      "transient" : true,
      "language" : { }
    },
    "transient" : true,
    "paymentStatusDate" : 12345,
    "orders" : [ {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "COMPLETED",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "MANUAL",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    }, {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "IN_CREATION",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "AUTO",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    } ],
    "notified" : true,
    "tradingCurrency" : {
      "currentRate" : 12345.0,
      "symbol" : "...",
      "active" : true,
      "transient" : true,
      "version" : 12345,
      "disabled" : true,
      "currency" : { },
      "decimalPlaces" : 12345,
      "exchangeRates" : [ { }, { } ],
      "prCurrencyToThis" : 12345.0,
      "prDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "currencyCode" : "...",
      "currentRateFromDate" : 12345,
      "currentRateUpdater" : "...",
      "notified" : true,
      "auditable" : { },
      "id" : 12345
    },
    "tradingCountry" : {
      "parentEntity" : { },
      "countryCode" : "...",
      "transient" : true,
      "active" : true,
      "historized" : true,
      "country" : { },
      "description" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "cfValues" : { },
      "disabled" : true,
      "descriptionOrCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "id" : 12345,
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "code" : "...",
      "version" : 12345,
      "auditable" : { },
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "appendGeneratedCode" : true
    },
    "version" : 12345,
    "draftInvoiceLines" : [ {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "OPEN",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "BILLED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    } ],
    "productDate" : 12345,
    "emailSentDate" : 12345,
    "invoiceBalance" : 12345.0,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "lastAppliedRate" : 12345.0,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "billingAccount" : {
      "minimumLabelEl" : "...",
      "taxCategory" : { },
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "auditable" : { },
      "registrationNo" : "...",
      "parentUserAccounts" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "uuid" : "...",
      "address" : { },
      "invoices" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "description" : "...",
      "parentEntity" : { },
      "invoicingThreshold" : 12345.0,
      "defaultLevel" : true,
      "minRatedTransactions" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "discountRate" : 12345.0,
      "invoicePrefix" : "...",
      "usersAccounts" : [ { }, { } ],
      "externalRef2" : "...",
      "terminationReason" : { },
      "ccedEmails" : "...",
      "tradingCountry" : { },
      "minimumChargeTemplate" : { },
      "mailingType" : "MANUAL",
      "isCompany" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "brAmountWithoutTax" : 12345.0,
      "version" : 12345,
      "tags" : [ { }, { } ],
      "code" : "...",
      "contactInformationNullSafe" : { },
      "tradingLanguage" : { },
      "referenceDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "businessAccountModel" : { },
      "transient" : true,
      "minInvoiceLines" : [ { }, { } ],
      "notified" : true,
      "minimumAmountEl" : "...",
      "contracts" : [ { }, { } ],
      "codeChanged" : true,
      "providerContact" : "...",
      "vatNo" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "customerAccount" : { },
      "billingRun" : { },
      "emailTemplate" : { },
      "parentEntityType" : { },
      "minimumInvoiceSubCategory" : { },
      "paymentMethod" : { },
      "status" : "CANCELED",
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "discountPlan" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "checkThreshold" : "POSITIVE_IL",
      "jobTitle" : "...",
      "id" : 12345,
      "terminationDate" : 12345,
      "discountPlanInstances" : [ { }, { } ],
      "historized" : true,
      "nextInvoiceDate" : 12345,
      "name" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "cfValues" : { },
      "taxCategoryResolved" : { },
      "referenceCode" : "...",
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "statusDate" : 12345,
      "billingCycle" : { },
      "externalRef1" : "...",
      "accountType" : "...",
      "exoneratedFromtaxes" : true,
      "legalEntityType" : { },
      "seller" : { },
      "contactInformation" : { },
      "primaryContact" : { }
    },
    "amountWithoutTax" : 12345.0,
    "endDate" : 12345,
    "dunningCollectionPlanTriggered" : true,
    "externalRef" : "...",
    "code" : "...",
    "invoiceLines" : [ {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "OPEN",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "ARTICLE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "CANCELED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "FIXED",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    } ],
    "xmlFilenameOnly" : "...",
    "adjustedInvoice" : { },
    "paymentMethod" : {
      "action" : "...",
      "customerAccount" : { },
      "info3" : "...",
      "tokenId" : "...",
      "referenceDocument" : { },
      "token3DsId" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "version" : 12345,
      "historized" : true,
      "paymentType" : "CARD",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "auditable" : { },
      "info5" : "...",
      "transient" : true,
      "active" : true,
      "notified" : true,
      "alias" : "...",
      "info4" : "...",
      "userId" : "...",
      "cfValues" : { },
      "info2" : "...",
      "preferred" : true,
      "uuid" : "...",
      "info1" : "...",
      "expired" : true
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "temporaryInvoiceNumber" : "...",
    "discountAmount" : 12345.0,
    "description" : "...",
    "discount" : 12345.0,
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "invoiceNumber" : "..."
  }, {
    "alreadyAppliedMinimum" : true,
    "initialCollectionDate" : 12345,
    "cpqQuote" : {
      "appendGeneratedCode" : true,
      "userAccount" : { },
      "billingCycle" : { },
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "opportunityRef" : "...",
      "validationDate" : 12345,
      "customerName" : "...",
      "salesPersonName" : "...",
      "id" : 12345,
      "sendDate" : 12345,
      "deliveryDate" : 12345,
      "codeChanged" : true,
      "parentEntityType" : { },
      "parentEntity" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "referenceDescription" : "...",
      "billableAccount" : { },
      "billingRun" : { },
      "code" : "...",
      "transient" : true,
      "seller" : { },
      "previousStatus" : "...",
      "quoteLotDuration" : 12345,
      "description" : "...",
      "quoteNumber" : "...",
      "statusDate" : 12345,
      "applicantAccount" : { },
      "referenceCode" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "contactName" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "status" : "...",
      "registerNumber" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "minInvoiceLines" : [ { }, { } ],
      "version" : 12345,
      "validity" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "orderInvoiceType" : { },
      "customerRef" : "...",
      "quoteDate" : 12345
    },
    "dontSend" : true,
    "billingRun" : {
      "discountApplied" : true,
      "preInvoicingReports" : { },
      "filters" : {
        "property1" : "...",
        "property2" : "..."
      },
      "billingCycle" : { },
      "suspectAutoAction" : "MOVE",
      "auditable" : { },
      "invoices" : [ { }, { } ],
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "exceptionalBR" : true,
      "selectedBillingAccounts" : "...",
      "referenceCode" : "...",
      "postInvoicingReports" : { },
      "country" : { },
      "generateAO" : true,
      "referenceDate" : "END_DATE",
      "historized" : true,
      "billingAccountNumber" : 12345,
      "exceptionalRTIds" : [ 12345, 12345 ],
      "computeDatesAtValidation" : true,
      "jobExecutions" : [ { }, { } ],
      "thresholdChecked" : true,
      "invoiceNumber" : 12345,
      "processType" : "MANUAL",
      "pdfJobExecutionResultId" : 12345,
      "rejectionReason" : "...",
      "runType" : "EXCEPTIONAL",
      "isQuarantine" : true,
      "skipValidationScript" : true,
      "originBillingRun" : { },
      "status" : "CANCELED",
      "minimumApplied" : true,
      "billableBillingAcountNumber" : 12345,
      "producibleInvoiceNumber" : 12345,
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "rejectedBillingAccounts" : [ { }, { } ],
      "nextBillingRun" : { },
      "prAmountWithTax" : 12345.0,
      "invoiceDate" : 12345,
      "endDate" : 12345,
      "cfAccumulatedValues" : { },
      "invoiceType" : { },
      "producibleAmountTax" : 12345.0,
      "producibleAmountWithoutTax" : 12345.0,
      "rejectAutoAction" : "CANCEL",
      "id" : 12345,
      "language" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "prAmountTax" : 12345.0,
      "referenceDescription" : "...",
      "prAmountWithoutTax" : 12345.0,
      "xmlJobExecutionResultId" : 12345,
      "transient" : true,
      "currency" : { },
      "startDate" : 12345,
      "lastTransactionDate" : 12345,
      "version" : 12345,
      "producibleAmountWithTax" : 12345.0,
      "billableBillingAccounts" : [ { }, { } ],
      "collectionDate" : 12345,
      "processDate" : 12345,
      "exceptionalILIds" : [ 12345, 12345 ],
      "billingRunLists" : [ { }, { } ],
      "statusDate" : 12345
    },
    "recordedInvoice" : {
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "historized" : true,
      "bankLot" : "...",
      "auditableFields" : [ { }, { } ],
      "invoice" : { },
      "journal" : { },
      "billingAccountName" : "...",
      "accountCodeClientSide" : "...",
      "customerAccount" : { },
      "descriptionAndCode" : "...",
      "subscription" : { },
      "paymentInfo" : "...",
      "id" : 12345,
      "recordedInvoiceCatAgregates" : [ { }, { } ],
      "seller" : { },
      "operationAction" : "TO_REFUND",
      "appendGeneratedCode" : true,
      "amount" : 12345.0,
      "paymentInfo1" : "...",
      "paymentDeferralCount" : 12345,
      "notified" : true,
      "parentEntityType" : { },
      "auditable" : { },
      "uuid" : "...",
      "matchingAmount" : 12345.0,
      "type" : "...",
      "productionDate" : 12345,
      "agedReceivableReportKey" : "...",
      "ddRequestItem" : { },
      "transactionCategory" : "CREDIT",
      "paymentInfo6" : "...",
      "paymentInfo3" : "...",
      "paymentAction" : "PENDING_PAYMENT",
      "invoices" : [ { }, { } ],
      "taxAmount" : 12345.0,
      "code" : "...",
      "matchingStatus" : "O",
      "paymentInfo2" : "...",
      "paymentScheduleInstanceItem" : { },
      "paymentInfo5" : "...",
      "netToPay" : 12345.0,
      "collectionDate" : 12345,
      "dueDate" : 12345,
      "referenceCode" : "...",
      "paymentHistories" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "reason" : "CLOSED_PERIOD",
      "transient" : true,
      "paymentMethod" : "STRIPE",
      "parentEntity" : { },
      "amountWithoutTax" : 12345.0,
      "paymentVentilation" : { },
      "operationNumber" : 12345,
      "cfValues" : { },
      "rejectedPayment" : { },
      "invoiceDate" : 12345,
      "descriptionOrCode" : "...",
      "codeChanged" : true,
      "accountingCode" : { },
      "paymentInfo4" : "...",
      "referenceDescription" : "...",
      "unMatchingAmount" : 12345.0,
      "accountingExportFile" : "...",
      "parentCFEntities" : [ { }, { } ],
      "matchingAmounts" : [ { }, { } ],
      "bankReference" : "...",
      "orderNumber" : "...",
      "status" : "EXPORTED",
      "version" : 12345,
      "description" : "...",
      "accountingSchemeEntries" : [ { }, { } ],
      "depositDate" : 12345,
      "reference" : "...",
      "dunningDocument" : { },
      "accountingDate" : 12345
    },
    "reminderLevelTriggered" : true,
    "invoiceNumberOrTemporaryNumber" : "...",
    "comment" : "...",
    "paymentPlan" : {
      "version" : 12345,
      "auditableFields" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "targetedAos" : [ { }, { } ],
      "startDate" : 12345,
      "createdAos" : [ { }, { } ],
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "actionOnRemainingAmount" : "ADDITIONAL",
      "descriptionOrCode" : "...",
      "customerAccount" : { },
      "historized" : true,
      "parentEntity" : { },
      "endDate" : 12345,
      "status" : "DRAFT",
      "referenceDescription" : "...",
      "transient" : true,
      "notified" : true,
      "description" : "...",
      "remainingAmount" : 12345.0,
      "recurringUnit" : "DAY",
      "id" : 12345,
      "codeChanged" : true,
      "parentEntityType" : { },
      "amountToRecover" : 12345.0,
      "auditable" : { },
      "numberOfInstallments" : 12345,
      "amountPerInstallment" : 12345.0,
      "code" : "..."
    },
    "rejectReason" : "...",
    "dueDate" : 12345,
    "xmlDate" : 12345,
    "alias" : "...",
    "alreadyAddedDiscount" : true,
    "startDate" : 12345,
    "quote" : {
      "referenceDescription" : "...",
      "completionDate" : 12345,
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "status" : "Cancelled",
      "generatePdf" : true,
      "quoteVersion" : "...",
      "requestedCompletionDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notificationContact" : "...",
      "virtual" : true,
      "parentEntityType" : { },
      "transient" : true,
      "externalId" : "...",
      "validity" : { },
      "invoices" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "userAccount" : { },
      "uuid" : "...",
      "routedToUserGroup" : "...",
      "cfValues" : { },
      "receivedFromApp" : "...",
      "description" : "...",
      "quoteItems" : [ { }, { } ],
      "historized" : true,
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "fulfillmentStartDate" : 12345,
      "statusMessage" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteDate" : 12345,
      "auditable" : { },
      "order" : { },
      "code" : "...",
      "category" : "...",
      "version" : 12345
    },
    "discountPlan" : {
      "applicationFilterEL" : "...",
      "usedQuantity" : 12345,
      "codeChanged" : true,
      "minDuration" : 12345,
      "cfValues" : { },
      "appendGeneratedCode" : true,
      "status" : "IN_USE",
      "sequence" : 12345,
      "descriptionOrCode" : "...",
      "initialQuantity" : 12345,
      "discountPlanType" : "INVOICE",
      "statusDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "version" : 12345,
      "defaultDuration" : 12345,
      "applicableOnDiscountedPrice" : true,
      "transient" : true,
      "discountPlanaApplicableEntities" : [ { }, { } ],
      "active" : true,
      "notified" : true,
      "applicableOnOverriddenPrice" : true,
      "parentEntity" : { },
      "id" : 12345,
      "maxDuration" : 12345,
      "parentEntityType" : { },
      "durationUnit" : "MONTH",
      "auditable" : { },
      "valid" : true,
      "description" : "...",
      "discountPlanItems" : [ { }, { } ],
      "incompatibleDiscountPlans" : [ { }, { } ],
      "historized" : true,
      "applicationLimit" : 12345,
      "referenceDescription" : "...",
      "expressionEl" : "...",
      "code" : "...",
      "startDate" : 12345,
      "descriptionAndCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "disabled" : true,
      "endDate" : 12345,
      "cfAccumulatedValues" : { }
    },
    "pdfFilenameOnly" : "...",
    "order" : {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "HELD",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "AUTO",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    },
    "subscription" : {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "CANCELED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "AUTO",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    },
    "useCurrentRate" : true,
    "dueBalance" : 12345.0,
    "commercialOrder" : {
      "descriptionAndCode" : "...",
      "codeChanged" : true,
      "orderDate" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "salesPersonName" : "...",
      "descriptionOrCode" : "...",
      "billingCycle" : { },
      "discountPlan" : { },
      "orderPrices" : [ { }, { } ],
      "historized" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "access" : { },
      "id" : 12345,
      "orderProgress" : 12345,
      "status" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteVersion" : { },
      "deliveryDate" : 12345,
      "externalReference" : "...",
      "auditable" : { },
      "contract" : { },
      "quote" : { },
      "referenceCode" : "...",
      "parentEntityType" : { },
      "orderProgressTmp" : 12345,
      "customerServiceDuration" : 12345,
      "orderNumber" : "...",
      "invoicingPlan" : { },
      "customerServiceBegin" : 12345,
      "rateInvoiced" : 12345,
      "invoices" : [ { }, { } ],
      "orderType" : { },
      "progressDate" : 12345,
      "transient" : true,
      "statusDate" : 12345,
      "version" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "orderInvoiceType" : { },
      "orderLots" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "oneShotTotalAmount" : 12345.0,
      "cfValues" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "code" : "...",
      "parentEntity" : { },
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "referenceDescription" : "...",
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "userAccount" : { },
      "seller" : { },
      "billingRun" : { },
      "notified" : true,
      "orderParent" : { },
      "billingAccount" : { },
      "cfAccumulatedValues" : { },
      "offers" : [ { }, { } ],
      "label" : "..."
    },
    "amountWithTax" : 12345.0,
    "convertedNetToPay" : 12345.0,
    "discountAgregates" : [ {
      "amountTax" : 12345.0,
      "prDescription" : "...",
      "descriminatorValue" : "...",
      "invoice" : { },
      "tradingLanguage" : { },
      "notified" : true,
      "accountingCode" : { },
      "auditable" : { },
      "oldAmountWithoutTax" : 12345.0,
      "amountByTaxAsList" : [ { }, { } ],
      "categoryInvoiceAgregate" : { },
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "amountsByTax" : {
        "property1" : { },
        "property2" : { }
      },
      "id" : 12345,
      "discountAggregate" : true,
      "discountPercent" : 12345.0,
      "itemNumber" : 12345,
      "discountPlanCode" : "...",
      "invoiceablesToAssociate" : [ { }, { } ],
      "transient" : true,
      "oldAmountWithTax" : 12345.0,
      "tradingCountry" : { },
      "invoiceSubCategory" : { },
      "historized" : true,
      "billingAccount" : { },
      "amountWithTax" : 12345.0,
      "version" : 12345,
      "description" : "...",
      "wallet" : { },
      "billingRun" : { },
      "userAccount" : { },
      "tradingCurrency" : { },
      "discountPlanItemCode" : "...",
      "discountPlanItem" : { },
      "invoiceLinesToAssociate" : [ { }, { } ]
    }, {
      "amountTax" : 12345.0,
      "prDescription" : "...",
      "descriminatorValue" : "...",
      "invoice" : { },
      "tradingLanguage" : { },
      "notified" : true,
      "accountingCode" : { },
      "auditable" : { },
      "oldAmountWithoutTax" : 12345.0,
      "amountByTaxAsList" : [ { }, { } ],
      "categoryInvoiceAgregate" : { },
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "amountsByTax" : {
        "property1" : { },
        "property2" : { }
      },
      "id" : 12345,
      "discountAggregate" : true,
      "discountPercent" : 12345.0,
      "itemNumber" : 12345,
      "discountPlanCode" : "...",
      "invoiceablesToAssociate" : [ { }, { } ],
      "transient" : true,
      "oldAmountWithTax" : 12345.0,
      "tradingCountry" : { },
      "invoiceSubCategory" : { },
      "historized" : true,
      "billingAccount" : { },
      "amountWithTax" : 12345.0,
      "version" : 12345,
      "description" : "...",
      "wallet" : { },
      "billingRun" : { },
      "userAccount" : { },
      "tradingCurrency" : { },
      "discountPlanItemCode" : "...",
      "discountPlanItem" : { },
      "invoiceLinesToAssociate" : [ { }, { } ]
    } ],
    "newInvoicingProcess" : true,
    "convertedDiscountAmount" : 12345.0,
    "iban" : "...",
    "openOrderNumber" : "...",
    "previousInvoiceNumber" : "...",
    "invoiceAgregates" : [ {
      "tradingCountry" : { },
      "invoice" : { },
      "id" : 12345,
      "itemNumber" : 12345,
      "descriminatorValue" : "...",
      "amountWithTax" : 12345.0,
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "historized" : true,
      "amountWithoutTax" : 12345.0,
      "billingRun" : { },
      "transient" : true,
      "auditable" : { },
      "tradingCurrency" : { },
      "version" : 12345,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "notified" : true,
      "amount" : 12345.0,
      "billingAccount" : { }
    }, {
      "tradingCountry" : { },
      "invoice" : { },
      "id" : 12345,
      "itemNumber" : 12345,
      "descriminatorValue" : "...",
      "amountWithTax" : 12345.0,
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "description" : "...",
      "historized" : true,
      "amountWithoutTax" : 12345.0,
      "billingRun" : { },
      "transient" : true,
      "auditable" : { },
      "tradingCurrency" : { },
      "version" : 12345,
      "amountTax" : 12345.0,
      "tradingLanguage" : { },
      "notified" : true,
      "amount" : 12345.0,
      "billingAccount" : { }
    } ],
    "convertedAmountTax" : 12345.0,
    "amountTax" : 12345.0,
    "draft" : true,
    "detailedInvoice" : true,
    "xmlFilename" : "...",
    "invoiceDate" : 12345,
    "invoiceType" : {
      "invoiceSequence" : { },
      "xmlFilenameEL" : "...",
      "excludeFromAgedTrialBalance" : true,
      "appliesTo" : [ { }, { } ],
      "id" : 12345,
      "sellerSequence" : [ { }, { } ],
      "version" : 12345,
      "useSelfSequence" : true,
      "cfAccumulatedValues" : { },
      "codeChanged" : true,
      "auditable" : { },
      "occTemplateCodeEl" : "...",
      "parentEntityType" : { },
      "description" : "...",
      "mailingType" : "AUTO",
      "emailTemplate" : { },
      "pdfFilenameEL" : "...",
      "parentCFEntities" : [ { }, { } ],
      "taxScript" : { },
      "invoiceValidationScript" : { },
      "historized" : true,
      "customInvoiceXmlScriptInstance" : { },
      "parentEntity" : { },
      "referenceDescription" : "...",
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "invoiceAccountable" : true,
      "code" : "...",
      "occTemplate" : { },
      "billingTemplateNameEL" : "...",
      "matchingAuto" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "uuid" : "...",
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "cfValues" : { },
      "notified" : true,
      "occTemplateNegative" : { },
      "occTemplateNegativeCodeEl" : "...",
      "prefixEL" : "..."
    },
    "prepaid" : true,
    "paymentMethodType" : "PAYPAL",
    "netToPay" : 12345.0,
    "draftRatedTransactions" : [ {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "PERCENTAGE",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "RERATED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "REGULAR",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    }, {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "FIXED",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "REJECTED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "REGULAR",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    } ],
    "amountWithoutTaxBeforeDiscount" : 12345.0,
    "invoiceAdjustmentCurrentSellerNb" : 12345,
    "alreadySent" : true,
    "pdfDate" : 12345,
    "convertedAmountWithTax" : 12345.0,
    "hasDiscounts" : true,
    "amount" : 12345.0,
    "rawAmount" : 12345.0,
    "convertedRawAmount" : 12345.0,
    "discountRate" : 12345.0,
    "paymentStatus" : "UNPAID",
    "hasMinimum" : true,
    "lastAppliedRateDate" : 12345,
    "status" : "VALIDATED",
    "uuid" : "...",
    "appliedRate" : 12345.0,
    "convertedAmountWithoutTax" : 12345.0,
    "convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
    "historized" : true,
    "invoiceAdjustmentCurrentProviderNb" : 12345,
    "linkedInvoices" : [ {
      "invoice" : { },
      "linkedInvoiceValue" : { },
      "type" : "ADVANCEMENT_PAYMENT",
      "id" : 12345,
      "transient" : true,
      "amount" : 12345.0
    }, {
      "invoice" : { },
      "linkedInvoiceValue" : { },
      "type" : "ADJUSTMENT",
      "id" : 12345,
      "transient" : true,
      "amount" : 12345.0
    } ],
    "seller" : {
      "contactInformation" : { },
      "notified" : true,
      "historized" : true,
      "contracts" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "vatNo" : "...",
      "tradingCountry" : { },
      "registrationNo" : "...",
      "address" : { },
      "referenceDescription" : "...",
      "isCompany" : true,
      "name" : { },
      "version" : 12345,
      "externalRef2" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "legalText" : "...",
      "accountType" : "...",
      "minimumLabelEl" : "...",
      "referenceCode" : "...",
      "primaryContact" : { },
      "transient" : true,
      "id" : 12345,
      "auditable" : { },
      "tradingCurrency" : { },
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "jobTitle" : "...",
      "tradingLanguage" : { },
      "defaultLevel" : true,
      "parentCFEntities" : [ { }, { } ],
      "seller" : { },
      "description" : "...",
      "businessAccountModel" : { },
      "codeChanged" : true,
      "paymentGateways" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "minimumAmountEl" : "...",
      "generalLedger" : { },
      "minimumArticle" : { },
      "uuid" : "...",
      "invoiceTypeSequence" : [ { }, { } ],
      "externalRef1" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "parentEntityType" : { },
      "customerSequences" : [ { }, { } ],
      "legalEntityType" : { },
      "code" : "...",
      "providerContact" : "..."
    },
    "statusDate" : 12345,
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    } ],
    "id" : 12345,
    "relatedDunningCollectionPlan" : {
      "totalDunningLevels" : 12345,
      "dunningLevelInstances" : [ { }, { } ],
      "pausedUntilDate" : 12345,
      "status" : { },
      "daysOpen" : 12345,
      "nextActionDate" : 12345,
      "relatedPolicy" : { },
      "balance" : 12345.0,
      "transient" : true,
      "historized" : true,
      "pauseReason" : { },
      "id" : 12345,
      "startDate" : 12345,
      "stopReason" : { },
      "auditableFields" : [ { }, { } ],
      "closeDate" : 12345,
      "retryPaymentOnResumeDate" : true,
      "relatedInvoice" : { },
      "pauseDuration" : 12345,
      "currentDunningLevelSequence" : 12345,
      "lastAction" : "...",
      "notified" : true,
      "auditable" : { },
      "version" : 12345,
      "collectionPlanNumber" : "...",
      "billingAccount" : { },
      "lastActionDate" : 12345,
      "initialCollectionPlan" : { },
      "nextAction" : "..."
    },
    "realTimeStatus" : "DISPUTED",
    "pdfFilename" : "...",
    "hasTaxes" : true,
    "tradingLanguage" : {
      "id" : 12345,
      "version" : 12345,
      "historized" : true,
      "notified" : true,
      "active" : true,
      "auditable" : { },
      "prDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "disabled" : true,
      "languageCode" : "...",
      "transient" : true,
      "language" : { }
    },
    "transient" : true,
    "paymentStatusDate" : 12345,
    "orders" : [ {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "CANCELLED",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "MANUAL",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    }, {
      "auditable" : { },
      "auditableFields" : [ { }, { } ],
      "parentEntity" : { },
      "totalInvoicingAmountTax" : 12345.0,
      "cfValues" : { },
      "notified" : true,
      "completionDate" : 12345,
      "billingCycle" : { },
      "transient" : true,
      "id" : 12345,
      "minRatedTransactions" : [ { }, { } ],
      "electronicBilling" : true,
      "quote" : { },
      "code" : "...",
      "paymentMethod" : { },
      "orderItems" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "description" : "...",
      "status" : "ACKNOWLEDGED",
      "descriptionAndCode" : "...",
      "userAccounts" : [ { }, { } ],
      "historized" : true,
      "parentCFEntities" : [ { }, { } ],
      "invoices" : [ { }, { } ],
      "version" : 12345,
      "codeChanged" : true,
      "startDate" : 12345,
      "appendGeneratedCode" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "priority" : 12345,
      "orderDate" : 12345,
      "ccedEmails" : "...",
      "requestedStartDate" : 12345,
      "category" : "...",
      "statusMessage" : "...",
      "externalId" : "...",
      "requestedCompletionDate" : 12345,
      "parentEntityType" : { },
      "mailingType" : "AUTO",
      "receivedFromApp" : "...",
      "billingRun" : { },
      "expectedCompletionDate" : 12345,
      "email" : "...",
      "shippingAddress" : { },
      "uuid" : "...",
      "emailTemplate" : { },
      "orderNumber" : "...",
      "descriptionOrCode" : "...",
      "dueDateDelayEL" : "...",
      "cfAccumulatedValues" : { },
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "routedToUserGroup" : "...",
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "deliveryInstructions" : "..."
    } ],
    "notified" : true,
    "tradingCurrency" : {
      "currentRate" : 12345.0,
      "symbol" : "...",
      "active" : true,
      "transient" : true,
      "version" : 12345,
      "disabled" : true,
      "currency" : { },
      "decimalPlaces" : 12345,
      "exchangeRates" : [ { }, { } ],
      "prCurrencyToThis" : 12345.0,
      "prDescription" : "...",
      "historized" : true,
      "auditableFields" : [ { }, { } ],
      "currencyCode" : "...",
      "currentRateFromDate" : 12345,
      "currentRateUpdater" : "...",
      "notified" : true,
      "auditable" : { },
      "id" : 12345
    },
    "tradingCountry" : {
      "parentEntity" : { },
      "countryCode" : "...",
      "transient" : true,
      "active" : true,
      "historized" : true,
      "country" : { },
      "description" : "...",
      "codeChanged" : true,
      "notified" : true,
      "parentEntityType" : { },
      "cfValues" : { },
      "disabled" : true,
      "descriptionOrCode" : "...",
      "parentCFEntities" : [ { }, { } ],
      "referenceCode" : "...",
      "id" : 12345,
      "uuid" : "...",
      "cfAccumulatedValues" : { },
      "code" : "...",
      "version" : 12345,
      "auditable" : { },
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "...",
      "appendGeneratedCode" : true
    },
    "version" : 12345,
    "draftInvoiceLines" : [ {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "ARTICLE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "BILLED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "CANCELED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    } ],
    "productDate" : 12345,
    "emailSentDate" : 12345,
    "invoiceBalance" : 12345.0,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "lastAppliedRate" : 12345.0,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "billingAccount" : {
      "minimumLabelEl" : "...",
      "taxCategory" : { },
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "auditable" : { },
      "registrationNo" : "...",
      "parentUserAccounts" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "uuid" : "...",
      "address" : { },
      "invoices" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "description" : "...",
      "parentEntity" : { },
      "invoicingThreshold" : 12345.0,
      "defaultLevel" : true,
      "minRatedTransactions" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "discountRate" : 12345.0,
      "invoicePrefix" : "...",
      "usersAccounts" : [ { }, { } ],
      "externalRef2" : "...",
      "terminationReason" : { },
      "ccedEmails" : "...",
      "tradingCountry" : { },
      "minimumChargeTemplate" : { },
      "mailingType" : "BATCH",
      "isCompany" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "brAmountWithoutTax" : 12345.0,
      "version" : 12345,
      "tags" : [ { }, { } ],
      "code" : "...",
      "contactInformationNullSafe" : { },
      "tradingLanguage" : { },
      "referenceDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "businessAccountModel" : { },
      "transient" : true,
      "minInvoiceLines" : [ { }, { } ],
      "notified" : true,
      "minimumAmountEl" : "...",
      "contracts" : [ { }, { } ],
      "codeChanged" : true,
      "providerContact" : "...",
      "vatNo" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "customerAccount" : { },
      "billingRun" : { },
      "emailTemplate" : { },
      "parentEntityType" : { },
      "minimumInvoiceSubCategory" : { },
      "paymentMethod" : { },
      "status" : "ACTIVE",
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "discountPlan" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "checkThreshold" : "BEFORE_DISCOUNT",
      "jobTitle" : "...",
      "id" : 12345,
      "terminationDate" : 12345,
      "discountPlanInstances" : [ { }, { } ],
      "historized" : true,
      "nextInvoiceDate" : 12345,
      "name" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "cfValues" : { },
      "taxCategoryResolved" : { },
      "referenceCode" : "...",
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "statusDate" : 12345,
      "billingCycle" : { },
      "externalRef1" : "...",
      "accountType" : "...",
      "exoneratedFromtaxes" : true,
      "legalEntityType" : { },
      "seller" : { },
      "contactInformation" : { },
      "primaryContact" : { }
    },
    "amountWithoutTax" : 12345.0,
    "endDate" : 12345,
    "dunningCollectionPlanTriggered" : true,
    "externalRef" : "...",
    "code" : "...",
    "invoiceLines" : [ {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "TAX",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "REJECTED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "BILLED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "FIXED",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    } ],
    "xmlFilenameOnly" : "...",
    "adjustedInvoice" : { },
    "paymentMethod" : {
      "action" : "...",
      "customerAccount" : { },
      "info3" : "...",
      "tokenId" : "...",
      "referenceDocument" : { },
      "token3DsId" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "version" : 12345,
      "historized" : true,
      "paymentType" : "WIRETRANSFER",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "auditable" : { },
      "info5" : "...",
      "transient" : true,
      "active" : true,
      "notified" : true,
      "alias" : "...",
      "info4" : "...",
      "userId" : "...",
      "cfValues" : { },
      "info2" : "...",
      "preferred" : true,
      "uuid" : "...",
      "info1" : "...",
      "expired" : true
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "temporaryInvoiceNumber" : "...",
    "discountAmount" : 12345.0,
    "description" : "...",
    "discount" : 12345.0,
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "invoiceNumber" : "..."
  } ],
  "descriptionAndCode" : "...",
  "parentEntity" : {
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "descriptionAndCode" : "...",
    "descriptionOrCode" : "...",
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "STATUS",
      "fieldName" : "..."
    } ],
    "version" : 12345,
    "parentEntityType" : { },
    "historized" : true,
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "id" : 12345,
    "parentEntity" : { },
    "code" : "...",
    "codeChanged" : true,
    "description" : "...",
    "transient" : true,
    "notified" : true,
    "appendGeneratedCode" : true
  },
  "notified" : true,
  "userAccount" : {
    "minimumLabelEl" : "...",
    "seller" : {
      "contactInformation" : { },
      "notified" : true,
      "historized" : true,
      "contracts" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "vatNo" : "...",
      "tradingCountry" : { },
      "registrationNo" : "...",
      "address" : { },
      "referenceDescription" : "...",
      "isCompany" : true,
      "name" : { },
      "version" : 12345,
      "externalRef2" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "legalText" : "...",
      "accountType" : "...",
      "minimumLabelEl" : "...",
      "referenceCode" : "...",
      "primaryContact" : { },
      "transient" : true,
      "id" : 12345,
      "auditable" : { },
      "tradingCurrency" : { },
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "jobTitle" : "...",
      "tradingLanguage" : { },
      "defaultLevel" : true,
      "parentCFEntities" : [ { }, { } ],
      "seller" : { },
      "description" : "...",
      "businessAccountModel" : { },
      "codeChanged" : true,
      "paymentGateways" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "minimumAmountEl" : "...",
      "generalLedger" : { },
      "minimumArticle" : { },
      "uuid" : "...",
      "invoiceTypeSequence" : [ { }, { } ],
      "externalRef1" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "parentEntityType" : { },
      "customerSequences" : [ { }, { } ],
      "legalEntityType" : { },
      "code" : "...",
      "providerContact" : "..."
    },
    "userAccounts" : [ { }, { } ],
    "codeChanged" : true,
    "referenceCode" : "...",
    "historized" : true,
    "name" : {
      "title" : { },
      "fullName" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "accountType" : "...",
    "code" : "...",
    "primaryContact" : {
      "parentEntityType" : { },
      "description" : "...",
      "parentEntity" : { },
      "codeChanged" : true,
      "genericMail" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "fax" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "phone" : "...",
      "lastName" : "...",
      "email" : "...",
      "version" : 12345,
      "firstName" : "...",
      "address" : { },
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "notified" : true,
      "mobile" : "...",
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "..."
    },
    "legalEntityType" : {
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "appendGeneratedCode" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "referenceCode" : "...",
      "isCompany" : true,
      "descriptionNotNull" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "transient" : true,
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "id" : 12345,
      "descriptionAndCode" : "...",
      "auditable" : { },
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntityType" : { }
    },
    "terminationDate" : 12345,
    "description" : "...",
    "externalRef2" : "...",
    "parentUserAccount" : { },
    "address" : {
      "address5" : "...",
      "address1" : "...",
      "state" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "address2" : "...",
      "countryBundle" : "...",
      "country" : { },
      "city" : "...",
      "address4" : "..."
    },
    "contactInformationNullSafe" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "parentEntityType" : { },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "jobTitle" : "...",
    "terminationReason" : {
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "applyAgreement" : true,
      "invoiceAgreementImmediately" : true,
      "applyReimbursment" : true,
      "applyTerminationCharges" : true,
      "transient" : true,
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "historized" : true,
      "overrideProrata" : "NO_OVERRIDE",
      "reimburseOneshots" : true,
      "parentEntityType" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "..."
    },
    "registrationNo" : "...",
    "providerContact" : "...",
    "version" : 12345,
    "transient" : true,
    "descriptionOrCode" : "...",
    "defaultLevel" : true,
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "notified" : true,
    "externalRef1" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "wallet" : {
      "walletTemplate" : { },
      "historized" : true,
      "parentEntity" : { },
      "version" : 12345,
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "ratedTransactions" : [ { }, { } ],
      "transient" : true,
      "auditable" : { },
      "descriptionAndCode" : "...",
      "created" : 12345,
      "referenceCode" : "...",
      "creditExpiryDate" : 12345,
      "rejectLevel" : 12345.0,
      "description" : "...",
      "nextMatchingDate" : 12345,
      "appendGeneratedCode" : true,
      "operations" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "lowBalanceLevel" : 12345.0,
      "prepaid" : true,
      "userAccount" : { },
      "id" : 12345,
      "parentEntityType" : { }
    },
    "uuid" : "...",
    "descriptionAndCode" : "...",
    "statusDate" : 12345,
    "subscriptionDate" : 12345,
    "vatNo" : "...",
    "minimumArticle" : {
      "invoiceTypeEl" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "description" : "...",
      "unitPrice" : 12345.0,
      "auditable" : { },
      "articleFamily" : { },
      "code" : "...",
      "uuid" : "...",
      "invoiceSubCategory" : { },
      "referenceDescription" : "...",
      "transient" : true,
      "active" : true,
      "cfAccumulatedValues" : { },
      "analyticCode1" : "...",
      "analyticCode3" : "...",
      "ignoreAggregation" : true,
      "historized" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "analyticCode2" : "...",
      "referenceCode" : "...",
      "accountingCode" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "columnCriteriaEL" : "...",
      "version" : 12345,
      "descriptionI18nNotNull" : {
        "property1" : "...",
        "property2" : "..."
      },
      "accountingCodeMappings" : [ { }, { } ],
      "disabled" : true,
      "accountingCodeEl" : "...",
      "descriptionOrCode" : "...",
      "invoiceType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "taxClass" : { },
      "id" : 12345,
      "parentEntity" : { },
      "codeChanged" : true
    },
    "appendGeneratedCode" : true,
    "parentEntity" : {
      "auditable" : { },
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "codeChanged" : true,
      "description" : "...",
      "transient" : true,
      "notified" : true,
      "appendGeneratedCode" : true
    },
    "contactInformation" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "status" : "CANCELED",
    "isConsumer" : true,
    "prepaidWallets" : {
      "property1" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      },
      "property2" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      }
    },
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    } ],
    "minimumAmountEl" : "...",
    "isCompany" : true,
    "businessAccountModel" : {
      "appendGeneratedCode" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "downloaded" : true,
      "moduleItems" : [ { }, { } ],
      "parentEntity" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "disabled" : true,
      "active" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "logoPicture" : "...",
      "transient" : true,
      "description" : "...",
      "license" : "FREE_BSD",
      "moduleSource" : "...",
      "parentEntityType" : { },
      "script" : { },
      "code" : "...",
      "historized" : true,
      "installed" : true,
      "version" : 12345,
      "codeChanged" : true,
      "hierarchyType" : "CA_BA",
      "id" : 12345
    },
    "counters" : {
      "property1" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      },
      "property2" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      }
    },
    "minimumChargeTemplate" : {
      "immediateInvoicing" : true,
      "chargeMainType" : "USAGE",
      "roundingValuesComputed" : true,
      "revenueRecognitionRule" : { },
      "outputUnitEL" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "description" : "...",
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "dropZeroWo" : true,
      "oneShotChargeTemplateType" : "OTHER",
      "inputUnitDescription" : "...",
      "ratingScript" : { },
      "id" : 12345,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "ratingUnitOfMeasure" : { },
      "taxClass" : { },
      "historized" : true,
      "type" : "CREDIT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "codeChanged" : true,
      "parentEntity" : { },
      "attributes" : [ { }, { } ],
      "status" : "DRAFT",
      "sortIndexEl" : "...",
      "unitMultiplicator" : 12345.0,
      "invoiceSubCategory" : { },
      "inputUnitEL" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "chargeType" : "...",
      "notified" : true,
      "active" : true,
      "edrTemplates" : [ { }, { } ],
      "amountEditable" : true,
      "roundingMode" : "UP",
      "filterExpression" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "inputUnitOfMeasure" : { },
      "auditableFields" : [ { }, { } ],
      "productCharges" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "taxClassEl" : "...",
      "code" : "...",
      "cfAccumulatedValues" : { }
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "billingAccount" : {
      "minimumLabelEl" : "...",
      "taxCategory" : { },
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "auditable" : { },
      "registrationNo" : "...",
      "parentUserAccounts" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "uuid" : "...",
      "address" : { },
      "invoices" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "description" : "...",
      "parentEntity" : { },
      "invoicingThreshold" : 12345.0,
      "defaultLevel" : true,
      "minRatedTransactions" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "discountRate" : 12345.0,
      "invoicePrefix" : "...",
      "usersAccounts" : [ { }, { } ],
      "externalRef2" : "...",
      "terminationReason" : { },
      "ccedEmails" : "...",
      "tradingCountry" : { },
      "minimumChargeTemplate" : { },
      "mailingType" : "BATCH",
      "isCompany" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "brAmountWithoutTax" : 12345.0,
      "version" : 12345,
      "tags" : [ { }, { } ],
      "code" : "...",
      "contactInformationNullSafe" : { },
      "tradingLanguage" : { },
      "referenceDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "businessAccountModel" : { },
      "transient" : true,
      "minInvoiceLines" : [ { }, { } ],
      "notified" : true,
      "minimumAmountEl" : "...",
      "contracts" : [ { }, { } ],
      "codeChanged" : true,
      "providerContact" : "...",
      "vatNo" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "customerAccount" : { },
      "billingRun" : { },
      "emailTemplate" : { },
      "parentEntityType" : { },
      "minimumInvoiceSubCategory" : { },
      "paymentMethod" : { },
      "status" : "TERMINATED",
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "discountPlan" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "checkThreshold" : "POSITIVE_IL",
      "jobTitle" : "...",
      "id" : 12345,
      "terminationDate" : 12345,
      "discountPlanInstances" : [ { }, { } ],
      "historized" : true,
      "nextInvoiceDate" : 12345,
      "name" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "cfValues" : { },
      "taxCategoryResolved" : { },
      "referenceCode" : "...",
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "statusDate" : 12345,
      "billingCycle" : { },
      "externalRef1" : "...",
      "accountType" : "...",
      "exoneratedFromtaxes" : true,
      "legalEntityType" : { },
      "seller" : { },
      "contactInformation" : { },
      "primaryContact" : { }
    },
    "referenceDescription" : "...",
    "subscriptions" : [ {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "PENDING",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "BATCH",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    }, {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "ACTIVE",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "MANUAL",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    } ],
    "id" : 12345
  },
  "uuid" : "...",
  "routedToUserGroup" : "...",
  "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
  },
  "receivedFromApp" : "...",
  "description" : "...",
  "quoteItems" : [ {
    "quote" : {
      "referenceDescription" : "...",
      "completionDate" : 12345,
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "status" : "Cancelled",
      "generatePdf" : true,
      "quoteVersion" : "...",
      "requestedCompletionDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notificationContact" : "...",
      "virtual" : true,
      "parentEntityType" : { },
      "transient" : true,
      "externalId" : "...",
      "validity" : { },
      "invoices" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "userAccount" : { },
      "uuid" : "...",
      "routedToUserGroup" : "...",
      "cfValues" : { },
      "receivedFromApp" : "...",
      "description" : "...",
      "quoteItems" : [ { }, { } ],
      "historized" : true,
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "fulfillmentStartDate" : 12345,
      "statusMessage" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteDate" : 12345,
      "auditable" : { },
      "order" : { },
      "code" : "...",
      "category" : "...",
      "version" : 12345
    },
    "quoteItemProductOfferings" : [ {
      "transient" : true,
      "productOffering" : { },
      "id" : { },
      "itemOrder" : 12345,
      "quoteItem" : { }
    }, {
      "transient" : true,
      "productOffering" : { },
      "id" : { },
      "itemOrder" : 12345,
      "quoteItem" : { }
    } ],
    "version" : 12345,
    "mainOffering" : {
      "descriptionAndCode" : "...",
      "businessAccountModels" : [ { }, { } ],
      "offerTemplateCategories" : [ { }, { } ],
      "description" : "...",
      "sellers" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "cfAccumulatedValues" : { },
      "descriptionOrCode" : "...",
      "customerCategories" : [ { }, { } ],
      "longDescription" : "...",
      "imagePath" : "...",
      "id" : 12345,
      "active" : true,
      "referenceDescription" : "...",
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "cfValues" : { },
      "referenceCode" : "...",
      "nameOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "validity" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "channels" : [ { }, { } ],
      "disabled" : true,
      "name" : "...",
      "codeChanged" : true,
      "historized" : true,
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "attachments" : [ { }, { } ],
      "lifeCycleStatus" : "REJECTED",
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "version" : 12345,
      "auditable" : { },
      "globalRatingScriptInstance" : { },
      "transient" : true
    },
    "quoteItemDto" : { },
    "status" : "Cancelled",
    "userAccount" : {
      "minimumLabelEl" : "...",
      "seller" : { },
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "referenceCode" : "...",
      "historized" : true,
      "name" : { },
      "accountType" : "...",
      "code" : "...",
      "primaryContact" : { },
      "legalEntityType" : { },
      "terminationDate" : 12345,
      "description" : "...",
      "externalRef2" : "...",
      "parentUserAccount" : { },
      "address" : { },
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "cfValues" : { },
      "jobTitle" : "...",
      "terminationReason" : { },
      "registrationNo" : "...",
      "providerContact" : "...",
      "version" : 12345,
      "transient" : true,
      "descriptionOrCode" : "...",
      "defaultLevel" : true,
      "auditable" : { },
      "notified" : true,
      "externalRef1" : "...",
      "cfAccumulatedValues" : { },
      "wallet" : { },
      "uuid" : "...",
      "descriptionAndCode" : "...",
      "statusDate" : 12345,
      "subscriptionDate" : 12345,
      "vatNo" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "contactInformation" : { },
      "status" : "ACTIVE",
      "isConsumer" : true,
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "auditableFields" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "businessAccountModel" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumChargeTemplate" : { },
      "parentCFEntities" : [ { }, { } ],
      "billingAccount" : { },
      "referenceDescription" : "...",
      "subscriptions" : [ { }, { } ],
      "id" : 12345
    },
    "source" : "...",
    "id" : 12345,
    "transient" : true,
    "itemId" : "..."
  }, {
    "quote" : {
      "referenceDescription" : "...",
      "completionDate" : 12345,
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "status" : "Rejected",
      "generatePdf" : true,
      "quoteVersion" : "...",
      "requestedCompletionDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notificationContact" : "...",
      "virtual" : true,
      "parentEntityType" : { },
      "transient" : true,
      "externalId" : "...",
      "validity" : { },
      "invoices" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "userAccount" : { },
      "uuid" : "...",
      "routedToUserGroup" : "...",
      "cfValues" : { },
      "receivedFromApp" : "...",
      "description" : "...",
      "quoteItems" : [ { }, { } ],
      "historized" : true,
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "fulfillmentStartDate" : 12345,
      "statusMessage" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteDate" : 12345,
      "auditable" : { },
      "order" : { },
      "code" : "...",
      "category" : "...",
      "version" : 12345
    },
    "quoteItemProductOfferings" : [ {
      "transient" : true,
      "productOffering" : { },
      "id" : { },
      "itemOrder" : 12345,
      "quoteItem" : { }
    }, {
      "transient" : true,
      "productOffering" : { },
      "id" : { },
      "itemOrder" : 12345,
      "quoteItem" : { }
    } ],
    "version" : 12345,
    "mainOffering" : {
      "descriptionAndCode" : "...",
      "businessAccountModels" : [ { }, { } ],
      "offerTemplateCategories" : [ { }, { } ],
      "description" : "...",
      "sellers" : [ { }, { } ],
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "cfAccumulatedValues" : { },
      "descriptionOrCode" : "...",
      "customerCategories" : [ { }, { } ],
      "longDescription" : "...",
      "imagePath" : "...",
      "id" : 12345,
      "active" : true,
      "referenceDescription" : "...",
      "longDescriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "longDescriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "parentEntityType" : { },
      "parentEntity" : { },
      "cfValues" : { },
      "referenceCode" : "...",
      "nameOrCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "validity" : { },
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "channels" : [ { }, { } ],
      "disabled" : true,
      "name" : "...",
      "codeChanged" : true,
      "historized" : true,
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "attachments" : [ { }, { } ],
      "lifeCycleStatus" : "IN_DESIGN",
      "notified" : true,
      "parentCFEntities" : [ { }, { } ],
      "version" : 12345,
      "auditable" : { },
      "globalRatingScriptInstance" : { },
      "transient" : true
    },
    "quoteItemDto" : { },
    "status" : "Approved",
    "userAccount" : {
      "minimumLabelEl" : "...",
      "seller" : { },
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "referenceCode" : "...",
      "historized" : true,
      "name" : { },
      "accountType" : "...",
      "code" : "...",
      "primaryContact" : { },
      "legalEntityType" : { },
      "terminationDate" : 12345,
      "description" : "...",
      "externalRef2" : "...",
      "parentUserAccount" : { },
      "address" : { },
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "cfValues" : { },
      "jobTitle" : "...",
      "terminationReason" : { },
      "registrationNo" : "...",
      "providerContact" : "...",
      "version" : 12345,
      "transient" : true,
      "descriptionOrCode" : "...",
      "defaultLevel" : true,
      "auditable" : { },
      "notified" : true,
      "externalRef1" : "...",
      "cfAccumulatedValues" : { },
      "wallet" : { },
      "uuid" : "...",
      "descriptionAndCode" : "...",
      "statusDate" : 12345,
      "subscriptionDate" : 12345,
      "vatNo" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "contactInformation" : { },
      "status" : "CANCELED",
      "isConsumer" : true,
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "auditableFields" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "businessAccountModel" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumChargeTemplate" : { },
      "parentCFEntities" : [ { }, { } ],
      "billingAccount" : { },
      "referenceDescription" : "...",
      "subscriptions" : [ { }, { } ],
      "id" : 12345
    },
    "source" : "...",
    "id" : 12345,
    "transient" : true,
    "itemId" : "..."
  } ],
  "historized" : true,
  "userAccounts" : [ {
    "minimumLabelEl" : "...",
    "seller" : {
      "contactInformation" : { },
      "notified" : true,
      "historized" : true,
      "contracts" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "vatNo" : "...",
      "tradingCountry" : { },
      "registrationNo" : "...",
      "address" : { },
      "referenceDescription" : "...",
      "isCompany" : true,
      "name" : { },
      "version" : 12345,
      "externalRef2" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "legalText" : "...",
      "accountType" : "...",
      "minimumLabelEl" : "...",
      "referenceCode" : "...",
      "primaryContact" : { },
      "transient" : true,
      "id" : 12345,
      "auditable" : { },
      "tradingCurrency" : { },
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "jobTitle" : "...",
      "tradingLanguage" : { },
      "defaultLevel" : true,
      "parentCFEntities" : [ { }, { } ],
      "seller" : { },
      "description" : "...",
      "businessAccountModel" : { },
      "codeChanged" : true,
      "paymentGateways" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "minimumAmountEl" : "...",
      "generalLedger" : { },
      "minimumArticle" : { },
      "uuid" : "...",
      "invoiceTypeSequence" : [ { }, { } ],
      "externalRef1" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "parentEntityType" : { },
      "customerSequences" : [ { }, { } ],
      "legalEntityType" : { },
      "code" : "...",
      "providerContact" : "..."
    },
    "userAccounts" : [ { }, { } ],
    "codeChanged" : true,
    "referenceCode" : "...",
    "historized" : true,
    "name" : {
      "title" : { },
      "fullName" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "accountType" : "...",
    "code" : "...",
    "primaryContact" : {
      "parentEntityType" : { },
      "description" : "...",
      "parentEntity" : { },
      "codeChanged" : true,
      "genericMail" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "fax" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "phone" : "...",
      "lastName" : "...",
      "email" : "...",
      "version" : 12345,
      "firstName" : "...",
      "address" : { },
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "notified" : true,
      "mobile" : "...",
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "..."
    },
    "legalEntityType" : {
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "appendGeneratedCode" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "referenceCode" : "...",
      "isCompany" : true,
      "descriptionNotNull" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "transient" : true,
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "id" : 12345,
      "descriptionAndCode" : "...",
      "auditable" : { },
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntityType" : { }
    },
    "terminationDate" : 12345,
    "description" : "...",
    "externalRef2" : "...",
    "parentUserAccount" : { },
    "address" : {
      "address5" : "...",
      "address1" : "...",
      "state" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "address2" : "...",
      "countryBundle" : "...",
      "country" : { },
      "city" : "...",
      "address4" : "..."
    },
    "contactInformationNullSafe" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "parentEntityType" : { },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "jobTitle" : "...",
    "terminationReason" : {
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "applyAgreement" : true,
      "invoiceAgreementImmediately" : true,
      "applyReimbursment" : true,
      "applyTerminationCharges" : true,
      "transient" : true,
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "historized" : true,
      "overrideProrata" : "PRORATA",
      "reimburseOneshots" : true,
      "parentEntityType" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "..."
    },
    "registrationNo" : "...",
    "providerContact" : "...",
    "version" : 12345,
    "transient" : true,
    "descriptionOrCode" : "...",
    "defaultLevel" : true,
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "notified" : true,
    "externalRef1" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "wallet" : {
      "walletTemplate" : { },
      "historized" : true,
      "parentEntity" : { },
      "version" : 12345,
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "ratedTransactions" : [ { }, { } ],
      "transient" : true,
      "auditable" : { },
      "descriptionAndCode" : "...",
      "created" : 12345,
      "referenceCode" : "...",
      "creditExpiryDate" : 12345,
      "rejectLevel" : 12345.0,
      "description" : "...",
      "nextMatchingDate" : 12345,
      "appendGeneratedCode" : true,
      "operations" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "lowBalanceLevel" : 12345.0,
      "prepaid" : true,
      "userAccount" : { },
      "id" : 12345,
      "parentEntityType" : { }
    },
    "uuid" : "...",
    "descriptionAndCode" : "...",
    "statusDate" : 12345,
    "subscriptionDate" : 12345,
    "vatNo" : "...",
    "minimumArticle" : {
      "invoiceTypeEl" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "description" : "...",
      "unitPrice" : 12345.0,
      "auditable" : { },
      "articleFamily" : { },
      "code" : "...",
      "uuid" : "...",
      "invoiceSubCategory" : { },
      "referenceDescription" : "...",
      "transient" : true,
      "active" : true,
      "cfAccumulatedValues" : { },
      "analyticCode1" : "...",
      "analyticCode3" : "...",
      "ignoreAggregation" : true,
      "historized" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "analyticCode2" : "...",
      "referenceCode" : "...",
      "accountingCode" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "columnCriteriaEL" : "...",
      "version" : 12345,
      "descriptionI18nNotNull" : {
        "property1" : "...",
        "property2" : "..."
      },
      "accountingCodeMappings" : [ { }, { } ],
      "disabled" : true,
      "accountingCodeEl" : "...",
      "descriptionOrCode" : "...",
      "invoiceType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "taxClass" : { },
      "id" : 12345,
      "parentEntity" : { },
      "codeChanged" : true
    },
    "appendGeneratedCode" : true,
    "parentEntity" : {
      "auditable" : { },
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "codeChanged" : true,
      "description" : "...",
      "transient" : true,
      "notified" : true,
      "appendGeneratedCode" : true
    },
    "contactInformation" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "status" : "CLOSED",
    "isConsumer" : true,
    "prepaidWallets" : {
      "property1" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      },
      "property2" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      }
    },
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "OTHER",
      "fieldName" : "..."
    } ],
    "minimumAmountEl" : "...",
    "isCompany" : true,
    "businessAccountModel" : {
      "appendGeneratedCode" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "downloaded" : true,
      "moduleItems" : [ { }, { } ],
      "parentEntity" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "disabled" : true,
      "active" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "logoPicture" : "...",
      "transient" : true,
      "description" : "...",
      "license" : "OPEN",
      "moduleSource" : "...",
      "parentEntityType" : { },
      "script" : { },
      "code" : "...",
      "historized" : true,
      "installed" : true,
      "version" : 12345,
      "codeChanged" : true,
      "hierarchyType" : "S_UA",
      "id" : 12345
    },
    "counters" : {
      "property1" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      },
      "property2" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      }
    },
    "minimumChargeTemplate" : {
      "immediateInvoicing" : true,
      "chargeMainType" : "PRODUCT",
      "roundingValuesComputed" : true,
      "revenueRecognitionRule" : { },
      "outputUnitEL" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "description" : "...",
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "dropZeroWo" : true,
      "oneShotChargeTemplateType" : "SUBSCRIPTION",
      "inputUnitDescription" : "...",
      "ratingScript" : { },
      "id" : 12345,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "ratingUnitOfMeasure" : { },
      "taxClass" : { },
      "historized" : true,
      "type" : "CREDIT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "codeChanged" : true,
      "parentEntity" : { },
      "attributes" : [ { }, { } ],
      "status" : "ACTIVE",
      "sortIndexEl" : "...",
      "unitMultiplicator" : 12345.0,
      "invoiceSubCategory" : { },
      "inputUnitEL" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "chargeType" : "...",
      "notified" : true,
      "active" : true,
      "edrTemplates" : [ { }, { } ],
      "amountEditable" : true,
      "roundingMode" : "UP",
      "filterExpression" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "inputUnitOfMeasure" : { },
      "auditableFields" : [ { }, { } ],
      "productCharges" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "taxClassEl" : "...",
      "code" : "...",
      "cfAccumulatedValues" : { }
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "billingAccount" : {
      "minimumLabelEl" : "...",
      "taxCategory" : { },
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "auditable" : { },
      "registrationNo" : "...",
      "parentUserAccounts" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "uuid" : "...",
      "address" : { },
      "invoices" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "description" : "...",
      "parentEntity" : { },
      "invoicingThreshold" : 12345.0,
      "defaultLevel" : true,
      "minRatedTransactions" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "discountRate" : 12345.0,
      "invoicePrefix" : "...",
      "usersAccounts" : [ { }, { } ],
      "externalRef2" : "...",
      "terminationReason" : { },
      "ccedEmails" : "...",
      "tradingCountry" : { },
      "minimumChargeTemplate" : { },
      "mailingType" : "MANUAL",
      "isCompany" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "brAmountWithoutTax" : 12345.0,
      "version" : 12345,
      "tags" : [ { }, { } ],
      "code" : "...",
      "contactInformationNullSafe" : { },
      "tradingLanguage" : { },
      "referenceDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "businessAccountModel" : { },
      "transient" : true,
      "minInvoiceLines" : [ { }, { } ],
      "notified" : true,
      "minimumAmountEl" : "...",
      "contracts" : [ { }, { } ],
      "codeChanged" : true,
      "providerContact" : "...",
      "vatNo" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "customerAccount" : { },
      "billingRun" : { },
      "emailTemplate" : { },
      "parentEntityType" : { },
      "minimumInvoiceSubCategory" : { },
      "paymentMethod" : { },
      "status" : "CANCELED",
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "discountPlan" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "checkThreshold" : "POSITIVE_RT",
      "jobTitle" : "...",
      "id" : 12345,
      "terminationDate" : 12345,
      "discountPlanInstances" : [ { }, { } ],
      "historized" : true,
      "nextInvoiceDate" : 12345,
      "name" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "cfValues" : { },
      "taxCategoryResolved" : { },
      "referenceCode" : "...",
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "statusDate" : 12345,
      "billingCycle" : { },
      "externalRef1" : "...",
      "accountType" : "...",
      "exoneratedFromtaxes" : true,
      "legalEntityType" : { },
      "seller" : { },
      "contactInformation" : { },
      "primaryContact" : { }
    },
    "referenceDescription" : "...",
    "subscriptions" : [ {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "CLOSED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "BATCH",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    }, {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "SUSPENDED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "BATCH",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    } ],
    "id" : 12345
  }, {
    "minimumLabelEl" : "...",
    "seller" : {
      "contactInformation" : { },
      "notified" : true,
      "historized" : true,
      "contracts" : [ { }, { } ],
      "minimumChargeTemplate" : { },
      "vatNo" : "...",
      "tradingCountry" : { },
      "registrationNo" : "...",
      "address" : { },
      "referenceDescription" : "...",
      "isCompany" : true,
      "name" : { },
      "version" : 12345,
      "externalRef2" : "...",
      "cfAccumulatedValues" : { },
      "parentEntity" : { },
      "legalText" : "...",
      "accountType" : "...",
      "minimumLabelEl" : "...",
      "referenceCode" : "...",
      "primaryContact" : { },
      "transient" : true,
      "id" : 12345,
      "auditable" : { },
      "tradingCurrency" : { },
      "auditableFields" : [ { }, { } ],
      "contactInformationNullSafe" : { },
      "jobTitle" : "...",
      "tradingLanguage" : { },
      "defaultLevel" : true,
      "parentCFEntities" : [ { }, { } ],
      "seller" : { },
      "description" : "...",
      "businessAccountModel" : { },
      "codeChanged" : true,
      "paymentGateways" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "minimumAmountEl" : "...",
      "generalLedger" : { },
      "minimumArticle" : { },
      "uuid" : "...",
      "invoiceTypeSequence" : [ { }, { } ],
      "externalRef1" : "...",
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "legalType" : "...",
      "parentEntityType" : { },
      "customerSequences" : [ { }, { } ],
      "legalEntityType" : { },
      "code" : "...",
      "providerContact" : "..."
    },
    "userAccounts" : [ { }, { } ],
    "codeChanged" : true,
    "referenceCode" : "...",
    "historized" : true,
    "name" : {
      "title" : { },
      "fullName" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "accountType" : "...",
    "code" : "...",
    "primaryContact" : {
      "parentEntityType" : { },
      "description" : "...",
      "parentEntity" : { },
      "codeChanged" : true,
      "genericMail" : "...",
      "referenceCode" : "...",
      "code" : "...",
      "fax" : "...",
      "auditable" : { },
      "descriptionOrCode" : "...",
      "historized" : true,
      "transient" : true,
      "id" : 12345,
      "phone" : "...",
      "lastName" : "...",
      "email" : "...",
      "version" : 12345,
      "firstName" : "...",
      "address" : { },
      "appendGeneratedCode" : true,
      "descriptionAndCode" : "...",
      "notified" : true,
      "mobile" : "...",
      "auditableFields" : [ { }, { } ],
      "referenceDescription" : "..."
    },
    "legalEntityType" : {
      "auditableFields" : [ { }, { } ],
      "descriptionOrCode" : "...",
      "appendGeneratedCode" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "code" : "...",
      "referenceCode" : "...",
      "isCompany" : true,
      "descriptionNotNull" : "...",
      "referenceDescription" : "...",
      "parentEntity" : { },
      "transient" : true,
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "id" : 12345,
      "descriptionAndCode" : "...",
      "auditable" : { },
      "historized" : true,
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "codeChanged" : true,
      "parentEntityType" : { }
    },
    "terminationDate" : 12345,
    "description" : "...",
    "externalRef2" : "...",
    "parentUserAccount" : { },
    "address" : {
      "address5" : "...",
      "address1" : "...",
      "state" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "address2" : "...",
      "countryBundle" : "...",
      "country" : { },
      "city" : "...",
      "address4" : "..."
    },
    "contactInformationNullSafe" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "parentEntityType" : { },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "jobTitle" : "...",
    "terminationReason" : {
      "codeChanged" : true,
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "version" : 12345,
      "description" : "...",
      "applyAgreement" : true,
      "invoiceAgreementImmediately" : true,
      "applyReimbursment" : true,
      "applyTerminationCharges" : true,
      "transient" : true,
      "id" : 12345,
      "code" : "...",
      "descriptionOrCode" : "...",
      "historized" : true,
      "overrideProrata" : "PRORATA",
      "reimburseOneshots" : true,
      "parentEntityType" : { },
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "referenceDescription" : "..."
    },
    "registrationNo" : "...",
    "providerContact" : "...",
    "version" : 12345,
    "transient" : true,
    "descriptionOrCode" : "...",
    "defaultLevel" : true,
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "notified" : true,
    "externalRef1" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "wallet" : {
      "walletTemplate" : { },
      "historized" : true,
      "parentEntity" : { },
      "version" : 12345,
      "codeChanged" : true,
      "descriptionOrCode" : "...",
      "referenceDescription" : "...",
      "auditableFields" : [ { }, { } ],
      "ratedTransactions" : [ { }, { } ],
      "transient" : true,
      "auditable" : { },
      "descriptionAndCode" : "...",
      "created" : 12345,
      "referenceCode" : "...",
      "creditExpiryDate" : 12345,
      "rejectLevel" : 12345.0,
      "description" : "...",
      "nextMatchingDate" : 12345,
      "appendGeneratedCode" : true,
      "operations" : [ { }, { } ],
      "code" : "...",
      "notified" : true,
      "lowBalanceLevel" : 12345.0,
      "prepaid" : true,
      "userAccount" : { },
      "id" : 12345,
      "parentEntityType" : { }
    },
    "uuid" : "...",
    "descriptionAndCode" : "...",
    "statusDate" : 12345,
    "subscriptionDate" : 12345,
    "vatNo" : "...",
    "minimumArticle" : {
      "invoiceTypeEl" : "...",
      "descriptionAndCode" : "...",
      "parentEntityType" : { },
      "appendGeneratedCode" : true,
      "description" : "...",
      "unitPrice" : 12345.0,
      "auditable" : { },
      "articleFamily" : { },
      "code" : "...",
      "uuid" : "...",
      "invoiceSubCategory" : { },
      "referenceDescription" : "...",
      "transient" : true,
      "active" : true,
      "cfAccumulatedValues" : { },
      "analyticCode1" : "...",
      "analyticCode3" : "...",
      "ignoreAggregation" : true,
      "historized" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "analyticCode2" : "...",
      "referenceCode" : "...",
      "accountingCode" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "columnCriteriaEL" : "...",
      "version" : 12345,
      "descriptionI18nNotNull" : {
        "property1" : "...",
        "property2" : "..."
      },
      "accountingCodeMappings" : [ { }, { } ],
      "disabled" : true,
      "accountingCodeEl" : "...",
      "descriptionOrCode" : "...",
      "invoiceType" : { },
      "auditableFields" : [ { }, { } ],
      "notified" : true,
      "taxClass" : { },
      "id" : 12345,
      "parentEntity" : { },
      "codeChanged" : true
    },
    "appendGeneratedCode" : true,
    "parentEntity" : {
      "auditable" : { },
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "codeChanged" : true,
      "description" : "...",
      "transient" : true,
      "notified" : true,
      "appendGeneratedCode" : true
    },
    "contactInformation" : {
      "fax" : "...",
      "mobile" : "...",
      "phone" : "...",
      "email" : "..."
    },
    "status" : "CLOSED",
    "isConsumer" : true,
    "prepaidWallets" : {
      "property1" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      },
      "property2" : {
        "walletTemplate" : { },
        "historized" : true,
        "parentEntity" : { },
        "version" : 12345,
        "codeChanged" : true,
        "descriptionOrCode" : "...",
        "referenceDescription" : "...",
        "auditableFields" : [ { }, { } ],
        "ratedTransactions" : [ { }, { } ],
        "transient" : true,
        "auditable" : { },
        "descriptionAndCode" : "...",
        "created" : 12345,
        "referenceCode" : "...",
        "creditExpiryDate" : 12345,
        "rejectLevel" : 12345.0,
        "description" : "...",
        "nextMatchingDate" : 12345,
        "appendGeneratedCode" : true,
        "operations" : [ { }, { } ],
        "code" : "...",
        "notified" : true,
        "lowBalanceLevel" : 12345.0,
        "prepaid" : true,
        "userAccount" : { },
        "id" : 12345,
        "parentEntityType" : { }
      }
    },
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "STATUS",
      "fieldName" : "..."
    } ],
    "minimumAmountEl" : "...",
    "isCompany" : true,
    "businessAccountModel" : {
      "appendGeneratedCode" : true,
      "referenceDescription" : "...",
      "notified" : true,
      "auditableFields" : [ { }, { } ],
      "downloaded" : true,
      "moduleItems" : [ { }, { } ],
      "parentEntity" : { },
      "auditable" : { },
      "descriptionOrCode" : "...",
      "disabled" : true,
      "active" : true,
      "referenceCode" : "...",
      "descriptionAndCode" : "...",
      "logoPicture" : "...",
      "transient" : true,
      "description" : "...",
      "license" : "FREE_BSD",
      "moduleSource" : "...",
      "parentEntityType" : { },
      "script" : { },
      "code" : "...",
      "historized" : true,
      "installed" : true,
      "version" : 12345,
      "codeChanged" : true,
      "hierarchyType" : "C_CA",
      "id" : 12345
    },
    "counters" : {
      "property1" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      },
      "property2" : {
        "parentEntityType" : { },
        "referenceDescription" : "...",
        "serviceInstance" : { },
        "appendGeneratedCode" : true,
        "subscription" : { },
        "code" : "...",
        "referenceCode" : "...",
        "parentEntity" : { },
        "auditableFields" : [ { }, { } ],
        "codeChanged" : true,
        "historized" : true,
        "userAccount" : { },
        "chargeInstances" : [ { }, { } ],
        "counterPeriods" : [ { }, { } ],
        "descriptionOrCode" : "...",
        "billingAccount" : { },
        "counterTemplate" : { },
        "version" : 12345,
        "notified" : true,
        "customer" : { },
        "auditable" : { },
        "description" : "...",
        "descriptionAndCode" : "...",
        "transient" : true,
        "usageChargeInstances" : [ { }, { } ],
        "customerAccount" : { },
        "id" : 12345
      }
    },
    "minimumChargeTemplate" : {
      "immediateInvoicing" : true,
      "chargeMainType" : "PRODUCT",
      "roundingValuesComputed" : true,
      "revenueRecognitionRule" : { },
      "outputUnitEL" : "...",
      "descriptionI18nNullSafe" : {
        "property1" : "...",
        "property2" : "..."
      },
      "description" : "...",
      "transient" : true,
      "ratingUnitDescription" : "...",
      "parentEntityType" : { },
      "version" : 12345,
      "referenceCode" : "...",
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "dropZeroWo" : true,
      "oneShotChargeTemplateType" : "TERMINATION",
      "inputUnitDescription" : "...",
      "ratingScript" : { },
      "id" : 12345,
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "ratingUnitOfMeasure" : { },
      "taxClass" : { },
      "historized" : true,
      "type" : "DEBIT",
      "unitNbDecimal" : 12345,
      "disabled" : true,
      "codeChanged" : true,
      "parentEntity" : { },
      "attributes" : [ { }, { } ],
      "status" : "DRAFT",
      "sortIndexEl" : "...",
      "unitMultiplicator" : 12345.0,
      "invoiceSubCategory" : { },
      "inputUnitEL" : "...",
      "appendGeneratedCode" : true,
      "uuid" : "...",
      "chargeType" : "...",
      "notified" : true,
      "active" : true,
      "edrTemplates" : [ { }, { } ],
      "amountEditable" : true,
      "roundingMode" : "UP",
      "filterExpression" : "...",
      "auditable" : { },
      "referenceDescription" : "...",
      "inputUnitOfMeasure" : { },
      "auditableFields" : [ { }, { } ],
      "productCharges" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "taxClassEl" : "...",
      "code" : "...",
      "cfAccumulatedValues" : { }
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "billingAccount" : {
      "minimumLabelEl" : "...",
      "taxCategory" : { },
      "descriptionOrCode" : "...",
      "minimumArticle" : { },
      "auditable" : { },
      "registrationNo" : "...",
      "parentUserAccounts" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "uuid" : "...",
      "address" : { },
      "invoices" : [ { }, { } ],
      "brAmountWithTax" : 12345.0,
      "description" : "...",
      "parentEntity" : { },
      "invoicingThreshold" : 12345.0,
      "defaultLevel" : true,
      "minRatedTransactions" : [ { }, { } ],
      "thresholdPerEntity" : true,
      "discountRate" : 12345.0,
      "invoicePrefix" : "...",
      "usersAccounts" : [ { }, { } ],
      "externalRef2" : "...",
      "terminationReason" : { },
      "ccedEmails" : "...",
      "tradingCountry" : { },
      "minimumChargeTemplate" : { },
      "mailingType" : "MANUAL",
      "isCompany" : true,
      "totalInvoicingAmountWithTax" : 12345.0,
      "descriptionAndCode" : "...",
      "auditableFields" : [ { }, { } ],
      "brAmountWithoutTax" : 12345.0,
      "version" : 12345,
      "tags" : [ { }, { } ],
      "code" : "...",
      "contactInformationNullSafe" : { },
      "tradingLanguage" : { },
      "referenceDescription" : "...",
      "parentCFEntities" : [ { }, { } ],
      "businessAccountModel" : { },
      "transient" : true,
      "minInvoiceLines" : [ { }, { } ],
      "notified" : true,
      "minimumAmountEl" : "...",
      "contracts" : [ { }, { } ],
      "codeChanged" : true,
      "providerContact" : "...",
      "vatNo" : "...",
      "totalInvoicingAmountTax" : 12345.0,
      "customerAccount" : { },
      "billingRun" : { },
      "emailTemplate" : { },
      "parentEntityType" : { },
      "minimumInvoiceSubCategory" : { },
      "paymentMethod" : { },
      "status" : "CANCELED",
      "tradingCurrency" : { },
      "cfAccumulatedValues" : { },
      "discountPlan" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "checkThreshold" : "POSITIVE_IL",
      "jobTitle" : "...",
      "id" : 12345,
      "terminationDate" : 12345,
      "discountPlanInstances" : [ { }, { } ],
      "historized" : true,
      "nextInvoiceDate" : 12345,
      "name" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "cfValues" : { },
      "taxCategoryResolved" : { },
      "referenceCode" : "...",
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "statusDate" : 12345,
      "billingCycle" : { },
      "externalRef1" : "...",
      "accountType" : "...",
      "exoneratedFromtaxes" : true,
      "legalEntityType" : { },
      "seller" : { },
      "contactInformation" : { },
      "primaryContact" : { }
    },
    "referenceDescription" : "...",
    "subscriptions" : [ {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "CLOSED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "MANUAL",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    }, {
      "referenceDescription" : "...",
      "code" : "...",
      "prestation" : "...",
      "endAgreementDate" : 12345,
      "renewalDate" : 12345,
      "descriptionOrCode" : "...",
      "cfValues" : { },
      "subscriptionMonthsAge" : 12345,
      "renewed" : true,
      "orderOffer" : { },
      "id" : 12345,
      "codeChanged" : true,
      "auditableFields" : [ { }, { } ],
      "discountPlan" : { },
      "nextVersion" : { },
      "billingRun" : { },
      "validity" : { },
      "appendGeneratedCode" : true,
      "productInstances" : [ { }, { } ],
      "offer" : { },
      "uuid" : "...",
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "description" : "...",
      "minRatedTransactions" : [ { }, { } ],
      "autoEndOfEngagement" : true,
      "active" : true,
      "attributeInstances" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "status" : "SUSPENDED",
      "order" : { },
      "allDiscountPlanInstances" : [ { }, { } ],
      "salesPersonName" : "...",
      "cfAccumulatedValues" : { },
      "fireRenewalNotice" : true,
      "transient" : true,
      "minimumLabelEl" : "...",
      "accountOperations" : [ { }, { } ],
      "mailingType" : "MANUAL",
      "accessPoints" : [ { }, { } ],
      "minInvoiceLines" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "subscriptionExpired" : true,
      "initialSubscriptionRenewal" : "...",
      "userAccount" : { },
      "totalInvoicingAmountWithTax" : 12345.0,
      "anyServiceActive" : true,
      "versionNumber" : 12345,
      "version" : 12345,
      "subscribedTillDate" : 12345,
      "defaultLevel" : true,
      "referenceCode" : "...",
      "subscriptionTerminationReason" : { },
      "serviceInstances" : [ { }, { } ],
      "discountPlanInstances" : [ { }, { } ],
      "emailTemplate" : { },
      "notifyOfRenewalDate" : 12345,
      "auditable" : { },
      "ccedEmails" : "...",
      "parentEntity" : { },
      "billingCycle" : { },
      "electronicBilling" : true,
      "subscriptionDate" : 12345,
      "email" : "...",
      "notified" : true,
      "totalInvoicingAmountTax" : 12345.0,
      "subscriptionDaysAge" : 12345,
      "terminationDate" : 12345,
      "minimumArticle" : { },
      "historized" : true,
      "renewalNotifiedDate" : 12345,
      "totalInvoicingAmountWithoutTax" : 12345.0,
      "minimumChargeTemplate" : { },
      "edrs" : [ { }, { } ],
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumInvoiceSubCategory" : { },
      "subscriptionRenewal" : { },
      "previousVersion" : { },
      "orderNumber" : "...",
      "descriptionAndCode" : "...",
      "ratingGroup" : "...",
      "paymentMethod" : { }
    } ],
    "id" : 12345
  } ],
  "codeChanged" : true,
  "appendGeneratedCode" : true,
  "descriptionOrCode" : "...",
  "fulfillmentStartDate" : 12345,
  "statusMessage" : "...",
  "parentCFEntities" : [ {
    "parentCFEntities" : [ { }, { } ],
    "uuid" : "...",
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  }, {
    "parentCFEntities" : [ { }, { } ],
    "uuid" : "...",
    "CFValuesCopy" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "dirtyCF" : true,
    "cfValuesAsValues" : {
      "property1" : { },
      "property2" : { }
    },
    "cfAccumulatedValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValuesNullSafe" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    }
  } ],
  "quoteDate" : 12345,
  "auditable" : {
    "created" : 12345,
    "lastUser" : "...",
    "updated" : 12345,
    "lastModified" : 12345,
    "creator" : "...",
    "updater" : "..."
  },
  "order" : {
    "auditable" : {
      "created" : 12345,
      "lastUser" : "...",
      "updated" : 12345,
      "lastModified" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "auditableFields" : [ {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "STATUS",
      "fieldName" : "..."
    }, {
      "notfiable" : true,
      "previousState" : { },
      "historized" : true,
      "historable" : true,
      "currentState" : { },
      "notified" : true,
      "auditType" : "RENEWAL",
      "fieldName" : "..."
    } ],
    "parentEntity" : {
      "auditable" : { },
      "descriptionAndCode" : "...",
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "parentEntityType" : { },
      "historized" : true,
      "referenceDescription" : "...",
      "referenceCode" : "...",
      "id" : 12345,
      "parentEntity" : { },
      "code" : "...",
      "codeChanged" : true,
      "description" : "...",
      "transient" : true,
      "notified" : true,
      "appendGeneratedCode" : true
    },
    "totalInvoicingAmountTax" : 12345.0,
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "notified" : true,
    "completionDate" : 12345,
    "billingCycle" : {
      "billingTemplateNameEL" : "...",
      "parentEntityType" : { },
      "splitPerPaymentMethod" : true,
      "codeChanged" : true,
      "referenceDescription" : "...",
      "invoiceType" : { },
      "cfAccumulatedValues" : { },
      "invoiceTypeEl" : "...",
      "dueDateDelayEL" : "...",
      "transient" : true,
      "scriptInstance" : { },
      "lastTransactionDateDelayEL" : "...",
      "billingRunValidationScript" : { },
      "referenceCode" : "...",
      "thresholdPerEntity" : true,
      "appendGeneratedCode" : true,
      "calendar" : { },
      "descriptionOrCode" : "...",
      "descriptionAndCode" : "...",
      "lastTransactionDateEL" : "...",
      "parentEntity" : { },
      "id" : 12345,
      "invoiceDateDelayEL" : "...",
      "version" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "computeDatesAtValidation" : true,
      "auditableFields" : [ { }, { } ],
      "historized" : true,
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "auditable" : { },
      "invoicingThreshold" : 12345.0,
      "invoiceDateProductionDelayEL" : "...",
      "referenceDate" : "NEXT_INVOICE_DATE",
      "collectionDateDelayEl" : "...",
      "notified" : true,
      "code" : "...",
      "checkThreshold" : "AFTER_DISCOUNT",
      "cfValues" : { },
      "description" : "...",
      "type" : "BILLINGACCOUNT",
      "uuid" : "..."
    },
    "transient" : true,
    "id" : 12345,
    "minRatedTransactions" : [ {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "FIXED",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "REJECTED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "REGULAR",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    }, {
      "invoiceLine" : { },
      "description" : "...",
      "taxClassId" : 12345,
      "sortIndex" : 12345,
      "accountingArticle" : { },
      "invoicingDate" : 12345,
      "code" : "...",
      "chargeInstance" : { },
      "taxOverriden" : true,
      "sequence" : 12345,
      "billingAccount" : { },
      "cfValues" : { },
      "orderNumber" : "...",
      "taxPercent" : 12345.0,
      "invoiceAgregateF" : { },
      "subscription" : { },
      "adjustedRatedTx" : { },
      "infoOrder" : { },
      "discountPlanType" : "PERCENTAGE",
      "wallet" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "quantity" : 12345.0,
      "taxId" : 12345,
      "sellerId" : 12345,
      "rawAmountWithTax" : 12345.0,
      "unityDescription" : "...",
      "created" : 12345,
      "id" : 12345,
      "discountPlanItem" : { },
      "unitAmountWithTax" : 12345.0,
      "rulesContract" : { },
      "unitAmountTax" : 12345.0,
      "rejectReason" : "...",
      "amountWithoutTax" : 12345.0,
      "inputUnitOfMeasure" : { },
      "priceplan" : { },
      "invoice" : { },
      "ratingUnitOfMeasure" : { },
      "edr" : { },
      "status" : "RERATED",
      "serviceInstance" : { },
      "walletId" : 12345,
      "tax" : { },
      "type" : "AGGREGATED",
      "taxClass" : { },
      "rawAmountWithoutTax" : 12345.0,
      "parameter3" : "...",
      "originBillingAccount" : { },
      "prepaid" : true,
      "invoiceSubCategoryId" : 12345,
      "usageDate" : 12345,
      "version" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "inputQuantity" : 12345.0,
      "userAccount" : { },
      "amountWithTax" : 12345.0,
      "parameterExtra" : "...",
      "seller" : { },
      "startDate" : 12345,
      "taxRecalculated" : true,
      "discountValue" : 12345.0,
      "parameter1" : "...",
      "uuid" : "...",
      "billingRun" : { },
      "discountPlan" : { },
      "endDate" : 12345,
      "userAccountId" : 12345,
      "invoiceSubCategory" : { },
      "doNotTriggerInvoicing" : true,
      "orderInfo" : { },
      "transient" : true,
      "billingAccountId" : 12345,
      "accountingCode" : { },
      "parameter2" : "...",
      "discountedRatedTransaction" : 12345,
      "offerTemplate" : { },
      "amountTax" : 12345.0,
      "ratingUnitDescription" : "...",
      "updated" : 12345,
      "subscriptionId" : 12345
    } ],
    "electronicBilling" : true,
    "quote" : {
      "referenceDescription" : "...",
      "completionDate" : 12345,
      "cfAccumulatedValues" : { },
      "referenceCode" : "...",
      "status" : "InProgress",
      "generatePdf" : true,
      "quoteVersion" : "...",
      "requestedCompletionDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "notificationContact" : "...",
      "virtual" : true,
      "parentEntityType" : { },
      "transient" : true,
      "externalId" : "...",
      "validity" : { },
      "invoices" : [ { }, { } ],
      "descriptionAndCode" : "...",
      "parentEntity" : { },
      "notified" : true,
      "userAccount" : { },
      "uuid" : "...",
      "routedToUserGroup" : "...",
      "cfValues" : { },
      "receivedFromApp" : "...",
      "description" : "...",
      "quoteItems" : [ { }, { } ],
      "historized" : true,
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "fulfillmentStartDate" : 12345,
      "statusMessage" : "...",
      "parentCFEntities" : [ { }, { } ],
      "quoteDate" : 12345,
      "auditable" : { },
      "order" : { },
      "code" : "...",
      "category" : "...",
      "version" : 12345
    },
    "code" : "...",
    "paymentMethod" : {
      "action" : "...",
      "customerAccount" : { },
      "info3" : "...",
      "tokenId" : "...",
      "referenceDocument" : { },
      "token3DsId" : "...",
      "disabled" : true,
      "auditableFields" : [ { }, { } ],
      "cfAccumulatedValues" : { },
      "version" : 12345,
      "historized" : true,
      "paymentType" : "CASH",
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "auditable" : { },
      "info5" : "...",
      "transient" : true,
      "active" : true,
      "notified" : true,
      "alias" : "...",
      "info4" : "...",
      "userId" : "...",
      "cfValues" : { },
      "info2" : "...",
      "preferred" : true,
      "uuid" : "...",
      "info1" : "...",
      "expired" : true
    },
    "orderItems" : [ {
      "orderItemDto" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "parentEntity" : { },
      "auditable" : { },
      "referenceDescription" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "mainOffering" : { },
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "userAccount" : { },
      "descriptionOrCode" : "...",
      "subscription" : { },
      "action" : "DELETE",
      "productInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "source" : "...",
      "orderItemProductOfferings" : [ { }, { } ],
      "codeChanged" : true,
      "description" : "...",
      "order" : { },
      "status" : "FAILED",
      "notified" : true,
      "shippingAddress" : { },
      "itemId" : "...",
      "cfValues" : { },
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "historized" : true,
      "orderHistories" : [ { }, { } ]
    }, {
      "orderItemDto" : { },
      "id" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "parentEntityType" : { },
      "parentEntity" : { },
      "auditable" : { },
      "referenceDescription" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "referenceCode" : "...",
      "mainOffering" : { },
      "auditableFields" : [ { }, { } ],
      "code" : "...",
      "userAccount" : { },
      "descriptionOrCode" : "...",
      "subscription" : { },
      "action" : "DELETE",
      "productInstances" : [ { }, { } ],
      "appendGeneratedCode" : true,
      "source" : "...",
      "orderItemProductOfferings" : [ { }, { } ],
      "codeChanged" : true,
      "description" : "...",
      "order" : { },
      "status" : "DEFERRED",
      "notified" : true,
      "shippingAddress" : { },
      "itemId" : "...",
      "cfValues" : { },
      "version" : 12345,
      "cfAccumulatedValues" : { },
      "uuid" : "...",
      "historized" : true,
      "orderHistories" : [ { }, { } ]
    } ],
    "minInvoiceLines" : [ {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "ARTICLE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "OPEN",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "PERCENTAGE",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "taxRate" : 12345.0,
      "commercialOrder" : { },
      "amountTax" : 12345.0,
      "discountPlanItem" : { },
      "validity" : { },
      "productVersion" : { },
      "accountingArticle" : { },
      "orderOffer" : { },
      "quantity" : 12345.0,
      "discountAmount" : 12345.0,
      "orderRef" : "...",
      "version" : 12345,
      "convertedAmountTax" : 12345.0,
      "tax" : { },
      "cfAccumulatedValues" : { },
      "serviceTemplate" : { },
      "valueDate" : 12345,
      "amountWithTax" : 12345.0,
      "subscription" : { },
      "taxMode" : "RATE",
      "prestation" : "...",
      "offerServiceTemplate" : { },
      "cfValues" : { },
      "notified" : true,
      "historized" : true,
      "convertedRawAmount" : 12345.0,
      "ratedTransactions" : [ { }, { } ],
      "amountWithoutTax" : 12345.0,
      "orderNumber" : "...",
      "status" : "CANCELED",
      "taxOverridden" : true,
      "offerTemplate" : { },
      "serviceInstance" : { },
      "discountPlanType" : "FIXED",
      "orderLot" : { },
      "discountValue" : 12345.0,
      "auditableFields" : [ { }, { } ],
      "transient" : true,
      "invoiceAggregateF" : { },
      "sequence" : 12345,
      "product" : { },
      "billingRun" : { },
      "label" : "...",
      "convertedAmountWithoutTax" : 12345.0,
      "billingAccount" : { },
      "convertedAmountWithTax" : 12345.0,
      "invoice" : { },
      "auditable" : { },
      "convertedUnitPrice" : 12345.0,
      "openOrderNumber" : "...",
      "convertedDiscountAmount" : 12345.0,
      "discountRate" : 12345.0,
      "uuid" : "...",
      "quoteOffer" : { },
      "accessPoint" : "...",
      "rawAmount" : 12345.0,
      "id" : 12345,
      "taxRecalculated" : true,
      "discountedInvoiceLine" : { },
      "discountPlan" : { },
      "unitPrice" : 12345.0,
      "quote" : { }
    } ],
    "description" : "...",
    "status" : "IN_PROGRESS",
    "descriptionAndCode" : "...",
    "userAccounts" : [ {
      "minimumLabelEl" : "...",
      "seller" : { },
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "referenceCode" : "...",
      "historized" : true,
      "name" : { },
      "accountType" : "...",
      "code" : "...",
      "primaryContact" : { },
      "legalEntityType" : { },
      "terminationDate" : 12345,
      "description" : "...",
      "externalRef2" : "...",
      "parentUserAccount" : { },
      "address" : { },
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "cfValues" : { },
      "jobTitle" : "...",
      "terminationReason" : { },
      "registrationNo" : "...",
      "providerContact" : "...",
      "version" : 12345,
      "transient" : true,
      "descriptionOrCode" : "...",
      "defaultLevel" : true,
      "auditable" : { },
      "notified" : true,
      "externalRef1" : "...",
      "cfAccumulatedValues" : { },
      "wallet" : { },
      "uuid" : "...",
      "descriptionAndCode" : "...",
      "statusDate" : 12345,
      "subscriptionDate" : 12345,
      "vatNo" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "contactInformation" : { },
      "status" : "TERMINATED",
      "isConsumer" : true,
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "auditableFields" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "businessAccountModel" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumChargeTemplate" : { },
      "parentCFEntities" : [ { }, { } ],
      "billingAccount" : { },
      "referenceDescription" : "...",
      "subscriptions" : [ { }, { } ],
      "id" : 12345
    }, {
      "minimumLabelEl" : "...",
      "seller" : { },
      "userAccounts" : [ { }, { } ],
      "codeChanged" : true,
      "referenceCode" : "...",
      "historized" : true,
      "name" : { },
      "accountType" : "...",
      "code" : "...",
      "primaryContact" : { },
      "legalEntityType" : { },
      "terminationDate" : 12345,
      "description" : "...",
      "externalRef2" : "...",
      "parentUserAccount" : { },
      "address" : { },
      "contactInformationNullSafe" : { },
      "parentEntityType" : { },
      "cfValues" : { },
      "jobTitle" : "...",
      "terminationReason" : { },
      "registrationNo" : "...",
      "providerContact" : "...",
      "version" : 12345,
      "transient" : true,
      "descriptionOrCode" : "...",
      "defaultLevel" : true,
      "auditable" : { },
      "notified" : true,
      "externalRef1" : "...",
      "cfAccumulatedValues" : { },
      "wallet" : { },
      "uuid" : "...",
      "descriptionAndCode" : "...",
      "statusDate" : 12345,
      "subscriptionDate" : 12345,
      "vatNo" : "...",
      "minimumArticle" : { },
      "appendGeneratedCode" : true,
      "parentEntity" : { },
      "contactInformation" : { },
      "status" : "TERMINATED",
      "isConsumer" : true,
      "prepaidWallets" : {
        "property1" : { },
        "property2" : { }
      },
      "auditableFields" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "isCompany" : true,
      "businessAccountModel" : { },
      "counters" : {
        "property1" : { },
        "property2" : { }
      },
      "minimumChargeTemplate" : { },
      "parentCFEntities" : [ { }, { } ],
      "billingAccount" : { },
      "referenceDescription" : "...",
      "subscriptions" : [ { }, { } ],
      "id" : 12345
    } ],
    "historized" : true,
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    }, {
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "CFValuesCopy" : { },
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValues" : { },
      "cfValues" : { }
    } ],
    "invoices" : [ {
      "alreadyAppliedMinimum" : true,
      "initialCollectionDate" : 12345,
      "cpqQuote" : { },
      "dontSend" : true,
      "billingRun" : { },
      "recordedInvoice" : { },
      "reminderLevelTriggered" : true,
      "invoiceNumberOrTemporaryNumber" : "...",
      "comment" : "...",
      "paymentPlan" : { },
      "rejectReason" : "...",
      "dueDate" : 12345,
      "xmlDate" : 12345,
      "alias" : "...",
      "alreadyAddedDiscount" : true,
      "startDate" : 12345,
      "quote" : { },
      "discountPlan" : { },
      "pdfFilenameOnly" : "...",
      "order" : { },
      "subscription" : { },
      "useCurrentRate" : true,
      "dueBalance" : 12345.0,
      "commercialOrder" : { },
      "amountWithTax" : 12345.0,
      "convertedNetToPay" : 12345.0,
      "discountAgregates" : [ { }, { } ],
      "newInvoicingProcess" : true,
      "convertedDiscountAmount" : 12345.0,
      "iban" : "...",
      "openOrderNumber" : "...",
      "previousInvoiceNumber" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "convertedAmountTax" : 12345.0,
      "amountTax" : 12345.0,
      "draft" : true,
      "detailedInvoice" : true,
      "xmlFilename" : "...",
      "invoiceDate" : 12345,
      "invoiceType" : { },
      "prepaid" : true,
      "paymentMethodType" : "WIRETRANSFER",
      "netToPay" : 12345.0,
      "draftRatedTransactions" : [ { }, { } ],
      "amountWithoutTaxBeforeDiscount" : 12345.0,
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "alreadySent" : true,
      "pdfDate" : 12345,
      "convertedAmountWithTax" : 12345.0,
      "hasDiscounts" : true,
      "amount" : 12345.0,
      "rawAmount" : 12345.0,
      "convertedRawAmount" : 12345.0,
      "discountRate" : 12345.0,
      "paymentStatus" : "ABANDONED",
      "hasMinimum" : true,
      "lastAppliedRateDate" : 12345,
      "status" : "SUSPECT",
      "uuid" : "...",
      "appliedRate" : 12345.0,
      "convertedAmountWithoutTax" : 12345.0,
      "convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
      "historized" : true,
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "linkedInvoices" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "relatedDunningCollectionPlan" : { },
      "realTimeStatus" : "DISPUTED",
      "pdfFilename" : "...",
      "hasTaxes" : true,
      "tradingLanguage" : { },
      "transient" : true,
      "paymentStatusDate" : 12345,
      "orders" : [ { }, { } ],
      "notified" : true,
      "tradingCurrency" : { },
      "tradingCountry" : { },
      "version" : 12345,
      "draftInvoiceLines" : [ { }, { } ],
      "productDate" : 12345,
      "emailSentDate" : 12345,
      "invoiceBalance" : 12345.0,
      "cfAccumulatedValues" : { },
      "lastAppliedRate" : 12345.0,
      "cfValues" : { },
      "billingAccount" : { },
      "amountWithoutTax" : 12345.0,
      "endDate" : 12345,
      "dunningCollectionPlanTriggered" : true,
      "externalRef" : "...",
      "code" : "...",
      "invoiceLines" : [ { }, { } ],
      "xmlFilenameOnly" : "...",
      "adjustedInvoice" : { },
      "paymentMethod" : { },
      "parentCFEntities" : [ { }, { } ],
      "temporaryInvoiceNumber" : "...",
      "discountAmount" : 12345.0,
      "description" : "...",
      "discount" : 12345.0,
      "auditable" : { },
      "invoiceNumber" : "..."
    }, {
      "alreadyAppliedMinimum" : true,
      "initialCollectionDate" : 12345,
      "cpqQuote" : { },
      "dontSend" : true,
      "billingRun" : { },
      "recordedInvoice" : { },
      "reminderLevelTriggered" : true,
      "invoiceNumberOrTemporaryNumber" : "...",
      "comment" : "...",
      "paymentPlan" : { },
      "rejectReason" : "...",
      "dueDate" : 12345,
      "xmlDate" : 12345,
      "alias" : "...",
      "alreadyAddedDiscount" : true,
      "startDate" : 12345,
      "quote" : { },
      "discountPlan" : { },
      "pdfFilenameOnly" : "...",
      "order" : { },
      "subscription" : { },
      "useCurrentRate" : true,
      "dueBalance" : 12345.0,
      "commercialOrder" : { },
      "amountWithTax" : 12345.0,
      "convertedNetToPay" : 12345.0,
      "discountAgregates" : [ { }, { } ],
      "newInvoicingProcess" : true,
      "convertedDiscountAmount" : 12345.0,
      "iban" : "...",
      "openOrderNumber" : "...",
      "previousInvoiceNumber" : "...",
      "invoiceAgregates" : [ { }, { } ],
      "convertedAmountTax" : 12345.0,
      "amountTax" : 12345.0,
      "draft" : true,
      "detailedInvoice" : true,
      "xmlFilename" : "...",
      "invoiceDate" : 12345,
      "invoiceType" : { },
      "prepaid" : true,
      "paymentMethodType" : "CASH",
      "netToPay" : 12345.0,
      "draftRatedTransactions" : [ { }, { } ],
      "amountWithoutTaxBeforeDiscount" : 12345.0,
      "invoiceAdjustmentCurrentSellerNb" : 12345,
      "alreadySent" : true,
      "pdfDate" : 12345,
      "convertedAmountWithTax" : 12345.0,
      "hasDiscounts" : true,
      "amount" : 12345.0,
      "rawAmount" : 12345.0,
      "convertedRawAmount" : 12345.0,
      "discountRate" : 12345.0,
      "paymentStatus" : "ABANDONED",
      "hasMinimum" : true,
      "lastAppliedRateDate" : 12345,
      "status" : "NEW",
      "uuid" : "...",
      "appliedRate" : 12345.0,
      "convertedAmountWithoutTax" : 12345.0,
      "convertedAmountWithoutTaxBeforeDiscount" : 12345.0,
      "historized" : true,
      "invoiceAdjustmentCurrentProviderNb" : 12345,
      "linkedInvoices" : [ { }, { } ],
      "seller" : { },
      "statusDate" : 12345,
      "auditableFields" : [ { }, { } ],
      "id" : 12345,
      "relatedDunningCollectionPlan" : { },
      "realTimeStatus" : "PENDING",
      "pdfFilename" : "...",
      "hasTaxes" : true,
      "tradingLanguage" : { },
      "transient" : true,
      "paymentStatusDate" : 12345,
      "orders" : [ { }, { } ],
      "notified" : true,
      "tradingCurrency" : { },
      "tradingCountry" : { },
      "version" : 12345,
      "draftInvoiceLines" : [ { }, { } ],
      "productDate" : 12345,
      "emailSentDate" : 12345,
      "invoiceBalance" : 12345.0,
      "cfAccumulatedValues" : { },
      "lastAppliedRate" : 12345.0,
      "cfValues" : { },
      "billingAccount" : { },
      "amountWithoutTax" : 12345.0,
      "endDate" : 12345,
      "dunningCollectionPlanTriggered" : true,
      "externalRef" : "...",
      "code" : "...",
      "invoiceLines" : [ { }, { } ],
      "xmlFilenameOnly" : "...",
      "adjustedInvoice" : { },
      "paymentMethod" : { },
      "parentCFEntities" : [ { }, { } ],
      "temporaryInvoiceNumber" : "...",
      "discountAmount" : 12345.0,
      "description" : "...",
      "discount" : 12345.0,
      "auditable" : { },
      "invoiceNumber" : "..."
    } ],
    "version" : 12345,
    "codeChanged" : true,
    "startDate" : 12345,
    "appendGeneratedCode" : true,
    "totalInvoicingAmountWithTax" : 12345.0,
    "priority" : 12345,
    "orderDate" : 12345,
    "ccedEmails" : "...",
    "requestedStartDate" : 12345,
    "category" : "...",
    "statusMessage" : "...",
    "externalId" : "...",
    "requestedCompletionDate" : 12345,
    "parentEntityType" : { },
    "mailingType" : "MANUAL",
    "receivedFromApp" : "...",
    "billingRun" : {
      "discountApplied" : true,
      "preInvoicingReports" : { },
      "filters" : {
        "property1" : "...",
        "property2" : "..."
      },
      "billingCycle" : { },
      "suspectAutoAction" : "CANCEL",
      "auditable" : { },
      "invoices" : [ { }, { } ],
      "descriptionI18n" : {
        "property1" : "...",
        "property2" : "..."
      },
      "notified" : true,
      "exceptionalBR" : true,
      "selectedBillingAccounts" : "...",
      "referenceCode" : "...",
      "postInvoicingReports" : { },
      "country" : { },
      "generateAO" : true,
      "referenceDate" : "LAST_TRANSACTION_DATE",
      "historized" : true,
      "billingAccountNumber" : 12345,
      "exceptionalRTIds" : [ 12345, 12345 ],
      "computeDatesAtValidation" : true,
      "jobExecutions" : [ { }, { } ],
      "thresholdChecked" : true,
      "invoiceNumber" : 12345,
      "processType" : "AUTOMATIC",
      "pdfJobExecutionResultId" : 12345,
      "rejectionReason" : "...",
      "runType" : "CYCLE",
      "isQuarantine" : true,
      "skipValidationScript" : true,
      "originBillingRun" : { },
      "status" : "DRAFT_INVOICES",
      "minimumApplied" : true,
      "billableBillingAcountNumber" : 12345,
      "producibleInvoiceNumber" : 12345,
      "auditableFields" : [ { }, { } ],
      "uuid" : "...",
      "rejectedBillingAccounts" : [ { }, { } ],
      "nextBillingRun" : { },
      "prAmountWithTax" : 12345.0,
      "invoiceDate" : 12345,
      "endDate" : 12345,
      "cfAccumulatedValues" : { },
      "invoiceType" : { },
      "producibleAmountTax" : 12345.0,
      "producibleAmountWithoutTax" : 12345.0,
      "rejectAutoAction" : "CANCEL",
      "id" : 12345,
      "language" : { },
      "parentCFEntities" : [ { }, { } ],
      "cfValues" : { },
      "prAmountTax" : 12345.0,
      "referenceDescription" : "...",
      "prAmountWithoutTax" : 12345.0,
      "xmlJobExecutionResultId" : 12345,
      "transient" : true,
      "currency" : { },
      "startDate" : 12345,
      "lastTransactionDate" : 12345,
      "version" : 12345,
      "producibleAmountWithTax" : 12345.0,
      "billableBillingAccounts" : [ { }, { } ],
      "collectionDate" : 12345,
      "processDate" : 12345,
      "exceptionalILIds" : [ 12345, 12345 ],
      "billingRunLists" : [ { }, { } ],
      "statusDate" : 12345
    },
    "expectedCompletionDate" : 12345,
    "email" : "...",
    "shippingAddress" : {
      "address5" : "...",
      "address1" : "...",
      "state" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "address2" : "...",
      "countryBundle" : "...",
      "country" : { },
      "city" : "...",
      "address4" : "..."
    },
    "uuid" : "...",
    "emailTemplate" : {
      "description" : "...",
      "tagStartDelimiter" : "...",
      "referenceCode" : "...",
      "parentEntity" : { },
      "type" : "DUNNING",
      "historized" : true,
      "transient" : true,
      "tagEndDelimiter" : "...",
      "appendGeneratedCode" : true,
      "auditable" : { },
      "descriptionOrCode" : "...",
      "startDate" : 12345,
      "media" : "FAX",
      "codeChanged" : true,
      "htmlContent" : "...",
      "endDate" : 12345,
      "textContent" : "...",
      "version" : 12345,
      "notified" : true,
      "parentEntityType" : { },
      "descriptionAndCode" : "...",
      "code" : "...",
      "auditableFields" : [ { }, { } ],
      "subject" : "...",
      "id" : 12345,
      "referenceDescription" : "..."
    },
    "orderNumber" : "...",
    "descriptionOrCode" : "...",
    "dueDateDelayEL" : "...",
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "totalInvoicingAmountWithoutTax" : 12345.0,
    "routedToUserGroup" : "...",
    "referenceDescription" : "...",
    "referenceCode" : "...",
    "deliveryInstructions" : "..."
  },
  "code" : "...",
  "category" : "...",
  "version" : 12345
}