Newer Version Available

This content describes an older version of this product. View Latest

IsPromotionTemplateCopyable

This method validates the given promotion has a promotion template that can be copied.

Input Parameters

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

Input Sample

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