enableBusinessDto Data Type

Equivalent of EnableBusinessEntity in DTO

Namespace
(Default)
Available Since
5.1
Abstract Type
Subtypes
customEntityInstanceDto, customEntityTemplateDto, customFieldTemplateDto, entityCustomActionDto, filterDto, scriptInstanceDto, businessAccountModelDto, accountingCodeDto, bundleTemplateDto, businessOfferModelDto, businessProductModelDto, businessServiceModelDto, channelDto, chargeTemplateDto, counterTemplateDto, digitalResourceDto, discountPlanDto, offerTemplateCategoryDto, offerTemplateDto, oneShotChargeTemplateDto, pricePlanMatrixDto, productChargeTemplateDto, productOfferingDto, productTemplateDto, recurringChargeTemplateDto, serviceTemplateDto, usageChargeTemplateDto, barChartDto, chartDto, lineChartDto, measurableQuantityDto, pieChartDto, reportExtractDto, revenueRecognitionRuleDto, genericWorkflowDto, jobInstanceDto, timerEntityDto, meveoModuleDto, emailNotificationDto, jobTriggerDto, notificationDto, scriptNotificationDto, webHookDto, DDRequestBuilderDto, paymentGatewayDto, workflowDto, customScriptDto
Properties
name data type type namespace min/max occurs wrapped by description
code string attribute 1/1   The code
description string attribute 0/1   The description
id long attribute 0/1   The id.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
disabled boolean element 0/1   Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
updatedCode string element 0/1   The updated code.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<e----- code="..." description="..." id="...">
  <disabled>...</disabled>
  <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>
  <updatedCode>...</updatedCode>
</e----->