Promotion Folders REST Endpoints
Admin/Promotion Folders
Endpoints related to the creation and manipulation of promotion folders
- createPromotionFolder
- Method: postPath:
/ccadmin/v1/promotionFolders - deletePromotionFolder
- Method: deletePath:
/ccadmin/v1/promotionFolders/{id} - getPromotionFolder
- Method: getPath:
/ccadmin/v1/promotionFolders/{id} - listPromotionFolders
- Method: getPath:
/ccadmin/v1/promotionFolders - updatePromotionFolder
- Method: putPath:
/ccadmin/v1/promotionFolders/{id}