Claimables REST Endpoints

Admin/Claimables
Endpoints related to the creation and manipulation of promotion claimables.
createPromotionClaimable
Method: post
Path: /ccadmin/v1/claimables
deletePromotionClaimable
Method: delete
Path: /ccadmin/v1/claimables/{id}
getPromotionClaimable
Method: get
Path: /ccadmin/v1/claimables/{id}
listPromotionClaimables
Method: get
Path: /ccadmin/v1/claimables
updatePromotionClaimable
Method: put
Path: /ccadmin/v1/claimables/{id}