GetListProductTemplateResponseDto Data Type

All the MEVEO API web service response must extend this class.

Implemented Interfaces
Serializable
Properties
name data type description
listProductTemplate array of ProductTemplateDto
Properties inherited from BaseResponse
actionStatus ActionStatus

Example

{
  "listProductTemplate" : [ {
    "productChargeTemplate" : [ {
      "code" : "...",
      "description" : "...",
      "invoiceSubCategory" : "...",
      "disabled" : true,
      "amountEditable" : true,
      "languageDescriptions" : [ { }, { } ],
      "inputUnitDescription" : "...",
      "ratingUnitDescription" : "...",
      "unitMultiplicator" : 12345.0,
      "unitNbDecimal" : 12345,
      "roundingModeDtoEnum" : "NEAREST",
      "revenueRecognitionRuleCode" : "...",
      "customFields" : { },
      "triggeredEdrs" : { },
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "invoiceSubCategory" : "...",
      "disabled" : true,
      "amountEditable" : true,
      "languageDescriptions" : [ { }, { } ],
      "inputUnitDescription" : "...",
      "ratingUnitDescription" : "...",
      "unitMultiplicator" : 12345.0,
      "unitNbDecimal" : 12345,
      "roundingModeDtoEnum" : "NEAREST",
      "revenueRecognitionRuleCode" : "...",
      "customFields" : { },
      "triggeredEdrs" : { },
      "updatedCode" : "..."
    } ],
    "businessProductModel" : {
      "code" : "...",
      "license" : "GPL",
      "description" : "...",
      "logoPicture" : "...",
      "logoPictureFile" : "...",
      "script" : { },
      "moduleItems" : [ {
        "customEntityTemplate" : { }
      }, {
        "customFieldTemplate" : { }
      }, {
        "filter" : { }
      }, {
        "jobInstance" : { }
      }, {
        "script" : { }
      }, {
        "notification" : { }
      }, {
        "timerEntity" : { }
      }, {
        "emailNotif" : { }
      }, {
        "jobTrigger" : { }
      }, {
        "webhookNotif" : { }
      }, {
        "counter" : { }
      }, {
        "businessAccountModel" : { }
      }, {
        "businessServiceModel" : { }
      }, {
        "businessOfferModel" : { }
      }, {
        "subModule" : { }
      }, {
        "measurableQuantity" : { }
      }, {
        "pieChart" : { }
      }, {
        "lineChart" : { }
      }, {
        "barChart" : { }
      }, {
        "recurringChargeTemplate" : { }
      }, {
        "usageChargeTemplate" : { }
      }, {
        "oneShotChargeTemplate" : { }
      }, {
        "productChargeTemplate" : { }
      }, {
        "counterTemplate" : { }
      }, {
        "pricePlanMatrix" : { }
      }, {
        "entityCustomAction" : { }
      }, {
        "workflow" : { }
      }, {
        "offerTemplate" : { }
      }, {
        "productTemplate" : { }
      }, {
        "bundleTemplate" : { }
      }, {
        "serviceTemplate" : { }
      }, {
        "offerTemplateCategory" : { }
      } ],
      "updatedCode" : "..."
    },
    "walletTemplate" : [ {
      "code" : "...",
      "description" : "...",
      "walletType" : "POSTPAID",
      "consumptionAlertSet" : true,
      "fastRatingLevel" : 12345,
      "lowBalanceLevel" : 12345.0
    }, {
      "code" : "...",
      "description" : "...",
      "walletType" : "POSTPAID",
      "consumptionAlertSet" : true,
      "fastRatingLevel" : 12345,
      "lowBalanceLevel" : 12345.0
    } ],
    "code" : "...",
    "description" : "...",
    "name" : "...",
    "offerTemplateCategory" : [ {
      "code" : "...",
      "description" : "...",
      "name" : "...",
      "offerTemplateCategoryCode" : "...",
      "id" : 12345,
      "href" : "...",
      "version" : 12345,
      "lastModified" : 12345,
      "active" : true,
      "parentId" : 12345,
      "imagePath" : "...",
      "imageBase64" : "...",
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "name" : "...",
      "offerTemplateCategoryCode" : "...",
      "id" : 12345,
      "href" : "...",
      "version" : 12345,
      "lastModified" : 12345,
      "active" : true,
      "parentId" : 12345,
      "imagePath" : "...",
      "imageBase64" : "...",
      "updatedCode" : "..."
    } ],
    "digitalResource" : [ {
      "code" : "...",
      "description" : "...",
      "uri" : "...",
      "mimeType" : "...",
      "disabled" : true,
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "uri" : "...",
      "mimeType" : "...",
      "disabled" : true,
      "updatedCode" : "..."
    } ],
    "modelCode" : "...",
    "validFrom" : 12345,
    "validTo" : 12345,
    "lifeCycleStatus" : "ACTIVE",
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "imagePath" : "...",
    "imageBase64" : "...",
    "updatedCode" : "..."
  }, {
    "productChargeTemplate" : [ {
      "code" : "...",
      "description" : "...",
      "invoiceSubCategory" : "...",
      "disabled" : true,
      "amountEditable" : true,
      "languageDescriptions" : [ { }, { } ],
      "inputUnitDescription" : "...",
      "ratingUnitDescription" : "...",
      "unitMultiplicator" : 12345.0,
      "unitNbDecimal" : 12345,
      "roundingModeDtoEnum" : "DOWN",
      "revenueRecognitionRuleCode" : "...",
      "customFields" : { },
      "triggeredEdrs" : { },
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "invoiceSubCategory" : "...",
      "disabled" : true,
      "amountEditable" : true,
      "languageDescriptions" : [ { }, { } ],
      "inputUnitDescription" : "...",
      "ratingUnitDescription" : "...",
      "unitMultiplicator" : 12345.0,
      "unitNbDecimal" : 12345,
      "roundingModeDtoEnum" : "UP",
      "revenueRecognitionRuleCode" : "...",
      "customFields" : { },
      "triggeredEdrs" : { },
      "updatedCode" : "..."
    } ],
    "businessProductModel" : {
      "code" : "...",
      "license" : "COM",
      "description" : "...",
      "logoPicture" : "...",
      "logoPictureFile" : "...",
      "script" : { },
      "moduleItems" : [ {
        "customEntityTemplate" : { }
      }, {
        "customFieldTemplate" : { }
      }, {
        "filter" : { }
      }, {
        "jobInstance" : { }
      }, {
        "script" : { }
      }, {
        "notification" : { }
      }, {
        "timerEntity" : { }
      }, {
        "emailNotif" : { }
      }, {
        "jobTrigger" : { }
      }, {
        "webhookNotif" : { }
      }, {
        "counter" : { }
      }, {
        "businessAccountModel" : { }
      }, {
        "businessServiceModel" : { }
      }, {
        "businessOfferModel" : { }
      }, {
        "subModule" : { }
      }, {
        "measurableQuantity" : { }
      }, {
        "pieChart" : { }
      }, {
        "lineChart" : { }
      }, {
        "barChart" : { }
      }, {
        "recurringChargeTemplate" : { }
      }, {
        "usageChargeTemplate" : { }
      }, {
        "oneShotChargeTemplate" : { }
      }, {
        "productChargeTemplate" : { }
      }, {
        "counterTemplate" : { }
      }, {
        "pricePlanMatrix" : { }
      }, {
        "entityCustomAction" : { }
      }, {
        "workflow" : { }
      }, {
        "offerTemplate" : { }
      }, {
        "productTemplate" : { }
      }, {
        "bundleTemplate" : { }
      }, {
        "serviceTemplate" : { }
      }, {
        "offerTemplateCategory" : { }
      } ],
      "updatedCode" : "..."
    },
    "walletTemplate" : [ {
      "code" : "...",
      "description" : "...",
      "walletType" : "PREPAID",
      "consumptionAlertSet" : true,
      "fastRatingLevel" : 12345,
      "lowBalanceLevel" : 12345.0
    }, {
      "code" : "...",
      "description" : "...",
      "walletType" : "PREPAID",
      "consumptionAlertSet" : true,
      "fastRatingLevel" : 12345,
      "lowBalanceLevel" : 12345.0
    } ],
    "code" : "...",
    "description" : "...",
    "name" : "...",
    "offerTemplateCategory" : [ {
      "code" : "...",
      "description" : "...",
      "name" : "...",
      "offerTemplateCategoryCode" : "...",
      "id" : 12345,
      "href" : "...",
      "version" : 12345,
      "lastModified" : 12345,
      "active" : true,
      "parentId" : 12345,
      "imagePath" : "...",
      "imageBase64" : "...",
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "name" : "...",
      "offerTemplateCategoryCode" : "...",
      "id" : 12345,
      "href" : "...",
      "version" : 12345,
      "lastModified" : 12345,
      "active" : true,
      "parentId" : 12345,
      "imagePath" : "...",
      "imageBase64" : "...",
      "updatedCode" : "..."
    } ],
    "digitalResource" : [ {
      "code" : "...",
      "description" : "...",
      "uri" : "...",
      "mimeType" : "...",
      "disabled" : true,
      "updatedCode" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "uri" : "...",
      "mimeType" : "...",
      "disabled" : true,
      "updatedCode" : "..."
    } ],
    "modelCode" : "...",
    "validFrom" : 12345,
    "validTo" : 12345,
    "lifeCycleStatus" : "RETIRED",
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "imagePath" : "...",
    "imageBase64" : "...",
    "updatedCode" : "..."
  } ],
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : "ENTITY_DOES_NOT_EXISTS_EXCEPTION",
    "message" : "..."
  }
}