| name | data type | description |
|---|---|---|
| productTemplate | ProductTemplateDto | |
| mandatory | boolean |
Example
{
"productTemplate" : {
"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" : {
"productTemplate" : { },
"code" : "...",
"license" : "BSD3_R",
"description" : "...",
"logoPicture" : "...",
"logoPictureFile" : "...",
"script" : { },
"moduleItems" : [ {
"customEntityTemplate" : { }
}, {
"customFieldTemplate" : { }
}, {
"filter" : { }
}, {
"jobInstance" : { }
}, {
"script" : { }
}, {
"notification" : { }
}, {
"timerEntity" : { }
}, {
"emailNotif" : { }
}, {
"jobTrigger" : { }
}, {
"webhookNotif" : { }
}, {
"counter" : { }
}, {
"businessAccountModel" : { }
}, {
"businessServiceModel" : { }
}, {
"businessProductModel" : { }
}, {
"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" : "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" : "REJECTED",
"customFields" : {
"customField" : [ { }, { } ],
"inheritedCustomField" : [ { }, { } ]
},
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
},
"mandatory" : true
}