- Home
- JSON
- BusinessEntity
- Abstract Type
- Subtypes
- Subscription, RevenueRecognitionRule, OrderArticleLine, OneShotChargeTemplate, OrderItem, EmailTemplate, CustomerSequence, ProductLine, AutomatedRefund, OrderOffer, AccountEntity, ProductTemplate, CreditCategory, PaymentScheduleInstance, PaymentScheduleTemplate, FileFormat, PaymentGateway, TradingCountry, UsageChargeInstance, ReportQuery, SubscriptionChargeInstance, RecurringChargeTemplate, Customer, Tax, DocumentCategory, TaxCategory, DunningActionInstance, ChargeTemplate, UnitOfMeasure, OrderPrice, DunningDocument, OCCTemplate, Order, Campaign, Attribute, ProductOffering, CustomerBrand, CpqQuote, MeveoModule, AccountingArticle, ProductInstance, Calendar, TagType, QueryScheduler, ScriptInstance, FileType, OfferTemplateCategory, BusinessServiceModel, CustomerAccount, Channel, Quote, AutomatedPayment, CustomerCategory, MeveoInstance, ContactCategory, PricePlanMatrixColumn, ArticleMapping, InvoicingPlanItem, ChargeInstance, CounterPeriod, Media, Workflow, TimerEntity, RecurringChargeInstance, OrderLot, CommercialRuleHeader, DunningLevel, InvoiceSequence, BillingAccount, BillingCycle, Title, OrderType, JobInstance, Payment, Contract, Sequence, ServiceTemplate, AccountingScheme, AccountOperation, ProductChargeInstance, BusinessAccountModel, PaymentGatewayRumSequence, InvoicingPlan, ProductChargeTemplate, GroupedAttributes, UserAccount, Journal, Seller, QuoteLot, SubscriptionTerminationReason, Product, OfferTemplate, Contact, BusinessProductModel, BusinessOfferModel, TaxClass, DunningAction, RecordedInvoiceCatAgregate, CounterTemplate, ServiceInstance, TerminationChargeInstance, WalletInstance, ScriptInstanceCategory, Document, InvoiceCategory, AccountingCode, InvoiceType, ArticleFamily, RejectedPayment, PaymentPlan, DigitalResource, MessageVariableValue, WalletTemplate, DunningSettings, ServiceCharge, InvoiceSubCategory, QuoteOffer, CounterInstance, Refund, ProviderContact, TriggeredEDRTemplate, Tag, PricePlanMatrix, RecordedInvoice, DiscountPlan, CommercialOrder, ArticleMappingLine, CustomFieldTemplate, GeneralLedger, AddressBook, ContractItem, DDRequestBuilder
- Implemented Interfaces
- IReferenceEntity, Serializable
Properties
name |
data type |
constraints |
description |
descriptionOrCode
|
string
|
|
|
auditableFields
|
array of AuditableFieldHistory
|
|
|
version
|
number
|
|
|
historized
|
boolean
|
|
|
appendGeneratedCode
|
boolean
|
|
|
auditable
|
Auditable
|
|
|
parentEntity
|
BusinessEntity
|
|
|
parentEntityType
|
object
|
|
|
description
|
string
|
max size: 255, min size: 0
|
|
referenceDescription
|
string
|
|
|
codeChanged
|
boolean
|
|
|
referenceCode
|
string
|
|
|
code
|
string
|
required, max size: 255, min size: 1
|
|
transient
|
boolean
|
|
|
descriptionAndCode
|
string
|
|
|
id
|
number
|
|
|
notified
|
boolean
|
|
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"descriptionOrCode" : "...",
"auditableFields" : [ {
"historized" : true,
"notified" : true,
"auditType" : "OTHER",
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notfiable" : true,
"previousState" : { }
}, {
"historized" : true,
"notified" : true,
"auditType" : "OTHER",
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notfiable" : true,
"previousState" : { }
} ],
"version" : 12345,
"historized" : true,
"appendGeneratedCode" : true,
"auditable" : {
"lastModified" : 12345,
"updated" : 12345,
"updater" : "...",
"created" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"parentEntity" : {
"descriptionOrCode" : "...",
"auditableFields" : [ {
"historized" : true,
"notified" : true,
"auditType" : "RENEWAL",
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notfiable" : true,
"previousState" : { }
}, {
"historized" : true,
"notified" : true,
"auditType" : "RENEWAL",
"historable" : true,
"fieldName" : "...",
"currentState" : { },
"notfiable" : true,
"previousState" : { }
} ],
"version" : 12345,
"historized" : true,
"appendGeneratedCode" : true,
"auditable" : {
"lastModified" : 12345,
"updated" : 12345,
"updater" : "...",
"created" : 12345,
"creator" : "...",
"lastUser" : "..."
},
"parentEntity" : { },
"parentEntityType" : { },
"description" : "...",
"referenceDescription" : "...",
"codeChanged" : true,
"referenceCode" : "...",
"code" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"id" : 12345,
"notified" : true
},
"parentEntityType" : { },
"description" : "...",
"referenceDescription" : "...",
"codeChanged" : true,
"referenceCode" : "...",
"code" : "...",
"transient" : true,
"descriptionAndCode" : "...",
"id" : 12345,
"notified" : true
}