auditableEntityDto Data Type

Equivalent of AuditableEntity in DTO

Namespace
(Default)
Abstract Type
Subtypes
billingCycleDto, businessEntityDto, calendarDto, countryDto, currencyDto, customEntityInstanceDto, customEntityTemplateDto, customFieldFormattedValueDto, customFieldTemplateDto, enableBusinessDto, entityCustomActionDto, filterDto, invoiceCategoryDto, invoiceSubCategoryCountryDto, invoiceSubCategoryDto, languageDto, occTemplateDto, providerDto, scriptInstanceDto, sellerDto, taxDto, terminationReasonDto, userDto, accountDto, billingAccountDto, businessAccountModelDto, creditCategoryDto, customerAccountDto, customerBrandDto, customerCategoryDto, customerDto, providerContactDto, userAccountDto, auditableFieldDto, accountingCodeDto, billingRunDto, chargeInstanceDto, counterInstanceDto, EDRDto, generateInvoiceResultDto, invoiceSequenceDto, invoiceTypeDto, oneShotChargeInstanceDto, productChargeInstanceDto, productInstanceDto, serviceInstanceDto, subscriptionAndServicesToActivateRequestDto, subscriptionDto, subscriptionForCustomerRequestDto, walletOperationDto, walletTemplateDto, woRatedTransactionDto, bundleTemplateDto, businessOfferModelDto, businessProductModelDto, businessServiceModelDto, channelDto, chargeTemplateDto, counterTemplateDto, digitalResourceDto, discountPlanDto, offerTemplateCategoryDto, offerTemplateDto, oneShotChargeTemplateDto, pricePlanMatrixDto, productChargeTemplateDto, productOfferingDto, productTemplateDto, recurringChargeTemplateDto, serviceTemplateDto, triggeredEdrTemplateDto, usageChargeTemplateDto, emailTemplateDto, messageTemplateDto, meveoInstanceDto, addressBookDto, campaignDto, contactDto, dunningDocumentDto, barChartDto, chartDto, lineChartDto, measurableQuantityDto, pieChartDto, reportExtractDto, revenueRecognitionRuleDto, genericWorkflowDto, WFStatusDto, userHierarchyLevelDto, invoiceDto, jobInstanceDto, timerEntityDto, meveoModuleDto, emailNotificationDto, inboundRequestDto, jobTriggerDto, notificationDto, notificationHistoryDto, scriptNotificationDto, webHookDto, accountOperationDto, DDRequestBuilderDto, DDRequestLotOpDto, matchingAmountDto, matchingCodeDto, otherCreditAndChargeDto, paymentGatewayDto, paymentGatewayRumSequenceDto, paymentHistoryDto, paymentScheduleInstanceDto, paymentScheduleInstanceItemDto, paymentScheduleTemplateDto, recordedInvoiceDto, rejectedPaymentDto, workflowDto, workflowHistoryDto, titleDto, customScriptDto, customerSequenceDto, ProductOrder
Properties
name data type type namespace min/max occurs wrapped by description
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<AuditableEntity>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
</AuditableEntity>