- 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, PricePlanMatrix, Tag, RecordedInvoice, DiscountPlan, CommercialOrder, ArticleMappingLine, CustomFieldTemplate, GeneralLedger, AddressBook, ContractItem, DDRequestBuilder
- Implemented Interfaces
- IReferenceEntity, Serializable
Properties
name |
data type |
constraints |
description |
referenceDescription
|
string
|
|
|
auditableFields
|
array of AuditableFieldHistory
|
|
|
parentEntity
|
BusinessEntity
|
|
|
codeChanged
|
boolean
|
|
|
description
|
string
|
max size: 255, min size: 0
|
|
auditable
|
Auditable
|
|
|
transient
|
boolean
|
|
|
referenceCode
|
string
|
|
|
version
|
number
|
|
|
code
|
string
|
required, max size: 255, min size: 1
|
|
parentEntityType
|
object
|
|
|
id
|
number
|
|
|
notified
|
boolean
|
|
|
appendGeneratedCode
|
boolean
|
|
|
descriptionAndCode
|
string
|
|
|
historized
|
boolean
|
|
|
descriptionOrCode
|
string
|
|
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"referenceDescription" : "...",
"auditableFields" : [ {
"fieldName" : "...",
"notfiable" : true,
"auditType" : "STATUS",
"historized" : true,
"previousState" : { },
"currentState" : { },
"historable" : true,
"notified" : true
}, {
"fieldName" : "...",
"notfiable" : true,
"auditType" : "STATUS",
"historized" : true,
"previousState" : { },
"currentState" : { },
"historable" : true,
"notified" : true
} ],
"parentEntity" : {
"referenceDescription" : "...",
"auditableFields" : [ {
"fieldName" : "...",
"notfiable" : true,
"auditType" : "OTHER",
"historized" : true,
"previousState" : { },
"currentState" : { },
"historable" : true,
"notified" : true
}, {
"fieldName" : "...",
"notfiable" : true,
"auditType" : "OTHER",
"historized" : true,
"previousState" : { },
"currentState" : { },
"historable" : true,
"notified" : true
} ],
"parentEntity" : { },
"codeChanged" : true,
"description" : "...",
"auditable" : {
"created" : 12345,
"creator" : "...",
"lastUser" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345
},
"transient" : true,
"referenceCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"historized" : true,
"descriptionOrCode" : "..."
},
"codeChanged" : true,
"description" : "...",
"auditable" : {
"created" : 12345,
"creator" : "...",
"lastUser" : "...",
"updater" : "...",
"updated" : 12345,
"lastModified" : 12345
},
"transient" : true,
"referenceCode" : "...",
"version" : 12345,
"code" : "...",
"parentEntityType" : { },
"id" : 12345,
"notified" : true,
"appendGeneratedCode" : true,
"descriptionAndCode" : "...",
"historized" : true,
"descriptionOrCode" : "..."
}