GetOfferTemplateCategoryResponseDto Data Type

The Class GetOfferTemplateCategoryResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
offerTemplateCategory OfferTemplateCategoryDto The offer template category.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "offerTemplateCategory" : {
    "disabled" : true,
    "name" : "...",
    "id" : 12345,
    "offerTemplateCategoryCode" : "...",
    "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" : "..."
    } ],
    "href" : "...",
    "code" : "...",
    "version" : 12345,
    "lastModified" : 12345,
    "description" : "...",
    "parentId" : 12345,
    "updatedCode" : "...",
    "imagePath" : "...",
    "imageBase64" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "languageLabels" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}