Promotions REST Endpoints

Admin/Promotions
The operations from the Admin/Promotions category.
createPromotion
Method: post
Path: /ccadmin/v1/promotions
deletePromotion
Method: delete
Path: /ccadmin/v1/promotions/{id}
getPromotion
Method: get
Path: /ccadmin/v1/promotions/{id}
listPromotions
Method: get
Path: /ccadmin/v1/promotions
updatePromotion
Method: put
Path: /ccadmin/v1/promotions/{id}