Subscription Header REST Endpoints
Store/Subscription Header
Subscription Endpoints
- Bill to Contacts associated with the subscription
- Method: getPath:
/ccstore/v1/selfservice/subscriptions/{subscriptionNumber}/billToContacts - Get subscription details
- Method: getPath:
/ccstore/v1/selfservice/subscriptions/{subscriptionNumber} - Listing subscriptions
- Method: postPath:
/ccstore/v1/selfservice/subscriptions/search - Ship to Contacts associated with the subscription
- Method: getPath:
/ccstore/v1/selfservice/subscriptions/{subscriptionNumber}/shipToContacts - Update subscription
- Method: putPath:
/ccstore/v1/selfservice/subscriptions/{subscriptionNumber}