offerTemplateCategoryDto Data Type

The Class OfferTemplateCategoryDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
active boolean element 0/1 Is category active. A negative of Disabled. Deprecated in 5.0.1. Use Disabled field instead.
href string element 0/1 The href.
imageBase64 string element 0/1 The image base 64.
imagePath string element 0/1 The image path.
lastModified dateTime element 0/1 The last modified.
name string element 0/1 The name.
offerTemplateCategoryCode string element 0/1 The offer template category code.
parentId long element 0/1 The parent id.
version int element 1/1 The version.
Properties inherited from enableBusinessDto
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  
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

<OfferCategory code="..." description="..." id="...">
  <name>...</name>
  <offerTemplateCategoryCode>...</offerTemplateCategoryCode>
  <href>...</href>
  <version>...</version>
  <lastModified>...</lastModified>
  <parentId>...</parentId>
  <imagePath>...</imagePath>
  <imageBase64>...</imageBase64>
  <disabled>...</disabled>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</OfferCategory>