- Home
- JSON
- EnableBusinessDto
Equivalent of EnableBusinessEntity in DTO
- Available Since
- 5.1
- Abstract Type
- Subtypes
- LineChartDto, OneShotChargeTemplateDto, GetAttributeDtoResponse, ScriptInstanceDto, FilterDto, OfferTemplateCategoryDto, GetOfferTemplateResponseDto, UsageChargeTemplateDto, CustomFieldTemplateDto, DiscountPlanDto, BusinessServiceModelDto, ProductOfferingDto, BarChartDto, CustomEntityTemplateDto, MeasurableQuantityDto, WebHookDto, ChannelDto, DataCollectorDto, DigitalResourceDto, ProductTemplateDto, ProductChargeTemplateDto, DDRequestBuilderDto, BusinessOfferModelDto, JobInstanceDto, ServiceTemplateDto, MeveoModuleDto, NotificationDto, PaymentGatewayDto, CounterTemplateDto, CustomEntityInstanceDto, GenericWorkflowDto, TimerEntityDto, CustomScriptDto, AttributeDTO, OfferTemplateDto, ChartDto, RecurringChargeTemplateDto, AccountingCodeDto, ScriptNotificationDto, BusinessProductModelDto, PieChartDto, RevenueRecognitionRuleDto, BusinessAccountModelDto, WorkflowDto, EntityCustomActionDto, EmailNotificationDto, ReportExtractDto, ChargeTemplateDto, CpqOfferDto, PricePlanMatrixDto, BundleTemplateDto, JobTriggerDto
- Implemented Interfaces
- Serializable
Properties
name |
data type |
constraints |
description |
disabled
|
boolean
|
|
Is entity disabled. Value is ignored in Update action - use enable/disable API instead.
|
id
|
number
|
|
The id.
|
auditableField
|
array of AuditableFieldDto
|
|
|
code
|
string
|
required
|
The code
|
description
|
string
|
|
The description
|
updatedCode
|
string
|
|
The updated code.
|
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"disabled" : true,
"id" : 12345,
"auditableField" : [ {
"entityClass" : "...",
"fieldName" : "...",
"id" : 12345,
"changeOrigin" : "...",
"auditableField" : [ { }, { } ],
"originName" : "...",
"code" : "...",
"previousState" : "...",
"currentState" : "...",
"description" : "...",
"created" : "...",
"updatedCode" : "...",
"actor" : "..."
}, {
"entityClass" : "...",
"fieldName" : "...",
"id" : 12345,
"changeOrigin" : "...",
"auditableField" : [ { }, { } ],
"originName" : "...",
"code" : "...",
"previousState" : "...",
"currentState" : "...",
"description" : "...",
"created" : "...",
"updatedCode" : "...",
"actor" : "..."
} ],
"code" : "...",
"description" : "...",
"updatedCode" : "..."
}