Claimables REST Endpoints
Admin/Claimables
Endpoints related to the creation and manipulation of promotion claimables.
- createPromotionClaimable
- Method: postPath:
/ccadmin/v1/claimables - deletePromotionClaimable
- Method: deletePath:
/ccadmin/v1/claimables/{id} - getPromotionClaimable
- Method: getPath:
/ccadmin/v1/claimables/{id} - listPromotionClaimables
- Method: getPath:
/ccadmin/v1/claimables - updatePromotionClaimable
- Method: putPath:
/ccadmin/v1/claimables/{id}