isPromotionTemplateDerivable

This method validates if the given promotion has a derivable promotion template.

Input Parameters

Name Type Required Description
promotionId String YES ID of the promotion.

Input Sample

1"source": {
2    "class": "DerivePromotionWizardCallable",
3    "method": "isPromotionTemplateDerivable",
4    "cache": true,
5    "params": {
6        "promotionId": "{! promotionId }"
7    }
8}