The addBundle
API call is used to add a bundle to a member's account. Using this call will result in the bundle being applied to the member's account for free.
Sample Request URL
http://{Your_API_URL}?q=/addBundle
Input Parameters
Parameter | Description | Required |
apikey | API key from MemberMouse API Credentials | Yes |
apisecret | API secret from MemberMouse API Credentials | Yes |
member_id | ID of the member to add the bundle to | Yes |
bundle_id | ID of the bundle to add to the member's account | Yes |
Response Codes
200
- Success409
- member ID or bundle ID is invalid
Response Data
none