HomeAPI DocumentationMembershipapi/Subscription

7.1. api/Subscription

This call will allow you to add/remove membership sale pipeline items. The following fields of information are required for the call.

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
uid Contact’s uid. String – Max 50 chars
ssid If adding a sale pipeline provide the ssid (Sale Service ID) selected by the user as returned from api/PortalList "Subscriptions". If removing a sale pipeline provide the ItemGUID for the item as provided in api/UserBasket. String – Max 50 chars
action Whether you are adding an item or removing it. “Add” or “Remove”. String – Max 10 chars

 

Return Response

The API call will return a Boolean to indicate if the call action has been completed.

This page was: Helpful | Not Helpful