AuditableEntity Data Type

Abstract Type
Subtypes
Subscription, EnableEntity, RevenueRecognitionRule, OneShotChargeTemplate, WFDecisionRule, Invoice, AccountEntity, ProductTemplate, Country, CreditCategory, DunningLOT, Chart, InvoiceAgregate, InvoiceSubcategoryCountry, CustomEntityTemplate, TradingCountry, UsageChargeInstance, HierarchyLevel, WFTransition, RecurringChargeTemplate, User, Customer, Tax, OneShotChargeInstance, MatchingCode, BundleTemplate, ChargeTemplate, UsageChargeTemplate, OCCTemplate, Order, BillingRunList, ProductOffering, CustomerBrand, MeasurableQuantity, ActionDunning, MeveoModule, ProductInstance, Calendar, CategoryInvoiceAgregate, ScriptInstance, OfferTemplateCategory, BusinessServiceModel, CustomerAccount, Language, NotificationHistory, Channel, Quote, CustomScript, AutomatedPayment, CustomerCategory, Filter, BillingRun, MeveoInstance, Currency, WebHook, ChargeInstance, CounterPeriod, Access, Workflow, TimerEntity, RecurringChargeInstance, BillingAccount, BillingCycle, Title, BusinessCFEntity, JobInstance, Payment, WalletOperation, ServiceTemplate, ProductChargeInstance, AccountOperation, RejectedBillingAccount, JobTrigger, SubCategoryInvoiceAgregate, DiscountPlanItem, WFAction, BusinessAccountModel, ProductChargeTemplate, UserAccount, Seller, TradingCurrency, OfferTemplate, BusinessProductModel, BusinessOfferModel, UserHierarchyLevel, TaxInvoiceAgregate, CounterTemplate, ServiceInstance, EmailNotification, WalletInstance, InvoiceCategory, InvoiceType, BusinessEntity, DigitalResource, WalletTemplate, DDRequestLOT, InvoiceSubCategory, CounterInstance, InboundRequest, ProviderContact, TriggeredEDRTemplate, PricePlanMatrix, RecordedInvoice, Notification, DDRequestItem, DiscountPlan, MatchingAmount, TradingLanguage
Implemented Interfaces
Serializable
Properties
name data type description
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}